lassulus
a2a5df1e63
vbox-image: add new option to set free space in image
...
(cherry picked from commit a6700d75f38cda83367a8af84651a2a72ce0f3ef)
2021-08-03 02:45:28 +02:00
Maximilian Bosch
b812e1f413
Merge pull request #132463 from NixOS/backport-131583-to-release-21.05
...
[Backport release-21.05] seahorse: add glib-networking for sync
2021-08-03 00:04:34 +02:00
Sebastian Sellmeier
dd05346f79
seahorse: add glib-networking for sync
...
(cherry picked from commit 9f629693f349ec0064a67bfdbffdfd1e8f2fb08c)
2021-08-02 21:26:25 +00:00
Maximilian Bosch
bbd7696843
Merge pull request #132440 from NixOS/backport-132338-to-release-21.05
...
[Backport release-21.05] nixos/captive-browser: fix startup
2021-08-02 22:19:56 +02:00
Linus Heckemann
c15e294a60
Merge pull request #132441 from Ma27/backport-captive-browser
...
[21.05] captive-browser: 2019-04-16 -> 2021-08-01
2021-08-02 20:55:55 +02:00
Maximilian Bosch
655cc5e747
captive-browser: 2019-04-16 -> 2021-08-01
...
Had to do this manually, because this `name`->`pname` "refactoring"
makes automated backports impossible.
Changes: 08450562e5...9c707dc32a
(cherry picked from commit bee0468d7ba37fffc19d509eaffdd49bf30ed9e1)
2021-08-02 20:31:44 +02:00
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
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
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
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
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
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
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
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
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
Vlad M
deb02744a8
Merge pull request #129343 from NixOS/backport-129332-to-release-21.05
...
[Backport release-21.05] pijul: 1.0.0-alpha.48 → 1.0.0-alpha.50
2021-07-31 09:04:00 +03:00
Artturin
bb8978a77c
openmw: add wrapQtAppsHook
...
dontWrapQtApps was blanket added in
5590e365e4775f138610b1036a75f8886921843e
(cherry picked from commit 854265777ced27a1d0b1bdead26463ce021bb779)
2021-07-30 21:42:49 -04:00
Samuel Dionne-Riel
c8b1c99164
Merge pull request #132073 from NixOS/backport-132046-to-release-21.05
...
[Backport release-21.05] nix(Stable): 2.3.14 -> 2.3.15
2021-07-30 16:50:01 -04:00
Samuel Dionne-Riel
a8d7cc1d00
Merge pull request #132162 from NixOS/backport-132100-to-release-21.05
...
[Backport release-21.05] linux/common-config.nix: disable LPAE on armv7l-linux
2021-07-30 16:09:01 -04:00
Ben Wolsieffer
cab8dfb6f6
linux/common-config.nix: disable LPAE on armv7l-linux
...
LPAE was enabled to support native armv7l builders running in QEMU on aarch64,
but this option disables support for processors which don't support LPAE, which
are still relatively common. In particular, Beaglebones use the Cortex-A8, which
doesn't support LPAE.
Also, if you attempt to boot an LPAE kernel on a CPU that doesn't support it,
it fails before even earlycon is initialized. This makes the problem difficult
to debug without enabling CONFIG_DEBUG_LL or using a hardware debugger.
(cherry picked from commit 988c12faed96159fd5902f3bc372739c111206ef)
2021-07-30 19:44:27 +00:00
Sander van der Burg
84d9062180
Merge pull request #132088 from NixOS/backport-131864-to-release-21.05
...
[Backport release-21.05] rott: init at 1.1.2
2021-07-30 20:37:19 +02:00
Sander van der Burg
10320a355a
rott: init at 1.1.2
...
(cherry picked from commit 946ad968ffcb623d6473228c4390bf4262024e91)
2021-07-30 16:13:07 +00:00
Vladimír Čunát
de3a57327f
nix(Stable): 2.3.14 -> 2.3.15
...
(cherry picked from commit 9bd0be76b2219e8984566340e26a0f85caeb89cd)
2021-07-30 13:17:54 +00:00
Jörg Thalheim
528a5c4420
Merge pull request #132028 from NixOS/backport-132011-to-release-21.05
...
[Backport release-21.05] nixos/bird: fix bird/bird6 description
2021-07-30 10:40:02 +01:00
Martin Weinelt
de1bca4cb8
Merge pull request #131588 from NixOS/staging-next-21.05
2021-07-30 10:54:17 +02:00
Wael Nasreddine
703e32094c
Merge pull request #131977 from NixOS/backport-129447-to-release-21.05
...
[Backport release-21.05] vault: fix build for darwin
2021-07-29 23:54:40 -07:00