pythonPackages.fusepy: disable tests
This commit is contained in:
parent
07d5eae59d
commit
7e6e897fce
@ -8847,6 +8847,9 @@ in modules // {
|
||||
|
||||
propagatedBuildInputs = [ pkgs.fuse ];
|
||||
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace fuse.py --replace \
|
||||
"find_library('fuse')" "'${pkgs.fuse}/lib/libfuse.so'"
|
||||
|
Loading…
Reference in New Issue
Block a user