python.pkgs.fuse: use pkgs.pkgconfig
This commit is contained in:
parent
fb7fdac81b
commit
5c9693ec68
@ -365,7 +365,9 @@ in {
|
||||
|
||||
fdint = callPackage ../development/python-modules/fdint { };
|
||||
|
||||
fuse = callPackage ../development/python-modules/fuse-python { fuse = pkgs.fuse; };
|
||||
fuse = callPackage ../development/python-modules/fuse-python {
|
||||
inherit (pkgs) fuse pkgconfig;
|
||||
};
|
||||
|
||||
genanki = callPackage ../development/python-modules/genanki { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user