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

14 lines
278 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;
jikes: use sha256 hash
2017-01-24 16:42:44 +00:00
sha256 = "1qqldrp74pzpy5ly421srqn30qppmm9cvjiqdngk8hf47dv2rc0c";
Added jikes, IBM's open source java compiler. svn path=/nixpkgs/trunk/; revision=715
2004-01-24 22:50:47 +00:00
};
treewide: Add lots of platforms to packages with no meta Build-tested on x86_64 Linux and on Darwin.
2016-08-02 19:06:29 +03:00
meta = {
platforms = stdenv.lib.platforms.unix;
};
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: 1387ms Template: 10ms
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