retro-gtk: fix build with meson 0.60

Adds upstream patch from https://gitlab.gnome.org/GNOME/retro-gtk/-/merge_requests/167
This commit is contained in:
Naïm Favier 2022-01-22 18:58:40 +01:00
parent 5276d5f62b
commit 915e4a0fd0
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, cmake
, meson
, ninja
@ -27,6 +28,11 @@ stdenv.mkDerivation rec {
patches = [
# https://gitlab.gnome.org/GNOME/retro-gtk/-/merge_requests/150
./gio-unix.patch
# fix build with meson 0.60 (https://gitlab.gnome.org/GNOME/retro-gtk/-/merge_requests/167)
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/retro-gtk/-/commit/8016c10e7216394bc66281f2d9be740140b6fad6.patch";
sha256 = "sha256-HcQnqadK5sJM5mMqi4KERkJM3H+MUl8AJAorpFDsJ68=";
})
];
nativeBuildInputs = [