Custom builder not necessary

svn path=/nixpkgs/trunk/; revision=3134
This commit is contained in:
Martin Bravenboer 2005-05-25 09:21:36 +00:00
parent 637fae18a0
commit 286a0aa881
2 changed files with 0 additions and 3 deletions

View File

@ -1,2 +0,0 @@
. $stdenv/setup
genericBuild

View File

@ -2,7 +2,6 @@
stdenv.mkDerivation {
name = "jikes-1.22";
builder = ./builder.sh;
src = fetchurl {
url = http://mesh.dl.sourceforge.net/sourceforge/jikes/jikes-1.22.tar.bz2;
md5 = "cda958c7fef6b43b803e1d1ef9afcb85";