Revert "cc-wrapper, bintools-wrapper: simply symlink man and info outputs"

This reverts commit 02c09e0171.
This commit is contained in:
Eelco Dolstra
2018-08-09 12:57:38 +02:00
parent fe68c9d450
commit c981787db9
4 changed files with 12 additions and 11 deletions
+1
View File
@@ -90,6 +90,7 @@ 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;