lol

xfce.xfce4-dev-tools: Remove unused xdtEnvHook

A `grep -nr envHooks` run shows that nothing picks up `envHooks`. automake's
setup-hook should already take care of `ACLOCAL_PATH`.

Fixes: 046f091e0d98

-6
-6
pkgs/desktops/xfce/core/xfce4-dev-tools/setup-hook.sh
··· 1 - xdtEnvHook() { 2 - addToSearchPath ACLOCAL_PATH $1/share/aclocal 3 - } 4 - 5 - envHooks+=(xdtEnvHook) 6 - 7 1 xdtAutogenPhase() { 8 2 mkdir -p m4 9 3 NOCONFIGURE=1 xdt-autogen