Joe doen't need its own builder script
svn path=/nixpkgs/trunk/; revision=4683
This commit is contained in:
parent
3c68c34ee7
commit
4440283683
@ -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 {
|
stdenv.mkDerivation {
|
||||||
name = "joe-3.3";
|
name = "joe-3.3";
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://surfnet.dl.sourceforge.net/sourceforge/joe-editor/joe-3.3.tar.gz;
|
url = http://surfnet.dl.sourceforge.net/sourceforge/joe-editor/joe-3.3.tar.gz;
|
||||||
md5 = "02221716679c039c5da00c275d61dbf4";
|
md5 = "02221716679c039c5da00c275d61dbf4";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user