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/libraries/java/saxon/default.nix

18 lines
334 B
Nix
Raw Normal View History

Added Saxon 6, an XSLT 1.0 processor implemented in Java. svn path=/nixpkgs/trunk/; revision=1334
2004-08-25 17:11:52 +00:00
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation {
name = "saxon-6.5.3";
builder = ./unzip-builder.sh;
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/saxon/saxon6_5_3.zip;
Added Saxon 6, an XSLT 1.0 processor implemented in Java. svn path=/nixpkgs/trunk/; revision=1334
2004-08-25 17:11:52 +00:00
md5 = "7b8c7c187473c04d2abdb40d8ddab5c6";
};
inherit unzip;
buildInputs = [unzip];
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 Saxon 6, an XSLT 1.0 processor implemented in Java. svn path=/nixpkgs/trunk/; revision=1334
2004-08-25 17:11:52 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1258ms Template: 2ms
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