Skip to content

Commit

Permalink
cc-wrapper: propagate man and info to propagated-build-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Aug 5, 2018
1 parent 71680eb commit 28ad070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/build-support/cc-wrapper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
''

+ ''
Expand Down

0 comments on commit 28ad070

Please sign in to comment.