mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cadaver: Re-enable readline support (#477445)
This commit is contained in:
commit
8916e66d3d
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
pkg-config,
|
||||
zlib,
|
||||
openssl,
|
||||
readline,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
neon
|
||||
openssl
|
||||
zlib
|
||||
readline
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue