about summary refs log tree commit diff
path: root/pkgs/data/misc
Commit message (Collapse)AuthorAge
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Merge pull request #27848 from mimadrid/update/shared-mime-info-1.8Frederik Rietdijk2017-08-01
|\ | | | | shared-mime-info: 1.7 -> 1.8
| * shared-mime-info: 1.7 -> 1.8mimadrid2017-08-01
| |
* | cacert: fix unicode names in blacklistFranz Pletz2017-07-31
| | | | | | | | Fixes #27576.
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-07-30
|\|
| * nixos-artwork: Fix URL to gnome-darkSilvan Mosberger2017-07-29
| |
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-07-17
|\|
| * Merge pull request #23964 from benley/nixos-manual-launcherGraham Christensen2017-07-16
| |\ | | | | | | nixos: nix snowflake logo for the nixos manual launcher
| | * nixos: nix snowflake logo for the nixos manual launcherBenjamin Staffin2017-03-16
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2017-07-15
|\| |
| * | data: update hackage snapshot some morePeter Simons2017-07-11
| | |
| * | data: update hackage snapshot for 'callCabal'Peter Simons2017-07-11
| | |
* | | dns-root-data: improve determinism, clear key statusVladimír Čunát2017-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nitpicks: - The timestamps there were useless. - The generator now switched the two keys; I don't know why. I intentionally remove the comments like "state=1 [ ADDPEND ]". The problem is that keys e.g. in ADDPEND state are *not* immediately usable for validation - see RFC5011 for details. I verified that Unbound does disregard this on the format we and Debian use ATM, presumably due to removing parts of the comments, but it would be confusing nevertheless.
* | | dns-root-data: init at 2017-06-16Franz Pletz2017-07-12
|/ /
* | nixos-artwork: do not leak nix hashes to filenames in /share/artwork/gnome/ ↵volth2017-06-14
| | | | | | | | | | | | | | | | (#26566) * nixos-artwork: do not leak nix hashes to filenames /share/artwork/gnome/ * simplify
* | nixos-artwork: add more wallpapersromildo2017-06-07
| | | | | | | | | | | | | | | | | | Restructure the nixos-artwork to make it easy to selectively incorporate other components from upstream without needing to download the full package. Until now only the Gnome_Dark wallpaper was included. Add other wallpapers available in the package repository.
* | geolite-legacy: 2016-07-08 -> 2017-05-26Franz Pletz2017-05-26
| |
* | all-cabal-hashes: update to latest version of HackagePeter Simons2017-05-23
| |
* | iana-etc: 20170417 -> 20170512Jörg Thalheim2017-05-13
| |
* | iana-etc: 20170328 -> 20170417Jörg Thalheim2017-04-19
| |
* | xorg-rgb: init at 1.0.6Michael Raskin2017-03-30
| |
* | iana-etc: 2.30 -> 20170328Jörg Thalheim2017-03-28
| |
* | treewide: purge maintainers.urkudVladimír Čunát2017-03-27
|/ | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* iana-etc: fixed source URL and homepage (#23167)Renaud2017-02-25
| | | The homepage has moved years ago.
* hackage: update snapshot to 2017-02-12T15:49:03ZPeter Simons2017-02-16
|
* callHackage: update Hackage snapshot to a current versionPeter Simons2017-01-31
|
* callHackage: update database to current versionPeter Simons2017-01-12
|
* tzdata: 2016f -> 2016jVladimír Čunát2016-12-28
|
* adapta-backgrounds: init at 0.4.0.6romildo2016-12-02
|
* callHackage: make 'all-cabal-hashes' repository overridablePeter Simons2016-11-01
| | | | | | | | | | | | | | | | | This commit changes callHackage to use a deterministic version of the Hackage checkout from https://github.com/commercialhaskell/all-cabal-hashes by default. This means that packages uploaded to Hackage after today will be available to callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated. People who want the previous behavior where we always had the latest version of Hackage available -- at the cost of frequent downloads from Github --, can add the following override to their "~/.nixpkgs/config.nix" file: { packageOverrides = super: { all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz"; }; }
* cacerts: refactor, add blacklist optionFranz Pletz2016-10-09
| | | | | | | | | | Previously, the list of CA certificates was generated with a perl script which is included in curl. As this script is not very flexible, this commit refactors the expression to use the python script that Debian uses to generate their CA certificates from Mozilla's trust store in NSS. Additionally, an option was added to the cacerts derivation and the `security.pki` module to blacklist specific CAs.
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* shared-mime-info: 1.5 -> 1.7mimadrid2016-09-07
|
* poppler_data: install pkgconfig filesNikolay Amiantov2016-08-18
|
* wireless-regdb: 2016-05-02 -> 2016-06-10 (#17706)Kranium Gikos Mendoza2016-08-14
|
* tzdata: 2016e -> 2016frexim2016-08-08
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* geolite-legacy: 2016-07-04 -> 2016-07-08Tobias Geerinckx-Rice2016-07-08
|
* geolite-legacy: 2016-06-30 -> 2016-07-04Tobias Geerinckx-Rice2016-07-04
|
* geolite-legacy: 2016-06-20 -> 2016-06-30Tobias Geerinckx-Rice2016-06-30
|
* geolite-legacy: 2016-06-13 -> 2016-06-20Tobias Geerinckx-Rice2016-06-20
|
* tzdata: 2016d -> 2016eTobias Geerinckx-Rice2016-06-14
|
* geolite-legacy: 2016-06-08 -> 2016-06-13Tobias Geerinckx-Rice2016-06-14
|
* cacert: remove dependency on LWPRobert Helgesson2016-06-13
| | | | | | The `mk-ca-bundle.pl` script manages quite well using only curl but fails without LWP being present due to a `use` statement. This removes the Perl import of the LWP library and adds curl as a build input.
* geolite-legacy: 2016-06-06 -> 2016-06-08Tobias Geerinckx-Rice2016-06-08
|
* geolite-legacy: 2016-05-31 -> 2016-06-06Tobias Geerinckx-Rice2016-06-06
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* geolite-legacy: 2016-05-23 -> 2016-05-31Tobias Geerinckx-Rice2016-05-31
|
* geolite-legacy: 2016-05-16 -> 2016-05-23Tobias Geerinckx-Rice2016-05-23
|
* geolite-legacy: 2016-05-09 -> 2016-05-16Tobias Geerinckx-Rice2016-05-16
|