pythonPackages.fuse: fix infinite recursion in expression

I believe this resolves #31338.
This commit is contained in:
Michael Alan Dorman 2017-11-06 17:53:35 -05:00
parent 5d5eb6aba4
commit 97f816dc56

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