mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
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: 046f091e0d
This commit is contained in:
parent
18536bf04c
commit
73fce337ba
@ -1,9 +1,3 @@
|
|||||||
xdtEnvHook() {
|
|
||||||
addToSearchPath ACLOCAL_PATH $1/share/aclocal
|
|
||||||
}
|
|
||||||
|
|
||||||
envHooks+=(xdtEnvHook)
|
|
||||||
|
|
||||||
xdtAutogenPhase() {
|
xdtAutogenPhase() {
|
||||||
mkdir -p m4
|
mkdir -p m4
|
||||||
NOCONFIGURE=1 xdt-autogen
|
NOCONFIGURE=1 xdt-autogen
|
||||||
|
Loading…
Reference in New Issue
Block a user