aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-06 15:26:51 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-06 20:50:16 +0000
commit02c09e01712ce0b61e5c8f7159047699a434f7fc (patch)
tree54a7675e303e0f0a830ecfd0d118a11569762144 /pkgs/stdenv/linux
parent28ad0703f3db92a3cbb8b1249101e0ff4e3616f6 (diff)
cc-wrapper, bintools-wrapper: simply symlink man and info outputs
See discussion in #44516.
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index ef46bdeb2133..329ce6066be2 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -90,7 +90,6 @@ let
else lib.makeOverridable (import ../../build-support/cc-wrapper) {
name = "${name}-gcc-wrapper";
nativeTools = false;
- propagateDoc = false;
nativeLibc = false;
buildPackages = lib.optionalAttrs (prevStage ? stdenv) {
inherit (prevStage) stdenv;