Merge pull request #307981 from tomfitzhenry/phoc-0.38
phoc: 0.37 -> 0.38
This commit is contained in:
commit
2f075b8ad9
@ -8,6 +8,7 @@
|
|||||||
, python3
|
, python3
|
||||||
, wrapGAppsHook3
|
, wrapGAppsHook3
|
||||||
, libinput
|
, libinput
|
||||||
|
, gobject-introspection
|
||||||
, gnome
|
, gnome
|
||||||
, gnome-desktop
|
, gnome-desktop
|
||||||
, glib
|
, glib
|
||||||
@ -24,15 +25,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "phoc";
|
pname = "phoc";
|
||||||
version = "0.37.0";
|
version = "0.38.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-SQLoOjqDBL1G3SDO4mfVRV2U0i+M1EwiqUR52ytFJmM=";
|
hash = "sha256-OcRUnw1Fck9bMSgfMMcWqqR6a6yzyKjY8P3nqcwVULc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
gobject-introspection
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user