Revert "cc-wrapper: propagate man and info to propagated-build-inputs"

This reverts commit 28ad0703f3.
This commit is contained in:
Eelco Dolstra 2018-08-09 12:58:16 +02:00
parent c981787db9
commit fa41297209
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -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
''
+ ''