mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
!fixup Address PR feedback part 3
This commit is contained in:
parent
b9f8e1baf8
commit
647738b327
@ -23,15 +23,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
strictDeps = true;
|
||||
|
||||
buildInputs = [
|
||||
readline
|
||||
ncurses
|
||||
gmp
|
||||
libtool
|
||||
mpfr
|
||||
ncurses
|
||||
readline
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
bison
|
||||
gmp
|
||||
mpfr
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user