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:
parent
1d9481a127
commit
0385cb33c6
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
dontDisableStatic = true;
|
outputs = [ "out" "dev" "man" "doc" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://troglobit.com/editline.html;
|
homepage = http://troglobit.com/editline.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user