summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2016-04-14 17:45:43 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2016-04-14 17:45:43 -0400
commit60f97245a27cfa560f41a5ed5ad8e1e0372e403e (patch)
tree65ff90911644afa12721ff8835d6e86667230c3f /pkgs/development/libraries/libressl
parent0876c2f4ac96b902285642144bcd4408aa57f511 (diff)
libressl 2.3: enable multiple outputs
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/2.3.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libressl/2.3.nix b/pkgs/development/libraries/libressl/2.3.nix
index 962bb5472636c..129456e6657c8 100644
--- a/pkgs/development/libraries/libressl/2.3.nix
+++ b/pkgs/development/libraries/libressl/2.3.nix
@@ -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";