summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/rustc.nix
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/compilers/rust/rustc.nix
parent03d37dc38835b555a2fb89668231205cd974455a (diff)
downloadnixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.tar
nixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.tar.gz
nixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.tar.bz2
nixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.tar.lz
nixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.tar.xz
nixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.tar.zst
nixpkgs-1ff422aa23d3c38089e08bad6e77178d36445215.zip
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/compilers/rust/rustc.nix')
-rw-r--r--pkgs/development/compilers/rust/rustc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index c5767541a02..f5bcc73fd6d 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -124,7 +124,7 @@ stdenv.mkDerivation {
   buildInputs = [ ncurses ] ++ targetToolchains
     ++ optional (!forceBundledLLVM) llvmShared;
 
-  outputs = [ "out" "doc" ];
+  outputs = [ "out" "man" "doc" ];
   setOutputFlags = false;
 
   # Disable codegen units for the tests.