nixpkgs/pkgs/by-name/ro/root/setup-hook.sh
Jonas Rembser de24042fed root: 6.32.08 -> 6.34.00
Also, remove many patches and workarounds that are not necessary
anymore.
2024-11-29 11:19:42 +01:00

12 lines
195 B
Bash

thisroot () {
source @out@/bin/thisroot.sh
}
postHooks+=(thisroot)
addRootIncludePath() {
addToSearchPath ROOT_INCLUDE_PATH $1/include
}
addEnvHooks "$targetOffset" addRootIncludePath