aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/pangoxsl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-171-1/+1
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
|
* pangoxsl: add meta dataMarkus Kowalewski2018-10-251-2/+5
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-211-1/+1
|
* pangoxsl: Use sha256Tim Steinbach2016-11-111-1/+1
|
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-021-0/+4
| | | | Build-tested on x86_64 Linux and on Darwin.
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-271-1/+1
| | | | | | 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
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-241-1/+1
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-121-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=6711
* new version of pangoxslArmijn Hemel2006-06-181-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=5467
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-301-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=4623
* Added pangoxsl and xmlroffMartin Bravenboer2005-08-131-0/+15
svn path=/nixpkgs/trunk/; revision=3574