Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
giac: remove ? null
  • Loading branch information
SuperSandro2000 committed Mar 8, 2021
1 parent b7befb3 commit 0207c32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/science/math/giac/default.nix
@@ -1,10 +1,9 @@
{ stdenv, lib, fetchurl, fetchpatch, texlive, bison, flex, lapack, blas
, gmp, mpfr, pari, ntl, gsl, mpfi, ecm, glpk, nauty
, readline, gettext, libpng, libao, gfortran, perl
, enableGUI ? false, libGL ? null, libGLU ? null, xorg ? null, fltk ? null
, enableGUI ? false, libGL, libGLU, xorg, fltk
}:

assert enableGUI -> libGLU != null && libGL != null && xorg != null && fltk != null;
assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation rec {
Expand Down

0 comments on commit 0207c32

Please sign in to comment.