Merge pull request #31340 from mdorman/fuse-fixups
pythonPackages.fuse: fix infinite recursion in expression
This commit is contained in:
commit
dffb6683b7
@ -8991,7 +8991,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fuse = callPackage ../development/python-modules/python-fuse { };
|
fuse = callPackage ../development/python-modules/python-fuse { fuse = pkgs.fuse; };
|
||||||
|
|
||||||
fusepy = buildPythonPackage rec {
|
fusepy = buildPythonPackage rec {
|
||||||
name = "fusepy-2.0.4";
|
name = "fusepy-2.0.4";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user