summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2016-04-15 10:43:04 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2016-04-15 10:43:04 -0400
commit9fb0bf1335c707e3a3e992311afa497ebb5be627 (patch)
tree1884d1d1beba6184ae8ad646ca3bce336c8a3d1b /pkgs/development/libraries/libressl
parent60f97245a27cfa560f41a5ed5ad8e1e0372e403e (diff)
libressl 2.2: enable multiple outputs
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/2.2.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libressl/2.2.nix b/pkgs/development/libraries/libressl/2.2.nix
index a3389a49fbc87..09505217ae2db 100644
--- a/pkgs/development/libraries/libressl/2.2.nix
+++ b/pkgs/development/libraries/libressl/2.2.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";