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

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