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/tools/build-managers/apache-ant/core-apache-ant.nix

13 lines
288 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 {
* Ant updated to 1.6.5. svn path=/nixpkgs/trunk/; revision=3191
2005-06-17 11:41:52 +00:00
name = "core-apache-ant-1.6.5";
realname = "apache-ant-1.6.5";
Added the Ant wrapper. The ant script in this wrapper sets the config in environment variables and invokes core-ant. svn path=/nixpkgs/trunk/; revision=1149
2004-07-10 16:17:48 +00:00
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
builder = ./core-builder.sh;
src = fetchurl {
* Copy lots of files to nix.cs.uu.nl. svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
url = http://nix.cs.uu.nl/dist/tarballs/apache-ant-1.6.5-bin.tar.bz2;
* Ant updated to 1.6.5. svn path=/nixpkgs/trunk/; revision=3191
2005-06-17 11:41:52 +00:00
md5 = "26031ee1a2fd248ad0cc2e7f17c44c39";
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
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 233ms Template: 5ms
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