treewide: Make explicit that 'dev' output of readline is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:03:35 +02:00
committed by Vladimír Čunát
parent e0de3b1dc5
commit 8d473f107c
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
"--enable-dynamic-cats-backends"
"--enable-sql-pooling"
"--enable-scsi-crypto"
] ++ optionals (readline != null) [ "--disable-conio" "--enable-readline" "--with-readline=${readline}" ]
] ++ optionals (readline != null) [ "--disable-conio" "--enable-readline" "--with-readline=${readline.dev}" ]
++ optional (python != null) "--with-python=${python}"
++ optional (openssl != null) "--with-openssl=${openssl.dev}"
++ optional (sqlite != null) "--with-sqlite3=${sqlite}"