nixpkgs-odroid-hc4/pkgs/desktops/xfce/core/xfce4-dev-tools/setup-hook.sh
2025-12-20 09:59:59 +11:00

12 lines
199 B
Bash

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