nixpkgs/pkgs/desktops/xfce/core/xfce4-dev-tools/setup-hook.sh
2021-03-31 19:05:49 -03:00

13 lines
199 B
Bash

xdtEnvHook() {
addToSearchPath ACLOCAL_PATH $1/share/aclocal
}
envHooks+=(xdtEnvHook)
xdtAutogenPhase() {
mkdir -p m4
NOCONFIGURE=1 xdt-autogen
}
preConfigurePhases+=(xdtAutogenPhase)