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
292 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 {
Upgrades of postgresql, jetty, and ant to the latest versions. svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00
name = "core-apache-ant-1.6.4";
realname = "apache-ant-1.6.4";
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 {
Upgrades of postgresql, jetty, and ant to the latest versions. svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00
url = http://apache.surfnet.nl/ant/binaries/apache-ant-1.6.4-bin.tar.bz2;
md5 = "2dd6f927cfe3cbac0970816396b7ad4e";
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: 145ms 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