Merge pull request #219355 from tomfitzhenry/phosh-0.25.1

phosh: 0.23 -> 0.25.1

authored by

Mario Rodas and committed by
GitHub
2ce9b984 0a853018

+6 -10
+1 -1
nixos/modules/services/x11/desktop-managers/phosh.nix
··· 173 systemd.services.phosh = { 174 wantedBy = [ "graphical.target" ]; 175 serviceConfig = { 176 - ExecStart = "${cfg.package}/bin/phosh"; 177 User = cfg.user; 178 Group = cfg.group; 179 PAMName = "login";
··· 173 systemd.services.phosh = { 174 wantedBy = [ "graphical.target" ]; 175 serviceConfig = { 176 + ExecStart = "${cfg.package}/bin/phosh-session"; 177 User = cfg.user; 178 Group = cfg.group; 179 PAMName = "login";
+3 -2
pkgs/applications/misc/phoc/default.nix
··· 52 }); 53 in stdenv.mkDerivation rec { 54 pname = "phoc"; 55 - version = "0.21.1"; 56 57 src = fetchFromGitLab { 58 domain = "gitlab.gnome.org"; ··· 60 owner = "Phosh"; 61 repo = pname; 62 rev = "v${version}"; 63 - sha256 = "sha256-HPqhro6TE/Ukh4txBPrDoIuDaxSxd/ZkDVZU3+m3GFg="; 64 }; 65 66 nativeBuildInputs = [
··· 52 }); 53 in stdenv.mkDerivation rec { 54 pname = "phoc"; 55 + version = "0.25.0"; 56 57 src = fetchFromGitLab { 58 domain = "gitlab.gnome.org"; ··· 60 owner = "Phosh"; 61 repo = pname; 62 rev = "v${version}"; 63 + sha256 = "sha256-1cbv4vzQ+RcRoT1pOT8Q0nxuZzKUlec38KCNMYaceeE="; 64 + fetchSubmodules = true; 65 }; 66 67 nativeBuildInputs = [
+2 -7
pkgs/applications/window-managers/phosh/default.nix
··· 36 37 stdenv.mkDerivation rec { 38 pname = "phosh"; 39 - version = "0.23.0"; 40 41 src = fetchFromGitLab { 42 domain = "gitlab.gnome.org"; ··· 45 repo = pname; 46 rev = "v${version}"; 47 fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects 48 - sha256 = "sha256-EMPqBKrtlwI9SJlqZjyAN5CtV4/BNwc5LapfeCEIYxc="; 49 }; 50 51 nativeBuildInputs = [ ··· 96 # https://github.com/NixOS/nixpkgs/issues/36468 97 "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" 98 ]; 99 - 100 - postPatch = '' 101 - chmod +x build-aux/post_install.py 102 - patchShebangs build-aux/post_install.py 103 - ''; 104 105 checkPhase = '' 106 runHook preCheck
··· 36 37 stdenv.mkDerivation rec { 38 pname = "phosh"; 39 + version = "0.25.1"; 40 41 src = fetchFromGitLab { 42 domain = "gitlab.gnome.org"; ··· 45 repo = pname; 46 rev = "v${version}"; 47 fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects 48 + sha256 = "sha256-ysAZdmkFEuqJDTPe246F2I4Qp+fjtomia42PS8BuMM8="; 49 }; 50 51 nativeBuildInputs = [ ··· 96 # https://github.com/NixOS/nixpkgs/issues/36468 97 "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" 98 ]; 99 100 checkPhase = '' 101 runHook preCheck