1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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