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
@@ -85,7 +85,7 @@ let
|
||||
};
|
||||
|
||||
readline = {
|
||||
configureFlags = ["--with-readline=${readline}"];
|
||||
configureFlags = ["--with-readline=${readline.dev}"];
|
||||
buildInputs = [ readline ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user