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/build-support/fetchipfs/builder.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/build-support/fetchipfs') diff --git a/pkgs/build-support/fetchipfs/builder.sh b/pkgs/build-support/fetchipfs/builder.sh index 7a6a517566f5e..ca77962b53847 100644 --- a/pkgs/build-support/fetchipfs/builder.sh +++ b/pkgs/build-support/fetchipfs/builder.sh @@ -1,3 +1,4 @@ +if [ -e .attrs.sh ]; then source .attrs.sh; fi source $stdenv/setup # Curl flags to handle redirects, not use EPSV, handle cookies for -- cgit 1.4.1