summary refs log tree commit diff
path: root/pkgs/desktops/gnustep
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-12-08 01:51:03 +0200
committerArtturin <Artturin@artturin.com>2022-12-08 21:09:02 +0200
commitc01f509e4438fd50faae0fa0175277b7b16728dc (patch)
treee9d1c8e2e939132e3b4fa082f0e49dd9500338c2 /pkgs/desktops/gnustep
parentbb914d8676e8e0261bcd4d604c653618f53ffbd8 (diff)
downloadnixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.tar
nixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.tar.gz
nixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.tar.bz2
nixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.tar.lz
nixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.tar.xz
nixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.tar.zst
nixpkgs-c01f509e4438fd50faae0fa0175277b7b16728dc.zip
treewide: source .attrs in builders
if theres a source $stdenv then this is needed

for structuredAttrs
Diffstat (limited to 'pkgs/desktops/gnustep')
-rw-r--r--pkgs/desktops/gnustep/make/builder.sh1
1 files changed, 1 insertions, 0 deletions
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() {