feedgnuplot: disable tests

This commit is contained in:
Mitsuhiro Nakamura 2018-06-28 20:46:10 +09:00
parent c315d355be
commit b6411d5e58

View file

@ -31,7 +31,8 @@ buildPerlPackage rec {
patchShebangs .
'';
doCheck = true;
# Tests require gnuplot 4.6.4 and are completely skipped with gnuplot 5.
doCheck = false;
postInstall = ''
wrapProgram $out/bin/feedgnuplot \