about summary refs log tree commit diff
path: root/pkgs/development/libraries/acl
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-07-11 12:14:14 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-08-11 21:32:54 +0300
commit1ff422aa23d3c38089e08bad6e77178d36445215 (patch)
tree430ce05c575a106c11c78a0c18b939e907612717 /pkgs/development/libraries/acl
parent03d37dc38835b555a2fb89668231205cd974455a (diff)
treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
Diffstat (limited to 'pkgs/development/libraries/acl')
-rw-r--r--pkgs/development/libraries/acl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/acl/default.nix b/pkgs/development/libraries/acl/default.nix
index b29a12e6f412a..dc9e4e6ff18b9 100644
--- a/pkgs/development/libraries/acl/default.nix
+++ b/pkgs/development/libraries/acl/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "08qd9s3wfhv0ajswsylnfwr5h0d7j9d4rgip855nrh400nxp940p";
   };
 
-  outputs = [ "bin" "dev" "out" "doc" ];
+  outputs = [ "bin" "dev" "out" "man" "doc" ];
 
   nativeBuildInputs = [ gettext ];
   buildInputs = [ attr ];