summary refs log tree commit diff
path: root/pkgs/development/libraries/libxslt
Commit message (Collapse)AuthorAge
* Cleaned up the unspecified-extra-argument calls where there is no way to ↵Michael Raskin2010-07-08
| | | | | | access extra arguments. Tarball and full instantiation checks passed. svn path=/nixpkgs/trunk/; revision=22539
* * Updated libxml2 / libxslt.Eelco Dolstra2009-10-30
| | | | svn path=/nixpkgs/branches/xorg-7.5/; revision=18053
* Allow libxslt to get extra arguments as it is inside deepOverride from webkitMichael Raskin2009-10-24
| | | | svn path=/nixpkgs/trunk/; revision=17953
* * libxml2 updated to 2.7.3.Eelco Dolstra2009-02-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13972
* sha256 for libxslt changed?!Pjotr Prins2008-10-05
| | | | svn path=/nixpkgs/trunk/; revision=12948
* * Various updates.Eelco Dolstra2008-06-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
* * libxml2 / libxslt: provide a setup hook that prevents xmllint andEelco Dolstra2007-10-18
| | | | | | | | | | xsltproc from downloading DTDs from the network, which is impure. This caused a lot of problems with Gnome builds in the build farm, because those downloads are slow and would sometimes fail. The setup hook also sets up $XML_CATALOG_FILES. svn path=/nixpkgs/trunk/; revision=9471
* * Latest libxml2, libxslt.Eelco Dolstra2007-08-22
| | | | svn path=/nixpkgs/trunk/; revision=9186
* libxml2 2.6.27, libxslt 1.1.20Armijn Hemel2007-05-14
| | | | svn path=/nixpkgs/trunk/; revision=8685
* * Remove a bunch of unused Nix expressions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6716
* * Update more URLs.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6713
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* 1.1.17, untestedArmijn Hemel2006-07-25
| | | | svn path=/nixpkgs/trunk/; revision=5935
* prepare for multiple versionsArmijn Hemel2006-07-24
| | | | svn path=/nixpkgs/trunk/; revision=5930
* * Updated a few packages.Eelco Dolstra2006-05-01
| | | | svn path=/nixpkgs/trunk/; revision=5246
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Update a bunch of base packages.Eelco Dolstra2005-10-11
| | | | svn path=/nixpkgs/trunk/; revision=4065
* * Lots of updates, especially GTK and X libraries.Eelco Dolstra2005-06-17
| | | | svn path=/nixpkgs/trunk/; revision=3193
* * GTK 2.6 plus associated libraries.Eelco Dolstra2005-02-15
| | | | | | * Updated libtiff, libpng, libxml2, libxslt, gettext. svn path=/nixpkgs/trunk/; revision=2238
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Libxslt updated to 1.1.10.Eelco Dolstra2004-09-18
| | | | svn path=/nixpkgs/trunk/; revision=1456
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * "!isNull x" -> "x != null". Done automatically. Hope nothingEelco Dolstra2004-03-29
| | | | | | broke. svn path=/nixpkgs/trunk/; revision=870
* * Added libxslt.Eelco Dolstra2003-11-25
svn path=/nixpkgs/trunk/; revision=539