forked from mirrors/nixpkgs
treewide: Make explicit that 'dev' output of readline is used
This commit is contained in:
parent
911ccc4078
commit
f46a48384a
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ gnutls readline zlib libidn ];
|
buildInputs = [ gnutls readline zlib libidn ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-readline=${readline}"
|
"--with-readline=${readline.dev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue