Maximilian Bosch
985d2d0dec
nixos/captive-browser: fix startup
...
It seems as since Chromium 92, `chromium` crashes on startup if
`XDG_CONFIG_HOME` points to a read-only (store-)path.
(cherry picked from commit 8c35a69a6ea206204ddfd3116c4497020b9f2724)
2021-08-02 18:22:00 +00:00
github-actions[bot]
79348ac652
Merge staging-next-21.05 into staging-21.05
2021-08-02 18:03:06 +00:00
github-actions[bot]
c7d12b8159
Merge release-21.05 into staging-next-21.05
2021-08-02 18:02:34 +00:00
Domen Kožar
39b51feb80
Merge pull request #132432 from NixOS/backport-132431-to-release-21.05
...
[Backport release-21.05] enableRedistributableFirmware: add rtw89-firmware
2021-08-02 18:46:49 +02:00
Domen Kožar
07255eea7b
enableRedistributableFirmware: add rtw89-firmware
...
(cherry picked from commit 749620cd4f8001d1509c6af150814515003f3e72)
2021-08-02 15:56:36 +00:00
github-actions[bot]
16f1e824e8
Merge release-21.05 into staging-next-21.05
2021-08-02 12:02:41 +00:00
Jörg Thalheim
4280aed6fe
Merge pull request #132314 from NixOS/backport-132247-to-release-21.05
...
[Backport release-21.05] linux_zen: 5.13.5 -> 5.13.7
2021-08-02 12:16:20 +01:00
Robert Scott
d4590d2100
Merge pull request #132276 from NixOS/backport-132099-to-release-21.05
...
[Backport release-21.05] python3Packages.tensorflow: add patch fixing NotImplementedError with numpy 1.20
2021-08-02 09:27:49 +01:00
davidak
74e2faf596
Merge pull request #127576 from NixOS/backport-127435-to-release-21.05
...
[Backport release-21.05] sweet: add gtk-engine-murrine
2021-08-02 08:39:10 +02:00
Maximilian Bosch
c8d3bf8c02
Merge pull request #132336 from NixOS/backport-132235-to-release-21.05
...
[Backport release-21.05] epson-escpr2: 1.1.34 -> 1.1.38
2021-08-02 08:37:04 +02:00
github-actions[bot]
18fd910d83
Merge staging-next-21.05 into staging-21.05
2021-08-02 06:03:39 +00:00
github-actions[bot]
e90ec145d2
Merge release-21.05 into staging-next-21.05
2021-08-02 06:03:06 +00:00
Jonathan Ringer
71e370e534
mill: 0.9.6 -> 0.9.9
...
Use the `${version}-assembly` artifact, which avoids
having to download it using the release script
(cherry picked from commit 74090eb68a2fd8e0a6ef0000f36a784ed2d27194)
2021-08-01 22:56:38 -07:00
davidak
59f8ccb41f
Merge pull request #131961 from NixOS/backport-131954-to-release-21.05
...
[Backport release-21.05] python3Packages.trezor: 0.12.2 -> 0.12.3
2021-08-02 06:53:03 +02:00
ajs124
e04ad378fd
grub2: 2.06-rc1 -> 2.06
...
* GCC 10 support.
* clang 10 support.
* SBAT support.
* LUKS2 support.
* Drop small MBR gap support.
* Xen Security Modules (XSM/FLASK) support.
* The lockdown mechanism similar to the Linux kernel one.
* Disable the os-prober by default.
* Many backports of GRUB distros specific patches.
* BootHole and BootHole2 fixes.
* XFS bigtime support.
* ...and tons of other fixes and cleanups...
(cherry picked from commit 963b0a1dbf32b80eb6375973bff48af313c2a7c5)
2021-08-01 20:43:18 -07:00
github-actions[bot]
abbdf9574b
Merge staging-next-21.05 into staging-21.05
2021-08-02 00:03:12 +00:00
github-actions[bot]
bfed1c52a9
Merge release-21.05 into staging-next-21.05
2021-08-02 00:02:34 +00:00
Robert Hensing
60c4e61a61
Merge pull request #132363 from NixOS/backport-131814-to-release-21.05
...
[Backport release-21.05] nixos/nix-daemon: fix registry flake type
2021-08-02 01:49:18 +02:00
David Arnold
a791442a31
nixos/nix-daemon: fix registry flake type
...
Before this commit, the `flake` option was typed with `types.unspecified`.
This type get's merged via [`mergeDefaultOption`](ebb592a04c/lib/options.nix (L119-L128)
), which has a line
```nix
else if all isFunction list then x: mergeDefaultOption loc (map (f: f x) list)
```
`lib.isFunction` detects an attrs in the shape of `{__functor = ...}` as
a function and hence this line substitutes such attrs with a function
(f: f x).
If now, a flake input has a `__functor` as it's output, this will
coerce the once attrs to a function. This breaks a lot of things later
in the stack, for example a later `lib.filterAttrs seive <LAMBDA>` will
fail for obious reasons.
According to @infinisil, `types.unspecified` is due to deprecation. In
the meantime this PR provides a specific fix for the specific problem
discovered.
(cherry picked from commit ecae25c3ef137d972e909eb0e85960d90481789e)
2021-08-01 22:09:08 +00:00
Robert Hensing
3ed3b163aa
Merge pull request #131876 from NixOS/backport-131760-to-release-21.05
...
[Backport release-21.05] nixos/installer: force root fs type
2021-08-01 23:06:37 +02:00
Maximilian Bosch
260df793d8
epson-escpr2: 1.1.34 -> 1.1.38
...
(cherry picked from commit 738f92f2baf8652c5c81d43067acba801c6ee89b)
2021-08-01 17:12:15 +00:00
Jörg Thalheim
c0e25740a5
linux_zen: actually enable patchset
...
(cherry picked from commit 604d0dd0d68daf696a9ba5494b63500e9db36874)
2021-08-01 13:32:42 +00:00
Jörg Thalheim
cb52ea7042
linux_zen: 5.13.5 -> 5.13.7
...
(cherry picked from commit 6e9195f6687d05d4225521a34d1702dd9c0a4444)
2021-08-01 13:32:41 +00:00
github-actions[bot]
9856e7e6f2
Merge staging-next-21.05 into staging-21.05
2021-08-01 12:08:23 +00:00
github-actions[bot]
a34e238b77
Merge release-21.05 into staging-next-21.05
2021-08-01 12:04:03 +00:00
Jörg Thalheim
16bf3980bf
Merge pull request #132284 from NixOS/backport-132213-to-release-21.05
...
[Backport release-21.05] viber: add 'QML2_IMPORT_PATH' to the wrap
2021-08-01 09:12:29 +01:00
Jörg Thalheim
c4b6bc90d9
Merge pull request #132189 from NixOS/backport-130087-to-release-21.05
...
[Backport release-21.05] bat: 0.18.1 -> 0.18.2
2021-08-01 09:11:55 +01:00
Jörg Thalheim
44acc5e771
Merge pull request #132204 from yu-re-ka/feature/tdesktop-2-8-11-backport
...
[21.05] tdesktop: 2.7.5 -> 2.8.11
2021-08-01 09:08:25 +01:00
cas1no
29e7bc3d7d
viber: add 'QML2_IMPORT_PATH' to the wrap
...
(cherry picked from commit 3209d25fd2355dbb68bf231ee1c1b3b442d42e86)
2021-08-01 07:48:15 +00:00
Robert Scott
ca81552645
python3Packages.tensorflow: add patch fixing NotImplementedError with numpy 1.20
...
see upstream pr https://github.com/tensorflow/tensorflow/pull/47957
(cherry picked from commit 42bfc113569c242947b7a0f6edf94031fbb8bac5)
2021-08-01 03:41:21 +00:00
github-actions[bot]
720c9087d4
Merge staging-next-21.05 into staging-21.05
2021-08-01 00:04:25 +00:00
github-actions[bot]
63ecd177a7
Merge release-21.05 into staging-next-21.05
2021-08-01 00:03:46 +00:00
Maximilian Bosch
914fbc482e
Merge pull request #132002 from sumnerevans/backport-130808-to-release-21.05
...
matrix-synapse: 1.38.1 -> 1.39.0
2021-07-31 22:37:48 +02:00
github-actions[bot]
d50446be40
Merge staging-next-21.05 into staging-21.05
2021-07-31 18:02:41 +00:00
github-actions[bot]
0f11de473b
Merge release-21.05 into staging-next-21.05
2021-07-31 18:02:11 +00:00
Robert Scott
36dd3023be
Merge pull request #131923 from NixOS/backport-131898-to-release-21.05
...
[Backport release-21.05] fetchmail: 6.4.16 -> 6.4.20
2021-07-31 18:08:05 +01:00
Frederik Ramcke
3142a8ca9a
cairo: add patch for CVE-2020-35492 (PR: #131949 )
...
(cherry picked from commit e591a6235d95318ad67c03d666dc8788c65025fc)
2021-07-31 16:18:31 +02:00
github-actions[bot]
77ce40acda
Merge staging-next-21.05 into staging-21.05
2021-07-31 12:03:19 +00:00
github-actions[bot]
ae67f15901
Merge release-21.05 into staging-next-21.05
2021-07-31 12:02:46 +00:00
Yureka
3b70be46a8
gitlab: 14.0.5 -> 14.1.0
...
(cherry picked from commit ac20e17cc83cba8599266ba2268054e62c2b7803)
2021-07-31 13:43:09 +02:00
Nick Cao
b96fa3c4c1
tdesktop: 2.8.4 -> 2.8.11
...
(cherry picked from commit e57ccfdaf3f95ba2c4fdb0a9e41799b8bd1fdfc1)
2021-07-31 12:40:26 +02:00
Michael Weiss
9b1bd6f7c7
tdesktop: Drop the enchant2 and dee dependencies
...
Ilya Fedin informed me that they aren't required anymore. Thanks :)
(cherry picked from commit 733756ccfc2e333658f77c657a3cd1c64d2ff1eb)
2021-07-31 12:40:08 +02:00
Ilan Joselevich
789b90fb34
tdesktop: 2.8.3 -> 2.8.4
...
(cherry picked from commit b7515545b5647ebdef27b52a5d4297b5336c53e7)
2021-07-31 12:40:08 +02:00
Michael Weiss
1d6b8ef74b
tdesktop: 2.8.1 -> 2.8.3
...
(cherry picked from commit 3864c36b790f253e5109f833a788ece7e2dfbaa4)
2021-07-31 12:40:08 +02:00
Michael Weiss
11620afb1a
kotatogram-desktop: Copy the old tg_owt.nix from tdesktop
...
The current tg_owt version (since the update of tdesktop to version
2.8.0 in 0d509d366d4) isn't compatible with kotatogram-desktop anymore.
(cherry picked from commit f287805fafbf9f9b3ad024a35db6b81dad76f491)
2021-07-31 12:40:08 +02:00
Michael Weiss
1de73b5b66
tdesktop: 2.8.0 -> 2.8.1
...
This also improves the packaging (see #128219 ).
(cherry picked from commit dc87cf529880ec6ddbc4ac3011928fc28ef2ff58)
2021-07-31 12:40:08 +02:00
Michael Weiss
d73ddfe782
tdesktop: 2.7.5 -> 2.8.0
...
(cherry picked from commit 0d509d366d4fc692a9dc81366445e29da81202e6)
2021-07-31 12:40:07 +02:00
Vladimír Čunát
11c662074e
Merge #131892 : nix-fallback-paths.nix: 2.3.14 -> 2.3.15
...
... into release-21.05 as a part of fixing #126141 .
(I think; I don't know how often the fallback gets used in practice.)
2021-07-31 08:57:18 +02:00
06kellyjac
ea0b0e31e1
bat: 0.18.1 -> 0.18.2
...
(cherry picked from commit ebf9a91123ccbfaf42bbc91c5fb897bfbd4d0721)
2021-07-31 06:06:12 +00:00
github-actions[bot]
c5139eb6a1
Merge staging-next-21.05 into staging-21.05
2021-07-31 06:04:41 +00:00