forked from mirrors/nixpkgs
Joe doen't need its own builder script
svn path=/nixpkgs/trunk/; revision=4683
This commit is contained in:
parent
3c68c34ee7
commit
4440283683
2 changed files with 0 additions and 10 deletions
pkgs/applications/editors/joe
|
@ -1,9 +0,0 @@
|
|||
source $stdenv/setup
|
||||
|
||||
PATH=$PATH
|
||||
set
|
||||
tar xvfz $src
|
||||
cd joe-*
|
||||
./configure --prefix=$out
|
||||
make
|
||||
make install
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue