about summary refs log tree commit diff
path: root/pkgs/applications/editors/joe
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/joe')
-rw-r--r--pkgs/applications/editors/joe/builder.sh9
-rw-r--r--pkgs/applications/editors/joe/default.nix1
2 files changed, 0 insertions, 10 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
diff --git a/pkgs/applications/editors/joe/default.nix b/pkgs/applications/editors/joe/default.nix
index 24fc4ceb36abf..cc6db1c2e8ee1 100644
--- a/pkgs/applications/editors/joe/default.nix
+++ b/pkgs/applications/editors/joe/default.nix
@@ -2,7 +2,6 @@
 
 stdenv.mkDerivation {
 name = "joe-3.3";
-builder = ./builder.sh;
 src = fetchurl {
          url = http://surfnet.dl.sourceforge.net/sourceforge/joe-editor/joe-3.3.tar.gz;
          md5 = "02221716679c039c5da00c275d61dbf4";