about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-05-30T11·49+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-05-30T11·49+0000
commit84e235eae8581403716a87b37e9dc6210b8ad515 (patch)
tree334516548da2b41087f74d35131496b839c9f258 /scripts
parent5e01b220b363524e02ec07da3943e02042218167 (diff)
* Set MANPATH and PKG_CONFIG_PATH.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nix-profile.sh6
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