From 5550015b200a0a4df003f087f5fd0b233123998f Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sun, 13 May 2018 18:33:51 +0200 Subject: [PATCH] giac: remove liblapackWithAtlas dependency (#40430) --- pkgs/applications/science/math/giac/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/math/giac/default.nix b/pkgs/applications/science/math/giac/default.nix index dd92e264889f..f6e1deb86068 100644 --- a/pkgs/applications/science/math/giac/default.nix +++ b/pkgs/applications/science/math/giac/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl, fetchpatch, texlive, bison, flex -, gmp, mpfr, pari, ntl, gsl, blas, mpfi, liblapackWithAtlas +, gmp, mpfr, pari, ntl, gsl, blas, mpfi , readline, gettext, libpng, libao, gfortran, perl , enableGUI ? false, libGLU_combined ? null, xorg ? null, fltk ? null }: @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { # perl is only needed for patchShebangs fixup. buildInputs = [ - gmp mpfr pari ntl gsl blas mpfi liblapackWithAtlas + gmp mpfr pari ntl gsl blas mpfi readline gettext libpng libao perl # gfortran.cc default output contains static libraries compiled without -fPIC # we want libgfortran.so.3 instead