diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-30T11·49+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-30T11·49+0000 |
commit | 84e235eae8581403716a87b37e9dc6210b8ad515 (patch) | |
tree | 334516548da2b41087f74d35131496b839c9f258 /scripts/nix-profile.sh | |
parent | 5e01b220b363524e02ec07da3943e02042218167 (diff) |
* Set MANPATH and PKG_CONFIG_PATH.
Diffstat (limited to 'scripts/nix-profile.sh')
-rw-r--r-- | scripts/nix-profile.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/nix-profile.sh b/scripts/nix-profile.sh index 977210165bda..68a33ecc6d1e 100644 --- a/scripts/nix-profile.sh +++ b/scripts/nix-profile.sh @@ -12,4 +12,8 @@ if test -z "$NIX_SET"; then export C_INCLUDE_PATH=$NIX_LINKS/include:$C_INCLUDE_PATH -fi \ No newline at end of file + export PKG_CONFIG_PATH=$NIX_LINKS/lib/pkgconfig:$PKG_CONFIG_PATH + + export MANPATH=$NIX_LINKS/man:$MANPATH + +fi |