mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
fetchmail: use callPackage
This commit is contained in:
parent
18127cc1e2
commit
de222a9cee
@ -10386,9 +10386,7 @@ let
|
||||
|
||||
fbreader = callPackage ../applications/misc/fbreader { };
|
||||
|
||||
fetchmail = import ../applications/misc/fetchmail {
|
||||
inherit stdenv fetchurl openssl;
|
||||
};
|
||||
fetchmail = callPackage ../applications/misc/fetchmail { };
|
||||
|
||||
fldigi = callPackage ../applications/audio/fldigi { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user