Commit Graph
248382 Commits
Author SHA1 Message Date
Eelco DolstraandGitHub 357a62df6c Merge pull request #101272 from edolstra/fix-kdeconnect
Fix kdeconnect
2020-10-22 11:18:38 +02:00
Andreas RammholdandGitHub 89351525fa Merge pull request #101246 from rnhmjoj/vm-fix
nixos: fix qemu_test being used in normal VMs
2020-10-22 11:09:05 +02:00
LassulusandGitHub 404182e039 Merge pull request #101286 from xfix/dolphin-update
dolphinEmuMaster: 5.0-11824 -> 5.0-12716
2020-10-22 11:08:20 +02:00
Maximilian Bosch d976433296 element-desktop: 1.7.9 -> 1.7.10
https://github.com/vector-im/element-desktop/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
Maximilian Bosch 96f29b90a1 element-web: 1.7.9 -> 1.7.10
https://github.com/vector-im/element-web/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
sternenseemannandVincent Laporte afd289a8b7 ocamlPackages.mirage-crypto*: 0.8.5 → 0.8.6 2020-10-22 11:01:10 +02:00
Jan TojnarandGitHub 6c40c0ace8 Merge pull request #96322 from r-ryantm/auto-update/ibus-hangul
ibus-engines.hangul: 1.5.3 -> 1.5.4
2020-10-22 10:43:08 +02:00
Jan TojnarandGitHub 03c64130bb Merge pull request #94892 from toonn/font-joypixels-emoji 2020-10-22 10:21:25 +02:00
Marek MahutandGitHub c177135cb2 Merge pull request #101298 from r-ryantm/auto-update/bitcoin-unlimited
bitcoin-unlimited: 1.8.0.0 -> 1.9.0.1
2020-10-22 09:23:57 +02:00
Vincent LaporteandVincent Laporte ec3aa4c109 ocamlPackages.pgocaml: 4.0 → 4.2.2 2020-10-22 08:17:38 +02:00
Vincent LaporteandVincent Laporte 1e985c9e29 ocamlPackages.ocsigen-start: remove unused parameter 2020-10-22 08:17:38 +02:00
Mario RodasandGitHub 01e2d901bb Merge pull request #101312 from marsam/update-nodejs-15_x
nodejs-15_x: 15.0.0 -> 15.0.1
2020-10-21 20:58:35 -05:00
Mario RodasandGitHub 916401a2f7 Merge pull request #101253 from eyJhb/bitlbeefb
bitlbee-facebook: 1.2.0 -> 1.2.1
2020-10-21 20:35:39 -05:00
Mario RodasandGitHub 4accc093fb Merge pull request #101264 from r-ryantm/auto-update/bazelisk
bazelisk: 1.7.2 -> 1.7.3
2020-10-21 20:33:53 -05:00
Mario RodasandGitHub 54d943797e Merge pull request #101283 from r-ryantm/auto-update/bandwidth
bandwidth: 1.9.3 -> 1.9.4
2020-10-21 20:33:16 -05:00
Jan Tojnar 5902a08028 joypixels: run install hooks
Also clean up formatting.
2020-10-22 03:32:45 +02:00
toonnandJan Tojnar 196c828153 joypixels: Use updated font for macOS
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.
2020-10-22 03:32:45 +02:00
toonnandJan Tojnar fd653b992a joypixels: Move assert to allow override
By moving the assert concerning license acceptance into the src
attribute license acceptance can be expressed with an override,
`joypixels.override { acceptLicense = true; }`.
2020-10-22 03:32:44 +02:00
toonnandJan Tojnar ca61c67381 joypixels: Drop dash from nixos endpoint url
The url was changed on request.
2020-10-22 03:32:44 +02:00
toonnandJan Tojnar 0da946eac8 joypixels: Reword license acceptance warning 2020-10-22 03:32:44 +02:00
toonnandJan Tojnar 48128ba77f joypixels: Mark license as unfree 2020-10-22 03:32:44 +02:00
toonnandJan Tojnar f9f1cbbffa joypixels: Switch on kernel.name rather than system
x86_64-darwin is too specific because macOS runs on multiple
architectures.
2020-10-22 03:32:43 +02:00
toonnandJan Tojnar c5249d1e9d joypixels: Refactor to special-case darwin
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.
2020-10-22 03:32:43 +02:00
toonnandJan Tojnar 25ca62c2a2 joypixels: Switch from override to config option
Switch from an overridden variable to an option specified in
configuration.nix or config.nix:
  ```
  joypixels.acceptLicense = true;
  ```
