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:
commit
86865392e0
@ -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
|
||||
''
|
||||
|
||||
+ ''
|
||||
|
Loading…
Reference in New Issue
Block a user