Merge pull request #31340 from mdorman/fuse-fixups

pythonPackages.fuse: fix infinite recursion in expression
This commit is contained in:
Orivej Desh
2017-11-06 23:43:19 +00:00
committed by GitHub
+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";