pythonPackages.fuse: fix infinite recursion in expression

I believe this resolves #31338.
This commit is contained in:
Michael Alan Dorman
2017-11-06 17:57:15 -05:00
parent 5d5eb6aba4
commit 97f816dc56
+1 -1
View File
@@ -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";