!fixup Address PR feedback part 3

This commit is contained in:
Pol Dellaiera 2024-04-24 10:37:32 +02:00
parent b9f8e1baf8
commit 647738b327
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 4 additions and 4 deletions

View File

@ -23,15 +23,15 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
buildInputs = [
readline
ncurses
gmp
libtool
mpfr
ncurses
readline
];
nativeBuildInputs = [
bison
gmp
mpfr
];
preConfigure = ''