gnome.gnome-screenshot: fix build with meson 0.61
This commit is contained in:
parent
dbc55b6667
commit
68824fbc89
@ -4,6 +4,7 @@
|
|||||||
, libxml2
|
, libxml2
|
||||||
, libhandy
|
, libhandy
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libcanberra-gtk3
|
, libcanberra-gtk3
|
||||||
, gtk3
|
, gtk3
|
||||||
@ -27,6 +28,15 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "Stt97JJkKPdCY9V5ZnPPFC5HILbnaPVGio0JM/mMlZc=";
|
sha256 = "Stt97JJkKPdCY9V5ZnPPFC5HILbnaPVGio0JM/mMlZc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Fix build with meson 0.61
|
||||||
|
# https://gitlab.gnome.org/GNOME/gnome-screenshot/-/issues/186
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.gnome.org/GNOME/gnome-screenshot/-/commit/b60dad3c2536c17bd201f74ad8e40eb74385ed9f.patch";
|
||||||
|
sha256 = "Js83h/3xxcw2hsgjzGa5lAYFXVrt6MPhXOTh5dZTx/w=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
|
Loading…
Reference in New Issue
Block a user