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

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 {
name = "fusepy-2.0.4";