summary refs log tree commit diff
path: root/pkgs/applications/misc/hello/ex-1/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/hello/ex-1/builder.sh')
-rw-r--r--pkgs/applications/misc/hello/ex-1/builder.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/applications/misc/hello/ex-1/builder.sh b/pkgs/applications/misc/hello/ex-1/builder.sh
deleted file mode 100644
index 08bba946cce2..000000000000
--- a/pkgs/applications/misc/hello/ex-1/builder.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-source $stdenv/setup
-
-PATH=$perl/bin:$PATH
-
-tar xvfz $src
-cd hello-*
-./configure --prefix=$out
-make
-make install