libeditline: Use multiple outputs

Also disable static build by default per Nixpkgs policy. (Really
static libraries should be moved to the 'dev' output, in which case it
wouldn't be a problem to enable them by default.)
This commit is contained in:
Eelco Dolstra 2018-10-29 12:49:13 +01:00
parent 1d9481a127
commit 0385cb33c6
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
dontDisableStatic = true;
outputs = [ "out" "dev" "man" "doc" ];
meta = with stdenv.lib; {
homepage = http://troglobit.com/editline.html;