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