Merge pull request #44516 from oxij/pkg/fix-cc-wrapper-doc

cc-wrapper: propagate man and info to propagated-build-inputs
This commit is contained in:
John Ericson 2018-08-05 18:32:37 -04:00 committed by GitHub
commit 86865392e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,8 +262,8 @@ stdenv.mkDerivation {
##
mkdir -p $man/nix-support $info/nix-support
printWords ${cc.man or ""} > $man/nix-support/propagated-user-env-packages
printWords ${cc.info or ""} > $info/nix-support/propagated-user-env-packages
printWords ${cc.man or ""} >> $man/nix-support/propagated-build-inputs
printWords ${cc.info or ""} >> $info/nix-support/propagated-build-inputs
''
+ ''