!fixup Address PR feedback part 2

This commit is contained in:
Pol Dellaiera 2024-04-23 20:42:03 +02:00
parent ffac0b2e42
commit b9f8e1baf8
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -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/";