284789 Commits

Author SHA1 Message Date
Alyssa Ross
7eb3d024ae
gcc: don't build libssp on NetBSD
On NetBSD, this is provided by libc, and the GCC version clashes with it.
Disabling it matches the behaviour of pkgsrc on NetBSD.

Fixes: https://github.com/NixOS/nixpkgs/issues/119839
2021-04-19 14:11:05 +00:00
sophrosyne97
f48fe5df44 dwmblocks: init at 1.0 2021-04-19 10:10:03 -04:00
sophrosyne97
a6fb208ef0 maintainers: add sophrosyne 2021-04-19 10:10:03 -04:00
taku0
e969f51893 thunderbird: 78.9.1 -> 78.10.0 2021-04-19 22:24:02 +09:00
taku0
638a6b012c thunderbird-bin: 78.9.1 -> 78.10.0 2021-04-19 22:23:33 +09: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
Alyssa Ross
936b27b5d4
lua: support non-Linux non-Darwin operating systems 2021-04-19 13:05:06 +00:00
Maciej Krüger
5f8839fd09
Merge pull request #112147 from mkg20001/cinnamon-upgrade 2021-04-19 14:59:58 +02:00
Alyssa Ross
57832e625c
lua: don't always set LUA_USE_LINUX
This is supposed to be automatically set by Lua's Makefile if PLAT is
set appropriately, but it was being overridden by us overridding
CFLAGS.  Setting it manually was a hack.  The correct thing to do was
to make sure SYSCFLAGS (where Lua's Makefile puts LUA_USE_LINUX) was
still included in our custom CFLAGS.
2021-04-19 12:57:35 +00: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
devhell
240871e7c5 multilockscreen: 1.0.0 -> 1.1.0 2021-04-19 13:27:41 +01: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
taku0
b6decc0490 firefox-bin: 87.0 -> 88.0 2021-04-19 21:12:25 +09:00
Domen Kožar
932ffcd08d
Update .github/workflows/direct-push.yml
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2021-04-19 14:06:54 +02:00
github-actions[bot]
96df3c3794
Merge staging-next into staging 2021-04-19 12:06:26 +00:00
github-actions[bot]
965c8e08a5
Merge master into staging-next 2021-04-19 12:06:23 +00:00
Martin Weinelt
af13285fff
firefox-esr: 78.9.0esr -> 78.10.0esr
https://www.mozilla.org/en-US/firefox/78.10.0/releasenotes/
2021-04-19 13:58:29 +02:00
Martin Weinelt
8fe28fb308
firefox: 87.0 -> 88.0
https://www.mozilla.org/en-US/firefox/88.0/releasenotes/
2021-04-19 13:58:00 +02:00
Domen Kožar
c9911f91ae
Add a warning comment on commits that violate https://github.com/NixOS/nixpkgs/issues/118661 2021-04-19 13:51:19 +02:00
Vladimír Čunát
ca0f4588bc
Merge #119777: qt5.qtwebengine, webkitgtk: timeout avoidance 2021-04-19 13:23:27 +02:00
Vladimír Čunát
b0dae10ba7
qt5.qtwebengine, webkitgtk: try harder to avoid timeouts
I hope this will improve the situation on aarch64-linux.
I don't think it could make anything worse.
Recent staging-next timeouts:
https://hydra.nixos.org/build/141551270
https://hydra.nixos.org/build/141547098

For now let's not touch meta.timeout, as there's less consensus and the
setting seems less reliable in practice, too.
2021-04-19 13:21:48 +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
Robert Schütz
da64c39d86 python3Packages.aioimaplib: 0.8.0 -> 0.9.0
https://github.com/bamthomas/aioimaplib/blob/0.9.0/CHANGES.rst#v090
2021-04-19 12:04:21 +02:00
Pavel Borzenkov
9ec151589a gops: 0.3.17 -> 0.3.18 2021-04-19 12:43:17 +03:00
1000101
e1980bb876 swagger-codegen: do not override phases 2021-04-19 10:56:52 +02:00
1000101
d7fda9f65c swagger-codegen3: init at 3.0.25 2021-04-19 10:56:52 +02:00