We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9d28cd9 commit 1e1472eCopy full SHA for 1e1472e
pkgs/development/compilers/llvm/4/default.nix
@@ -16,7 +16,7 @@ let
16
# Add man output without introducing extra dependencies.
17
overrideManOutput = drv:
18
let drv-manpages = drv.override { enableManpages = true; }; in
19
- drv // { man = drv-manpages.man; outputs = drv.outputs ++ ["man"]; };
+ drv // { man = drv-manpages.man; /*outputs = drv.outputs ++ ["man"];*/ };
20
21
llvm = callPackage ./llvm.nix {
22
inherit compiler-rt_src stdenv;
0 commit comments