aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/zimlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: fix redirected urlsPatrick Hilhorst2020-01-221-1/+1
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-2/+2
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* zimlib: 20150710 -> 1.4Joachim Fasting2017-03-071-16/+17
|
* treewide: more fixes of phases after bash 4.3 -> 4.4Vladimír Čunát2017-01-051-1/+1
| | | | I'm surprised that the packages ever worked.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
|
* zimlib: init at 20150710.Robbin C2015-09-171-0/+21
This adds zimlib, a library for reading and writing ZIM files. ZIM is a file format for storing Web content offline.