mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
cc-wrapper: propagate man and info to propagated-build-inputs
This commit is contained in:
parent
71680eb127
commit
28ad0703f3
@ -262,8 +262,8 @@ stdenv.mkDerivation {
|
|||||||
##
|
##
|
||||||
|
|
||||||
mkdir -p $man/nix-support $info/nix-support
|
mkdir -p $man/nix-support $info/nix-support
|
||||||
printWords ${cc.man or ""} > $man/nix-support/propagated-user-env-packages
|
printWords ${cc.man or ""} >> $man/nix-support/propagated-build-inputs
|
||||||
printWords ${cc.info or ""} > $info/nix-support/propagated-user-env-packages
|
printWords ${cc.info or ""} >> $info/nix-support/propagated-build-inputs
|
||||||
''
|
''
|
||||||
|
|
||||||
+ ''
|
+ ''
|
||||||
|
Loading…
Reference in New Issue
Block a user