Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/compilers/jikes/default.nix

10 lines
195 B
Nix
Raw Normal View History

Working on improved Ant package in Nix: do configuration in wrapper scripts. This is the 'core' Ant. svn path=/nixpkgs/trunk/; revision=1148
2004-07-10 13:59:21 +00:00
{stdenv, fetchurl}:
stdenv.mkDerivation {
Upgrade of jikes. Jikes is now also included in the cache svn path=/nixpkgs/trunk/; revision=3133
2005-05-25 09:20:30 +00:00
name = "jikes-1.22";
Added jikes, IBM's open source java compiler. svn path=/nixpkgs/trunk/; revision=715
2004-01-24 22:50:47 +00:00
src = fetchurl {
* Rewrite all the SourceForge URLs to mirror://sourceforge/. 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
2007-08-27 13:01:33 +00:00
url = mirror://sourceforge/jikes/jikes-1.22.tar.bz2;
Upgrade of jikes. Jikes is now also included in the cache svn path=/nixpkgs/trunk/; revision=3133
2005-05-25 09:20:30 +00:00
md5 = "cda958c7fef6b43b803e1d1ef9afcb85";
Added jikes, IBM's open source java compiler. svn path=/nixpkgs/trunk/; revision=715
2004-01-24 22:50:47 +00:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1332ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API