summary refs log tree commit diff
path: root/pkgs/build-support/emacs/setup-hook.sh
blob: e1db3e828fd7b5b14225882454efc78abcf3fa58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
addEmacsVars () {
  if test -d $1/share/emacs/site-lisp; then
      export EMACSLOADPATH="$1/share/emacs/site-lisp:$EMACSLOADPATH"
  fi
}

# If this is for a wrapper derivation, emacs and the dependencies are all
# run-time dependencies. If this is for precompiling packages into bytecode,
# emacs is a compile-time dependency of the package.
addEnvHooks "$targetOffset" addEmacsVars
addEnvHooks "$targetOffset" addEmacsVars