monetdb: Build with readline for better interactivity
Readline is e.g. required for autocomplete, history, and advanced line editing support in mclient.
This commit is contained in:
parent
06269689eb
commit
db0286b5f6
@ -1,4 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, bison, openssl }:
|
{ stdenv, fetchurl, pkgconfig
|
||||||
|
, bison, openssl, readline
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "11.29.3";
|
version = "11.29.3";
|
||||||
@ -12,7 +14,7 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ bison openssl ];
|
buildInputs = [ bison openssl readline ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open source database system";
|
description = "An open source database system";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user