From 4440283683b2c98e5cb7e8f38a62fc8410ee1e09 Mon Sep 17 00:00:00 2001 From: Merijn de Jonge Date: Fri, 3 Feb 2006 08:53:06 +0000 Subject: [PATCH] Joe doen't need its own builder script svn path=/nixpkgs/trunk/; revision=4683 --- pkgs/applications/editors/joe/builder.sh | 9 --------- pkgs/applications/editors/joe/default.nix | 1 - 2 files changed, 10 deletions(-) delete mode 100644 pkgs/applications/editors/joe/builder.sh diff --git a/pkgs/applications/editors/joe/builder.sh b/pkgs/applications/editors/joe/builder.sh deleted file mode 100644 index be70986bf43..00000000000 --- 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 24fc4ceb36a..cc6db1c2e8e 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";