Loading nixos/modules/services/x11/desktop-managers/phosh.nix +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ in systemd.services.phosh = { wantedBy = [ "graphical.target" ]; serviceConfig = { ExecStart = "${cfg.package}/bin/phosh"; ExecStart = "${cfg.package}/bin/phosh-session"; User = cfg.user; Group = cfg.group; PAMName = "login"; Loading pkgs/applications/window-managers/phosh/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { pname = "phosh"; version = "0.23.0"; version = "0.25.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; Loading @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { repo = pname; rev = "v${version}"; fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects sha256 = "sha256-EMPqBKrtlwI9SJlqZjyAN5CtV4/BNwc5LapfeCEIYxc="; sha256 = "sha256-ysAZdmkFEuqJDTPe246F2I4Qp+fjtomia42PS8BuMM8="; }; nativeBuildInputs = [ Loading Loading @@ -97,11 +97,6 @@ stdenv.mkDerivation rec { "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" ]; postPatch = '' chmod +x build-aux/post_install.py patchShebangs build-aux/post_install.py ''; checkPhase = '' runHook preCheck export NO_AT_BRIDGE=1 Loading Loading
nixos/modules/services/x11/desktop-managers/phosh.nix +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ in systemd.services.phosh = { wantedBy = [ "graphical.target" ]; serviceConfig = { ExecStart = "${cfg.package}/bin/phosh"; ExecStart = "${cfg.package}/bin/phosh-session"; User = cfg.user; Group = cfg.group; PAMName = "login"; Loading
pkgs/applications/window-managers/phosh/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { pname = "phosh"; version = "0.23.0"; version = "0.25.1"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; Loading @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { repo = pname; rev = "v${version}"; fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects sha256 = "sha256-EMPqBKrtlwI9SJlqZjyAN5CtV4/BNwc5LapfeCEIYxc="; sha256 = "sha256-ysAZdmkFEuqJDTPe246F2I4Qp+fjtomia42PS8BuMM8="; }; nativeBuildInputs = [ Loading Loading @@ -97,11 +97,6 @@ stdenv.mkDerivation rec { "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" ]; postPatch = '' chmod +x build-aux/post_install.py patchShebangs build-aux/post_install.py ''; checkPhase = '' runHook preCheck export NO_AT_BRIDGE=1 Loading