Commit graph

283435 commits

Author SHA1 Message Date
Lorenz Leutgeb 0b0cd3f6aa
mxisd: remove (#119372)
* mxisd: remove

See EOL notice at https://github.com/kamax-matrix/mxisd/blob/master/EOL.md#end-of-life-notice

* mxisd: Add throwing EOL notice
2021-04-19 11:26:08 -04:00
Martin Weinelt 49f0d178d3
Merge pull request #119849 from sgraf812/rm-firefox-snap-name 2021-04-19 17:24:32 +02:00
Maciej Krüger 5ce1675efb
Merge pull request #98637 from mkg20001/flat-remix 2021-04-19 17:22:08 +02:00
Michael Raskin bf7940d1a8
Merge pull request #119791 from polygon/mpir
mpir: Add --enable-fat build option
2021-04-19 13:08:08 +00:00
Maciej Krüger aff74ae7bb
flat-remix-gtk: init at 20201129 2021-04-19 15:08:08 +02:00
Maciej Krüger 5f8839fd09
Merge pull request #112147 from mkg20001/cinnamon-upgrade 2021-04-19 14:59:58 +02:00
Maciej Krüger b72cb25732
cinnamon.warpinator: re-enable checks as they work now 2021-04-19 14:46:29 +02:00
Maciej Krüger 0de0287bff
cinnamon.*: sha256 = sha256-.. => hash = sha256-.. 2021-04-19 14:46:28 +02:00
Maciej Krüger 048ccae8c5
cinnamon.cinnamon-common: 4.6.1 -> 4.8.6 2021-04-19 14:46:28 +02:00
Maciej Krüger 1795c727ec
cinnamon.cinnamon-control-center: 4.6.2 -> 4.8.2 2021-04-19 14:46:23 +02:00
sternenseemann 56ba373d16 haxe_4_0: init at 4.0.5 2021-04-19 14:42:42 +02:00
sternenseemann a77870adf6 haxe_4_1: init at 4.1.5 2021-04-19 14:42:42 +02:00
sternenseemann 5252b4bd1b ocamlPackages.ocaml_extlib-1-7-7: init at 1.7.7
Unfortunately there's no way to get Haxe 4.0 and 4.1 to work with extlib
1.7.8 (not even without the minimal install), so we need to package
1.7.7 again, at least until 1.7.9 (?) brings backwards compatibility
packages, hopefully.
2021-04-19 14:42:42 +02:00
Maciej Krüger fd5331d9a6
cinnamon.cinnamon-settings-daemon: 4.6.4 -> 4.8.5 2021-04-19 14:40:33 +02:00
Maciej Krüger faaeacd1c6
cinnamon.cjs: 2010-10-19 -> 4.8.2 2021-04-19 14:40:32 +02:00
Maciej Krüger 762e2aadb4
cinnamon.cinnamon-menus: 4.6.1 -> 4.8.2 2021-04-19 14:40:32 +02:00
Maciej Krüger 3a856ee938
cinnamon.cinnamon-common.libcroco: drop 2021-04-19 14:40:31 +02:00
Maciej Krüger 7280e7ca09
cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.1 2021-04-19 14:40:31 +02:00
Maciej Krüger 5e596f8ddf
cinnamon.cinnamon-session: 4.6.2 -> 4.8.0 2021-04-19 14:40:30 +02:00
Maciej Krüger 04de0ae1a8
cinnamon.cinnamon-screensaver: 4.6.0 -> 4.8.1 2021-04-19 14:40:29 +02:00
Maciej Krüger 2edfbec474
cinnamon.nemo: 4.6.5 -> 4.8.4 2021-04-19 14:40:29 +02:00
Maciej Krüger 138ea59aef
cinnamon.muffin: 4.6.3 -> 4.8.1 2021-04-19 14:40:28 +02:00
Maciej Krüger 7c9091ba51
cinnamon.cinnamon-translations: 4.6.2 -> 4.8.3 2021-04-19 14:40:27 +02:00
Maciej Krüger da9400512d
Merge pull request #114400 from mkg20001/fhs-etc-nix
buildFHSUserEnv: symlink /etc/nix
2021-04-19 14:34:47 +02:00
Sebastian Graf fa7004fd29 firefox: Remove SNAP_NAME=firefox in wrapper
082ed38 introduced it to fix the profile-per-install policy of FF 67. But since
FF 69 (or 68?), there is `MOZ_LEGACY_PROFILES`, which we use since 87e2618.
There is no reason for the `SNAP_NAME=firefox` workaround anymore.

Additionally, the combination of `SNAP_NAME=firefox` with
a large ~/.nix-profile/share in `XDG_DATA_DIRS` triggered
https://bugzilla.mozilla.org/show_bug.cgi?id=1569625 for me, so this really
fixes a bug in my configuration.

The only downside of this approach is that we lose support for running FF 67
(and possibly 68).
2021-04-19 14:33:19 +02:00
Maciej Krüger 21a0a2de9b
Merge pull request #115459 from mkg20001/cjd-tools
cjdns-tools: init at 21.1
2021-04-19 14:32:27 +02:00
Maciej Krüger 9f566fc6bc
Merge pull request #119813 from mkg20001/http3 2021-04-19 14:31:02 +02:00
Linus Heckemann 50d091cc65
Merge pull request #119770 from qzle/ramdisks
kernel: Remove CONFIG_BLK_DEV_RAM=y (remove /dev/ram* devices)
2021-04-19 14:17:42 +02:00
Andreas Källberg abf3a8af7c koka: Only build the executable
Just like for most other haskell programs,
we only want the binary, not the haskell libraries and ghc.

This reduces the closure size and avoids "conflicting packages" on macos
2021-04-19 13:06:22 +02:00
Alyssa Ross 29058f9a43 openssl: add BSD support 2021-04-19 10:35:28 +00:00
Alyssa Ross 71326310d8 openssl: remove redundant platform check
This is already covered by the x86_64-linux check above.
2021-04-19 10:35:28 +00:00
Raphael Megzari aa41080e22
beam-packages: init elixir_ls 0.7.0 (#118950) 2021-04-19 19:22:29 +09:00
Sumner Evans 80b600af29
sublime-music: 0.11.10 -> 0.11.11 (#119204) 2021-04-19 10:24:57 +02:00
Sandro 8dbf8818eb
Merge pull request #119828 from alyssais/bsd-label
.github/labeler.yml: add bsd label
2021-04-19 10:23:25 +02:00
Sandro 1f91e319e2
Merge pull request #119734 from LeSuisse/spice-vdagent-0.21.0
spice-vdagent: 0.20.0 -> 0.21.0
2021-04-19 10:22:19 +02:00
Sandro 66c820d8ba
Merge pull request #119846 from jojosch/jellyfin-media-player-1.4.0
jellyfin-media-player: 1.3.1 -> 1.4.0
2021-04-19 10:21:07 +02:00
Sandro 1fcf93a50d
Merge pull request #119847 from rhoriguchi/gnomeExtensions.unite
gnomeExtensions.unite: 50 -> 51
2021-04-19 10:20:33 +02:00
Sandro b5b66b1c80
Merge pull request #119838 from samuela/samuela/mbedtls 2021-04-19 09:47:22 +02:00
Ryan Horiguchi b5f4cdd90a
gnomeExtensions.unite: 50 -> 51 2021-04-19 09:20:08 +02:00
Bernardo Meurer dcd8ba2030
Merge pull request #119844 from lovesegfault/beets-2021-04-17
beets: assorted updates
2021-04-19 06:56:26 +00:00
Johannes Schleifenbaum 0c8711865e
jellyfin-media-player: 1.3.1 -> 1.4.0 2021-04-19 08:40:06 +02:00
Daniël de Kok cf00ef6548
Merge pull request #119783 from danieldk/remove-cuda-9
cudatoolkit-{9,9_0,9_1,9_2}: remove
2021-04-19 08:30:10 +02:00
Bernardo Meurer 0abef59821
beetsExternalPlugins.extrafiles: 0.0.7 -> unstable-2020-12-13 2021-04-18 22:41:11 -07:00
Bernardo Meurer d1e9d296c9
beetsExternalPlugins.copyartifacts: unstable-2020-02-15 2021-04-18 22:41:10 -07:00
Bernardo Meurer d79b8ade64
beetsExternalPlugins.alternatives: 0.10.2 -> unstable-2021-02-01 2021-04-18 22:29:37 -07:00
Bernardo Meurer 64252b8996
beets: unstable-2021-03-24 -> unstable-2021-04-17 2021-04-18 22:25:39 -07:00
Sandro 5b2aabc6ae
Merge pull request #119764 from danielfullmer/looking-glass-B3
looking-glass-client: B2 -> B3
2021-04-19 06:31:15 +02:00
Sandro c6cd7e3227
Merge pull request #119680 from alyssais/hyperkitty 2021-04-19 06:21:12 +02:00
Sandro 86da493497
Merge pull request #112883 from alyssais/weechat-matrix
weechatScripts.weechat-matrix: make patchable
2021-04-19 05:07:27 +02:00
Sandro 0a5f5bab0e
Merge pull request #119738 from bachp/cryptomator-desktop
cryptomator: fix desktop integration
2021-04-19 05:05:28 +02:00