!fixup Address PR feedback part 2
This commit is contained in:
parent
ffac0b2e42
commit
b9f8e1baf8
1 changed files with 5 additions and 4 deletions
|
@ -22,11 +22,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
buildInputs = [
|
||||
readline
|
||||
ncurses
|
||||
bison
|
||||
libtool
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
bison
|
||||
gmp
|
||||
mpfr
|
||||
];
|
||||
|
@ -35,8 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
export HOME="$PWD"
|
||||
'';
|
||||
|
||||
configureFlags = [ "--prefix=${placeholder "out"}" ];
|
||||
|
||||
meta = {
|
||||
description = "A free computer algebra and analysis system consisting of a high level language with a compiler and a series of mathematical libraries";
|
||||
homepage = "http://www.mathemagix.org/";
|
||||
|
|
Loading…
Reference in a new issue