gnustep.make: allow overriding preConfigure in gsmakeDerivation
This commit is contained in:
parent
f06b91b301
commit
4c7c8a68a0
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
if [ -e .attrs.sh ]; then source .attrs.sh; fi
|
||||
source $stdenv/setup
|
||||
|
||||
providedPreConfigure="$preConfigure";
|
||||
|
||||
preConfigure() {
|
||||
eval "$providedPreConfigure"
|
||||
|
||||
. $GNUSTEP_MAKEFILES/GNUstep.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue