libressl 2.3: enable multiple outputs
This commit is contained in:
parent
0876c2f4ac
commit
60f97245a2
@ -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 New Issue
Block a user