3
0
Fork 0
forked from mirrors/nixpkgs

libressl 2.2: enable multiple outputs

This commit is contained in:
Aneesh Agrawal 2016-04-15 10:43:04 -04:00
parent 60f97245a2
commit 9fb0bf1335

View file

@ -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";