gap: add readline support
Technically optional but strongly recommended from upstream. Replaces their own implementation for input parsing.
This commit is contained in:
parent
f15c816584
commit
d689f3fe72
|
@ -3,6 +3,7 @@
|
|||
, fetchurl
|
||||
, fetchpatch
|
||||
, makeWrapper
|
||||
, readline
|
||||
, gmp
|
||||
# one of
|
||||
# - "minimal" (~400M):
|
||||
|
@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [ "--with-gmp=system" ];
|
||||
|
||||
buildInputs = [
|
||||
readline
|
||||
gmp
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue