lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #222886 from wegank/gnustep-builder

gnustep: allow overriding preConfigure in gsmakeDerivation

authored by

Weijia Wang and committed by
GitHub
fea3fca2 710f0636

+4
+4
pkgs/desktops/gnustep/make/builder.sh
··· 1 1 if [ -e .attrs.sh ]; then source .attrs.sh; fi 2 2 source $stdenv/setup 3 3 4 + providedPreConfigure="$preConfigure"; 5 + 4 6 preConfigure() { 7 + eval "$providedPreConfigure" 8 + 5 9 . $GNUSTEP_MAKEFILES/GNUstep.sh 6 10 } 7 11