Loading pkgs/applications/window-managers/phosh/default.nix +15 −1 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , fetchpatch , meson , ninja , pkg-config Loading Loading @@ -84,6 +85,19 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Dsystemd=true" "-Dcompositor=${phoc}/bin/phoc" ]; patches = [ # build: Adjust to polkit version changes (fetchpatch { url = "https://gitlab.gnome.org/World/Phosh/phosh/-/commit/16b46e295b86cbf1beaccf8218cf65ebb4b7a6f1.patch"; sha256 = "sha256-Db1OEdiI1QBHGEBs1Coi7LTF9bCScdDgxmovpBdIY/g="; }) # polkit-auth-agent: Scope cleanup function for PolkitAgentListener (fetchpatch { url = "https://gitlab.gnome.org/World/Phosh/phosh/-/commit/b864653df50bfd8f34766fc6b37a3bf32cfbdfa4.patch"; sha256 = "sha256-YCw3tGk94NAa6PPTmA1lCJVzzi9GC74BmvtTcvuHPh0="; }) ]; postPatch = '' chmod +x build-aux/post_install.py patchShebangs build-aux/post_install.py Loading Loading
pkgs/applications/window-managers/phosh/default.nix +15 −1 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , fetchpatch , meson , ninja , pkg-config Loading Loading @@ -84,6 +85,19 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Dsystemd=true" "-Dcompositor=${phoc}/bin/phoc" ]; patches = [ # build: Adjust to polkit version changes (fetchpatch { url = "https://gitlab.gnome.org/World/Phosh/phosh/-/commit/16b46e295b86cbf1beaccf8218cf65ebb4b7a6f1.patch"; sha256 = "sha256-Db1OEdiI1QBHGEBs1Coi7LTF9bCScdDgxmovpBdIY/g="; }) # polkit-auth-agent: Scope cleanup function for PolkitAgentListener (fetchpatch { url = "https://gitlab.gnome.org/World/Phosh/phosh/-/commit/b864653df50bfd8f34766fc6b37a3bf32cfbdfa4.patch"; sha256 = "sha256-YCw3tGk94NAa6PPTmA1lCJVzzi9GC74BmvtTcvuHPh0="; }) ]; postPatch = '' chmod +x build-aux/post_install.py patchShebangs build-aux/post_install.py Loading