summary refs log tree commit diff
path: root/nixos/modules/services/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-07-24 09:04:16 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-07-24 19:38:51 +0200
commit98710d255298ebc6a347edcf5aa9c4a39000f671 (patch)
tree249e92f5249d9c0f5a1b6ae1941aaaeb6dae197b /nixos/modules/services/desktops
parent8d53e88346d923e7d3114a8cfc09d45accbe5bc8 (diff)
downloadnixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.tar
nixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.tar.gz
nixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.tar.bz2
nixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.tar.lz
nixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.tar.xz
nixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.tar.zst
nixpkgs-98710d255298ebc6a347edcf5aa9c4a39000f671.zip
flatpak: 1.6.3 → 1.8.1
Changes:
* https://github.com/flatpak/flatpak/releases/tag/1.7.1
* https://github.com/flatpak/flatpak/releases/tag/1.7.2
* https://github.com/flatpak/flatpak/releases/tag/1.7.3
* https://github.com/flatpak/flatpak/releases/tag/1.8.0
* https://github.com/flatpak/flatpak/releases/tag/1.8.1

Commits:
https://github.com/flatpak/flatpak/compare/1.6.3...1.7.1
https://github.com/flatpak/flatpak/compare/1.7.1...1.8.1

Notable packaging changes:
* Flatpak now ships a sysusers.d file for allowing systemd to create the required users.
  https://github.com/flatpak/flatpak/commit/4df019063b962d17a378fb92d073f8ceb6a6ca62
* Completion support for fish shell
* If an app has filesystem access, the host /lib is accessible as /run/host/lib, etc.
* New filesystem permission "host-etc" and "host-os" give access to system /usr and /etc.
  https://github.com/flatpak/flatpak/commit/fe2536b8441858e3b22f6780dca64a516ee4e48c
* We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues.
  https://github.com/flatpak/flatpak/commit/dc4e198766d91aa8871c276b9ed8d7f3ba003822
* We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos.
* By default we no longer install the gdm env.d file, as the systemd generators work better
  https://github.com/flatpak/flatpak/commit/7c3a85bf4337874719324a03cc5875708c84ee85
* Use variant-schema-compiler for some GVariant code
  https://github.com/flatpak/flatpak/pull/3366
* zstd compression for oci deltas:
  https://github.com/flatpak/flatpak/commit/bfa71e208a3672d965f560fd5250787d9b933493

Additionally:
* Remove glibcLocales which is not used since 1.4 bump because glibc contains a locale archive with C.UTF-8
  https://github.com/NixOS/nixpkgs/commit/1728bc8d22ffe5e340dfb7cf3a8627f3638f5616
* Stop using aliases for docbook-xsl-nons and pkg-config packages
* Stop using autoreconfHook, the autogen.sh script contains some extra that are necessary when building from git.
* Increase disk space for installed tests, they were running out.
* Enable building developer documentation.
Diffstat (limited to 'nixos/modules/services/desktops')
-rw-r--r--nixos/modules/services/desktops/flatpak.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/desktops/flatpak.nix b/nixos/modules/services/desktops/flatpak.nix
index 7fb0024f37d..7da92cc9f26 100644
--- a/nixos/modules/services/desktops/flatpak.nix
+++ b/nixos/modules/services/desktops/flatpak.nix
@@ -42,6 +42,7 @@ in {
     # It has been possible since https://github.com/flatpak/flatpak/releases/tag/1.3.2
     # to build a SELinux policy module.
 
+    # TODO: use sysusers.d
     users.users.flatpak = {
       description = "Flatpak system helper";
       group = "flatpak";