3
0
Fork 0
forked from mirrors/nixpkgs

Skip Octave tests for now

This commit is contained in:
Michael Raskin 2014-01-07 01:00:03 +04:00
parent 31887d4c13
commit b93e6efbf4

View file

@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
graphicsmagick pcre liblapack pkgconfig mesa fltk zlib curl
fftw fftwSinglePrec qrupdate ];
doCheck = true;
# there is a mysterious sh: command not found
doCheck = false;
/* The build failed with a missing libranlib.la in hydra,
but worked on my computer. I think they have concurrency problems */