summary refs log tree commit diff
path: root/pkgs/data
Commit message (Collapse)AuthorAge
* Merge branch master into staging to fix eval errorAndreas Rammhold2020-10-28
|\ | | | | | | | | This fixes the eval error of the small (and "big"?) NixOS test set that was fixed in 1088f05 & eba8f542.
| * treewide: remove package names from prefix of descriptionsBen Siraphob2020-10-27
| |
| * matcha-gtk-theme: 2020-10-05 -> 2020-10-23R. RyanTM2020-10-25
| |
* | Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-26
| | | | | | | | | | | | | | | | | | This reverts commit c778945806b44d46ec16bc4302e7e7163e6bab97. I believe this is exactly what brings the staging branch into the right shape after the last merge from master (through staging-next); otherwise part of staging changes would be lost (due to being already reachable from master but reverted).
* | Merge branch 'staging-next' into stagingVladimír Čunát2020-10-25
|\|
| * Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-25
| | | | | | | | | | | | | | I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
| * Merge #101508: libraw: 0.20.0 -> 0.20.2Vladimír Čunát2020-10-25
| |\
| * | open-sans: fix revisionAlexander Bich2020-10-24
| | | | | | | | | | | | Remove URL encoding of revision, it results in double encoding.
* | | Merge pull request #98316 from NixOS/gnome-3.38WORLDofPEACE2020-10-23
|\ \ \ | | | | | | | | GNOME 3.38
| * | | gnome-user-docs: 3.36.2 -> 3.38.0Piotr Bogdan2020-10-24
| |/ /
* | / Merge branch 'master' into staging-nextJan Tojnar2020-10-24
|\| | | |/ |/|
| * all-cabal-hashes: update to Hackage at 2020-10-22T01:32:08ZPeter Simons2020-10-23
| |
* | Merge branch 'master' into staging-nextJan Tojnar2020-10-22
|\|
| * Merge pull request #101390 from garbas/fix-juliamonoRok Garbas2020-10-22
| |\ | | | | | | julia-mono: update sha256
| | * julia-mono: update sha256Rok Garbas2020-10-22
| | |
| * | Merge pull request #94892 from toonn/font-joypixels-emojiJan Tojnar2020-10-22
| |\ \
| | * | joypixels: run install hooksJan Tojnar2020-10-22
| | | | | | | | | | | | | | | | Also clean up formatting.
| | * | joypixels: Use updated font for macOStoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After some back and forth with JoyPixels they agreed to creating a version of their font for macOS that does not use the exact same name as the Apple Color Emoji default font. This naming collision meant it was impossible to configure applications to use the JoyPixels emoji font unless you disabled the Apple Color Emoji font using Font Book. Which meant the JoyPixels font could either replace the Apple Color Emoji font completely or only fill in the gaps in that font (on my system "hot face" isn't in the system font) but not be used entirely for specific apps or be used with the system font as a back up.
| | * | joypixels: Move assert to allow overridetoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | By moving the assert concerning license acceptance into the src attribute license acceptance can be expressed with an override, `joypixels.override { acceptLicense = true; }`.
| | * | joypixels: Drop dash from nixos endpoint urltoonn2020-10-22
| | | | | | | | | | | | | | | | The url was changed on request.
| | * | joypixels: Reword license acceptance warningtoonn2020-10-22
| | | |
| | * | joypixels: Mark license as unfreetoonn2020-10-22
| | | |
| | * | joypixels: Switch on kernel.name rather than systemtoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | x86_64-darwin is too specific because macOS runs on multiple architectures.
| | * | joypixels: Refactor to special-case darwintoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifying the system-specific variables for x86_64-darwin and x86_64-linux is too restrictive, excluding for example i686-linux. Since macOS seems to be the odd one out we can special-case only x86_64-darwin.
| | * | joypixels: Switch from override to config optiontoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from an overridden variable to an option specified in configuration.nix or config.nix: ``` joypixels.acceptLicense = true; ```
| | * | joypixels: Refactor to group system-specific variablestoonn2020-10-22
| | | |
| | * | joypixels: Add proper licensetoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | The JoyPixels font comes with a license which requires explicit acceptance by the user.
| | * | joypixels: Update metadatatoonn2020-10-22
| | | |
| | * | joypixels: Refactor src and installPhase for claritytoonn2020-10-22
| | | |
| | * | joypixels: Add support for darwintoonn2020-10-22
| | | |
| | * | joypixels: Use dedicated NixOS cdn endpointtoonn2020-10-22
| | | | | | | | | | | | | | | | | | | | | | | | The Arch Linux endpoint was not intended to be used as-is by other distros. I have asked for and received a proper license with a dedicated endpoint for NixOS.
| * | | jetbrains-mono: 2.002 -> 2.200André Silva2020-10-22
| | |/ | |/|
* | | Merge branch 'master' into staging-nextVladimír Čunát2020-10-21
|\| | | | | | | | | | | | | | minor conflict: rust update vs. darwin fixes for it (not tested but seems quite OK)
| * | Merge pull request #101075 from romildo/upd.numix-solarized-gtk-themeJosé Romildo Malaquias2020-10-20
| |\ \ | | | | | | | | numix-solarized-gtk-theme: 20180913 -> 20200910
| | * | numix-solarized-gtk-theme: 20180913 -> 20200910José Romildo Malaquias2020-10-19
| | | |
* | | | tzdata: 2019c -> 2020cajs1242020-10-20
|/ / /
* / / julia-mono: 0.018 -> 0.022toastal2020-10-19
|/ /
* | Merge pull request #100084 from romildo/upd.luna-iconsJosé Romildo Malaquias2020-10-18
|\ \ | | | | | | luna-icons: 2020-08-09 -> 0.6
| * | luna-icons: 2020-08-09 -> 0.6José Romildo Malaquias2020-10-14
| | |
* | | Merge pull request #100201 from romildo/upd.stilo-themesJosé Romildo Malaquias2020-10-18
|\ \ \ | | | | | | | | stilo-themes: 3.36-2 -> 3.36-3
| * | | stilo-themes: 3.36-2 -> 3.36-3José Romildo Malaquias2020-10-11
| | | |
* | | | Merge pull request #100338 from romildo/upd.lounge-gtk-themeJosé Romildo Malaquias2020-10-18
|\ \ \ \ | | | | | | | | | | lounge-gtk-theme: 1.22 -> 1.24
| * | | | lounge-gtk-theme: 1.22 -> 1.24José Romildo Malaquias2020-10-12
| | | | |
* | | | | treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
| | | | |
* | | | | marwaita-ubuntu: init at 1.5José Romildo Malaquias2020-10-14
| |_|/ / |/| | |
* | | | arc-theme: fix licenseJosé Romildo Malaquias2020-10-13
| | | |
* | | | arc-theme: use pkg-config instead of the alias pkgconfigJosé Romildo Malaquias2020-10-13
| | | |
* | | | arc-theme: 20200819 -> 20201013José Romildo Malaquias2020-10-13
| | | |
* | | | amber-theme: 3.36-1 -> 3.36-2José Romildo Malaquias2020-10-12
| | | |
* | | | plano-theme: 3.36-1 -> 3.36-2José Romildo Malaquias2020-10-12
| | | |