phoc: 0.31.0 -> 0.35.0

This commit is contained in:
Rodney Lorrimar 2024-02-02 05:12:24 +00:00 committed by tomf
parent ea05237d93
commit 6885a4db8f
2 changed files with 3 additions and 8 deletions

View File

@ -23,12 +23,12 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "phoc"; pname = "phoc";
version = "0.31.0"; version = "0.35.0";
src = fetchurl { src = fetchurl {
# This tarball includes the meson wrapped subproject 'gmobile'. # This tarball includes the meson wrapped subproject 'gmobile'.
url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz"; url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-P7Bs9JMv6KNKo4d2ID0/Ba4+Nel6DMn8o4I7EDvY4vY="; hash = "sha256-q2wyM0R7Mi/XuckNb6ZDkStaV9yJH1BgJ4cjqQc6EI4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -70,11 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
}); });
postPatch = ''
chmod +x build-aux/post_install.py
patchShebangs build-aux/post_install.py
'';
passthru = { passthru = {
tests.phosh = nixosTests.phosh; tests.phosh = nixosTests.phosh;
updateScript = directoryListingUpdater { }; updateScript = directoryListingUpdater { };

View File

@ -12018,7 +12018,7 @@ with pkgs;
pfstools = libsForQt5.callPackage ../tools/graphics/pfstools { }; pfstools = libsForQt5.callPackage ../tools/graphics/pfstools { };
phoc = callPackage ../applications/misc/phoc { phoc = callPackage ../applications/misc/phoc {
wlroots = wlroots_0_16; wlroots = wlroots_0_17;
}; };
phockup = callPackage ../applications/misc/phockup { }; phockup = callPackage ../applications/misc/phockup { };