Commit 01189fb8 authored by mae's avatar mae
Browse files

flatpak: fix config location

By default the build system sets the config location to
$prefix/etc/flatpak, which(due to the immutability of the nix store)
prevents the user from changing any configuration options.

This moves the config file to /etc/flatpak.
parent 55b4d7d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -165,7 +165,9 @@ stdenv.mkDerivation (finalAttrs: {
    "--with-system-bubblewrap=${bubblewrap}/bin/bwrap"
    "--with-system-dbus-proxy=${xdg-dbus-proxy}/bin/xdg-dbus-proxy"
    "--with-dbus-config-dir=${placeholder "out"}/share/dbus-1/system.d"
    "--with-profile-dir=${placeholder "out"}/etc/profile.d"
    "--localstatedir=/var"
    "--sysconfdir=/etc"
    "--enable-gtk-doc"
    "--enable-installed-tests"
  ];