From c01f509e4438fd50faae0fa0175277b7b16728dc Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 8 Dec 2022 01:51:03 +0200 Subject: treewide: source .attrs in builders if theres a source $stdenv then this is needed for structuredAttrs --- pkgs/desktops/gnustep/make/builder.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/desktops/gnustep') diff --git a/pkgs/desktops/gnustep/make/builder.sh b/pkgs/desktops/gnustep/make/builder.sh index 39bd7703828..e5c277e796a 100644 --- a/pkgs/desktops/gnustep/make/builder.sh +++ b/pkgs/desktops/gnustep/make/builder.sh @@ -1,3 +1,4 @@ +if [ -e .attrs.sh ]; then source .attrs.sh; fi source $stdenv/setup preConfigure() { -- cgit 1.4.1