about summary refs log tree commit diff
path: root/pkgs/data
Commit message (Collapse)AuthorAge
* google-fonts: Add a check to ensure that there are no duplicate font namesEelco Dolstra2016-11-14
| | | | Issue #20282.
* numix-icon-theme-circle: 2016-09-27 -> 2016-11-10Jascha Geerds2016-11-11
|
* fira-code: 1.203 -> 1.204Robert Helgesson2016-11-09
|
* man-pages: 4.07 -> 4.08Eelco Dolstra2016-11-08
|
* unifont: 9.0.03 -> 9.0.04Robert Helgesson2016-11-05
| | | | Also change download URL to use GNU mirrors.
* Remove myself as maintainer.Christian Lask2016-11-03
|
* 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"; }; }
* font-awesome: 4.6.3 -> 4.7.0Tim Steinbach2016-10-29
|
* google-fonts: Fix typos in homepage, descriptionc74d2016-10-29
| | | | | | | | | | | | | In the `meta`data for the `google-fonts` package -- - the `homepage` field was set to the URL <https://www.google.com/fontsl>, which would appear to be a misspelt version of <https://www.google.com/fonts>, which now redirects to <https://fonts.google.com>. - the `description` field referred to Google Fonts as "Google Font". This patch corrects these errors, and updates the `homepage` URL.
* mplus-outline-fonts: 061 -> 062 (#19948)José Romildo Malaquias2016-10-29
|
* Merge pull request #19845 from NeQuissimus/unifont_9_0_03Tim Steinbach2016-10-25
|\ | | | | unifont: 9.0.02 -> 9.0.03
| * unifont: 9.0.02 -> 9.0.03Tim Steinbach2016-10-24
| |
* | unifont_upper: 9.0.01 -> 9.0.03Tim Steinbach2016-10-24
|/
* Merge pull request #19712 from peterhoeg/fontawesome-cleanupTim Steinbach2016-10-20
|\ | | | | font-awesome: use fetchFromGitHub instead of url
| * font-awesome: use fetchFromGitHub instead of urlPeter Hoeg2016-10-20
| |
* | zeal: 0.3.0 -> 0.3.1Danny Arnold2016-10-20
| |
* | Merge pull request #19688 from Profpatsch/league-of-moveable-typeJörg Thalheim2016-10-20
|\ \ | | | | | | league-of-moveable-type: fix raleway integration
| * | league-of-moveable-type: fix raleway integrationProfpatsch2016-10-20
| | | | | | | | | | | | | | | | | | The raleway fonts need to be copied from their /share folder to be included properly. They are also `.otf`-fonts, so they should live in `opentype` folders.
* | | raleway: fix meta.homepageGraham Christensen2016-10-16
| | |
* | | Merge pull request #19573 from Profpatsch/league-of-moveable-typeJörg Thalheim2016-10-15
|\| | | | | | | | League of moveable type update & raleway
| * | league-of-movable-type: 2014-12 -> 2016-10-15Profpatsch2016-10-15
| | | | | | | | | | | | | | | | | | Restructured, so that updates can be done by executing a shell script. Also uses the extended Raleway fonts, the league itself has only thin variants.
| * | raleway: init at 2016-08-30Profpatsch2016-10-15
| | |
* | | Merge pull request #19552 from romildo/upd.elementary-icon-themeJoachim F2016-10-14
|\ \ \ | |/ / |/| | elementary-icon-theme: 3.2.2 -> 4.0.1
| * | elementary-icon-theme: 3.2.2 -> 4.0.1romildo2016-10-14
| | |
* | | overpass: init at 2.1Robert Helgesson2016-10-14
|/ /
* | Merge pull request #19546 from romildo/upd.faba-icon-themeTim Steinbach2016-10-14
|\ \ | | | | | | faba-icon-theme: 2016-06-02 -> 2016-09-13
| * | faba-icon-theme: 2016-06-02 -> 2016-09-13romildo2016-10-14
| |/
* | Merge pull request #19547 from romildo/upd.moka-icon-themeTim Steinbach2016-10-14
|\ \ | | | | | | moka-icon-theme: 2016-06-07 -> 2016-10-06
| * | moka-icon-theme: 2016-06-07 -> 2016-10-06romildo2016-10-14
| |/
* | Merge pull request #19548 from romildo/upd.faba-mono-iconsTim Steinbach2016-10-14
|\ \ | | | | | | faba-mono-icons: fix repository name
| * | faba-mono-icons: fix repository ownerromildo2016-10-14
| |/
* | Merge pull request #19549 from romildo/upd.arc-icon-themeTim Steinbach2016-10-14
|\ \ | | | | | | arc-icon-theme: 2016-06-06 -> 2016-07-07
| * | arc-icon-theme: 2016-06-06 -> 2016-07-07romildo2016-10-14
| |/
* | Merge branch 'master' into stagingVladimír Čunát2016-10-13
|\|
| * numix-icon-theme-circle: 2016-06-10 -> 2016-09-27Jascha Geerds2016-10-11
| |
| * numix-icon-theme: 2016-06-10 -> 2016-10-05Jascha Geerds2016-10-11
| |
* | stdenv/stripHash: print to stdout, not to variableProfpatsch2016-10-11
|/ | | | | | | | | | `stripHash` documentation states that it prints out the stripped name to the stdout, but the function stored the value in `strippedName` instead. Basically all usages did something like `$(stripHash $foo | echo $strippedName)` which is just braindamaged. Fixed the implementation and all invocations.
* maia-icon-theme: -> 2016-09-16romildo2016-10-09
| | | | | | | | | | Add versioning using the date of revision on the git repository. Also update to the latest revision, which includes a dark version of the icon theme. The cmake scripts install the icons at subdirectories 'maia' and 'maia-dark'. Also use these names. The difference is in the capitalization of the names.
* treewide: fix licence -> license occurencesRobin Gloster2016-10-09
|
* Merge pull request #19378 from romildo/fix.input-fontsJörg Thalheim2016-10-09
|\ | | | | input-fonts: fix license
| * input-fonts: fix licenseromildo2016-10-09
| |
* | 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.
* input-fonts: init at 2016-10-06 (#19080)José Romildo Malaquias2016-10-08
|
* Merge pull request #19282 from peterhoeg/zealJoachim F2016-10-07
|\ | | | | zeal: 0.2.1 -> 0.3.0
| * zeal: 0.2.1 -> 0.3.0Peter Hoeg2016-10-06
| | | | | | | | | | | | | | | | This new version fixes #8008 which despite the issue being closed was still a problem. We now compile it with the default qt5 which as of today is 5.6.1 instead of forcing 5.5.
* | camingo-code: init at 1.0Gabriel Adomnicai2016-10-06
| |
* | Merge branch 'staging'Thomas Tuegel2016-10-06
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-10-02
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2016-09-29
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-09-24
| |\ \ \ \