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