2020-10-22 03:32:43 +02:00
toonnandJan Tojnar a880ab2e98 joypixels: Refactor to group system-specific variables 2020-10-22 03:32:42 +02:00
toonnandJan Tojnar cd255a375e joypixels: Add proper license
The JoyPixels font comes with a license which requires explicit
acceptance by the user.
2020-10-22 03:32:42 +02:00
toonnandJan Tojnar d36a92fd2c joypixels: Update metadata 2020-10-22 03:32:42 +02:00
toonnandJan Tojnar 568beeaa28 joypixels: Refactor src and installPhase for clarity 2020-10-22 03:32:41 +02:00
toonnandJan Tojnar e0ad840a06 joypixels: Add support for darwin 2020-10-22 03:32:41 +02:00
toonnandJan Tojnar da117df3f4 joypixels: Use dedicated NixOS cdn endpoint
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.
2020-10-22 03:32:41 +02:00
zowoq c70acdfd09 cargo-edit: drop darwin workaround 2020-10-22 11:24:37 +10:00
zowoq a203ae7e54 vivid: drop darwin workaround 2020-10-22 11:24:37 +10:00
zowoq 0ed762c4a9 miniserve: drop darwin workaround 2020-10-22 11:24:37 +10:00
zowoq 3447b9b2c0 broot: drop darwin workaround 2020-10-22 11:24:37 +10:00
zowoq cc88d23e54 bat: drop darwin workaround 2020-10-22 11:24:37 +10:00
zowoq a55b2d659e nushell: drop darwin workaround 2020-10-22 11:24:37 +10:00
Mario RodasandGitHub c5cf0c297f Merge pull request #101300 from andresilva/jetbrains-mono-2.2
jetbrains-mono: 2.002 -> 2.200
2020-10-21 20:22:44 -05:00
André Silva 609d817586 jetbrains-mono: 2.002 -> 2.200 2020-10-22 00:45:30 +01:00
Mario Rodas 16cd8df30d nodejs-15_x: 15.0.0 -> 15.0.1
https://github.com/nodejs/node/releases/tag/v15.0.1
2020-10-21 18:00:00 -05:00
R. RyanTM 6ba8459ccb bitcoin-unlimited: 1.8.0.0 -> 1.9.0.1 2020-10-21 22:52:26 +00:00
Michele Guerini RoccoandGitHub 02daf3f076 Merge pull request #101284 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.196 -> 1.197
2020-10-21 23:55:03 +02:00
Vincent LaporteandVincent Laporte 4b3e97daa4 ocamlPackages.safepass: 2.0 → 3.0 2020-10-21 22:52:46 +02:00
R. RyanTM a1d8efb2c3 bdf2psf: 1.196 -> 1.197 2020-10-21 20:35:08 +00:00
R. RyanTM 4c29627c66 bandwidth: 1.9.3 -> 1.9.4 2020-10-21 20:26:29 +00:00
Raphael Borun Das GuptaandJon 44465f606e python3Packages.scrapy-fake-useragent: fix license
which upstream changed to MIT with alecxe/scrapy-fake-useragent@0ea7614
2020-10-21 13:14:58 -07:00
Konrad Borowski cff07fe0fd dolphinEmuMaster: 5.0-11824 -> 5.0-12716 2020-10-21 21:54:04 +02:00
Maximilian BoschandGitHub a3b1b42d32 Merge pull request #101234 from danielfullmer/cross-rpcsvc-proto
rpcsvc-proto: fix cross-compilation
2020-10-21 21:38:42 +02:00
symphorienandGitHub 9e8eaea484 nixos/sslh: fix usage of the now removed ssl probe (#101087)
and document
2020-10-21 21:34:35 +02:00
Daniel Fullmer 91493dfd8a rpcsvc-proto: fix cross-compilation
Tested pkgsCross.armv7l-hf-multiplatform.rpvscv-proto
2020-10-21 11:43:23 -07:00
Eelco Dolstra 42bf61811b kdeconnect: 20.08.1 -> 20.08.2
Fixes an invalid MIME type.
2020-10-21 20:39:37 +02:00