Unverified Commit c55b81d6 authored by Jan Tojnar's avatar Jan Tojnar Committed by GitHub
Browse files

Merge pull request #304617 from MaeIsBad/master

flatpak: fix config location
parents 3b591769 01189fb8
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"
  ];