Merge pull request #14708 from aneeshusa/use-multiple-outputs-for-libressl-2.3

libressl: enable multiple outputs
This commit is contained in:
Franz Pletz 2016-04-15 21:49:12 +02:00
commit a12be841d6
2 changed files with 4 additions and 0 deletions

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

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