Unverified Commit c9e61619 authored by Bobby Rong's avatar Bobby Rong
Browse files

xfce.xfce4-session: Backport xfce-portals.conf support

See the changes in x-d-p 1.17 for details.
parent 0b31c97a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{ lib
, mkXfceDerivation
, fetchpatch
, polkit
, exo
, libxfce4util
@@ -19,6 +20,15 @@ mkXfceDerivation {

  sha256 = "sha256-qCkE3aVYVwphoO1ZAyzpL1ZtsLaP6XT1H1rlFoBI3yg=";

  patches = [
    # Add minimal xdg-desktop-portal conf file
    # https://gitlab.xfce.org/xfce/xfce4-session/-/issues/181
    (fetchpatch {
      url = "https://gitlab.xfce.org/xfce/xfce4-session/-/commit/6451c8b21085631d8861e07ff4e1b2ef64a64ad3.patch";
      sha256 = "sha256-t3opom0iv7QsKoivzk+nXbxI5uFhNmB8/Qwb4QHvcCQ=";
    })
  ];

  buildInputs = [
    exo
    gtk3