forked from mirrors/nixpkgs
libressl 2.2: enable multiple outputs
This commit is contained in:
parent
60f97245a2
commit
9fb0bf1335
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
outputs = [ "dev" "out" "man" "bin" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Free TLS/SSL implementation";
|
||||
homepage = "http://www.libressl.org";
|
||||
|
|
Loading…
Reference in a new issue