forked from mirrors/nixpkgs
Revert "cc-wrapper: propagate man and info to propagated-build-inputs"
This reverts commit 28ad0703f3
.
This commit is contained in:
parent
c981787db9
commit
fa41297209
|
@ -262,8 +262,8 @@ stdenv.mkDerivation {
|
|||
##
|
||||
|
||||
mkdir -p $man/nix-support $info/nix-support
|
||||
printWords ${cc.man or ""} >> $man/nix-support/propagated-build-inputs
|
||||
printWords ${cc.info or ""} >> $info/nix-support/propagated-build-inputs
|
||||
printWords ${cc.man or ""} > $man/nix-support/propagated-user-env-packages
|
||||
printWords ${cc.info or ""} > $info/nix-support/propagated-user-env-packages
|
||||
''
|
||||
|
||||
+ ''
|
||||
|
|
Loading…
Reference in a new issue