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
commit dffb6683b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";