summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-01-07 01:00:03 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-01-07 01:01:08 +0400
commitb93e6efbf406017898c4f22a9bf8646ed751af3b (patch)
tree197f5b936727a0d3e77e0b2f50290d0e3ef0d9c5 /pkgs
parent31887d4c1370d94f93439f26d6e001454919d8f7 (diff)
downloadnixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.tar
nixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.tar.gz
nixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.tar.bz2
nixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.tar.lz
nixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.tar.xz
nixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.tar.zst
nixlib-b93e6efbf406017898c4f22a9bf8646ed751af3b.zip
Skip Octave tests for now
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/octave/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/octave/default.nix b/pkgs/development/interpreters/octave/default.nix
index 66543d305217..19b22314279c 100644
--- a/pkgs/development/interpreters/octave/default.nix
+++ b/pkgs/development/interpreters/octave/default.nix
@@ -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 */