treewide: Make explicit that 'dev' output of readline is used
This commit is contained in:
committed by
Vladimír Čunát
parent
e0de3b1dc5
commit
8d473f107c
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
configureScript = "./Configure";
|
||||
configureFlags =
|
||||
"--with-gmp=${gmp.dev} " +
|
||||
"--with-readline=${readline}";
|
||||
"--with-readline=${readline.dev}";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Computer algebra system for high-performance number theory computations";
|
||||
|
||||
Reference in New Issue
Block a user