summary refs log tree commit diff
path: root/pkgs/development/compilers/gwydion-dylan/binary-builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gwydion-dylan/binary-builder.sh')
-rw-r--r--pkgs/development/compilers/gwydion-dylan/binary-builder.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/compilers/gwydion-dylan/binary-builder.sh b/pkgs/development/compilers/gwydion-dylan/binary-builder.sh
deleted file mode 100644
index a0e71c02ab9..00000000000
--- a/pkgs/development/compilers/gwydion-dylan/binary-builder.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-source $stdenv/setup
-
-set -e
-
-mkdir -p $out
-cd $out
-tar zxvf $src
-mv ./usr/local/* .
-rm -rf ./usr