mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pythonPackages.fuse: fix infinite recursion in expression
I believe this resolves #31338.
This commit is contained in:
parent
5d5eb6aba4
commit
97f816dc56
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user