summary refs log tree commit diff
path: root/pkgs/development/compilers/jikes
Commit message (Collapse)AuthorAge
* jikes: use sha256 hashzimbatm2017-01-24
|
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* Custom builder not necessaryMartin Bravenboer2005-05-25
| | | | svn path=/nixpkgs/trunk/; revision=3134
* Upgrade of jikes. Jikes is now also included in the cacheMartin Bravenboer2005-05-25
| | | | svn path=/nixpkgs/trunk/; revision=3133
* Mirror jikes at losserMartin Bravenboer2004-08-20
| | | | svn path=/nixpkgs/trunk/; revision=1300
* Working on improved Ant package in Nix: do configuration in wrapper scripts. ↵Martin Bravenboer2004-07-10
| | | | | | This is the 'core' Ant. svn path=/nixpkgs/trunk/; revision=1148
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* Added jikes, IBM's open source java compiler.Martin Bravenboer2004-01-24
svn path=/nixpkgs/trunk/; revision=715