mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Upgrade of jikes. Jikes is now also included in the cache
svn path=/nixpkgs/trunk/; revision=3133
This commit is contained in:
parent
f99d7d50b0
commit
637fae18a0
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jikes-1.21";
|
||||
name = "jikes-1.22";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://losser.st-lab.cs.uu.nl/~mbravenb/mirror/jikes-1.21.tar.bz2;
|
||||
md5 = "4e45eeab4c75918174e16ea2b695d812";
|
||||
url = http://mesh.dl.sourceforge.net/sourceforge/jikes/jikes-1.22.tar.bz2;
|
||||
md5 = "cda958c7fef6b43b803e1d1ef9afcb85";
|
||||
};
|
||||
}
|
||||
|
@ -89,9 +89,11 @@ let {
|
||||
mysql
|
||||
postgresql
|
||||
postgresql_jdbc
|
||||
jetty
|
||||
|
||||
blackdown
|
||||
apacheAntBlackdown14
|
||||
jikes
|
||||
jetty
|
||||
;};
|
||||
|
||||
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
||||
|
Loading…
Reference in New Issue
Block a user