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:
parent
5276d5f62b
commit
915e4a0fd0
1 changed files with 6 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue