summary refs log tree commit diff
path: root/pkgs/development/compilers/helium/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/helium/builder.sh')
-rw-r--r--pkgs/development/compilers/helium/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/helium/builder.sh b/pkgs/development/compilers/helium/builder.sh
index d7946ab8a52..e740690d9a6 100644
--- a/pkgs/development/compilers/helium/builder.sh
+++ b/pkgs/development/compilers/helium/builder.sh
@@ -1,5 +1,5 @@
 buildinputs="$ghc"
-. $stdenv/setup || exit 1
+source $stdenv/setup || exit 1
 
 tar xvfz $src || exit 1
 cd helium-* || exit 1