feedgnuplot: disable tests
This commit is contained in:
parent
c315d355be
commit
b6411d5e58
@ -31,7 +31,8 @@ buildPerlPackage rec {
|
|||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
# Tests require gnuplot 4.6.4 and are completely skipped with gnuplot 5.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/feedgnuplot \
|
wrapProgram $out/bin/feedgnuplot \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user