giac: broken on 64-bit blas

This commit is contained in:
Matthew Bauer
2020-04-17 16:24:31 -05:00
parent fcf33e2499
commit 97fc083fd4
2 changed files with 2 additions and 1 deletions
@@ -5,6 +5,7 @@
}:
assert enableGUI -> libGLU != null && libGL != null && xorg != null && fltk != null;
assert (!blas.is64bit) && (!lapack.is64bit);
stdenv.mkDerivation rec {
pname = "giac${lib.optionalString enableGUI "-with-xcas"}";