3
0
Fork 0
forked from mirrors/nixpkgs

Joe doen't need its own builder script

svn path=/nixpkgs/trunk/; revision=4683
This commit is contained in:
Merijn de Jonge 2006-02-03 08:53:06 +00:00
parent 3c68c34ee7
commit 4440283683
2 changed files with 0 additions and 10 deletions
pkgs/applications/editors/joe

View file

@ -1,9 +0,0 @@
source $stdenv/setup
PATH=$PATH
set
tar xvfz $src
cd joe-*
./configure --prefix=$out
make
make install

View file

@ -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";