arcan.xarcan: fix build with meson 0.60

Adds upstream patch from b67e514dbb
to remove the warnings (which are now errors)
This commit is contained in:
Naïm Favier 2022-01-22 17:49:18 +01:00
parent e2686f5ab3
commit b5c610bac8
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, arcan
, audit
, dbus
@ -46,6 +47,14 @@ stdenv.mkDerivation rec {
hash = "sha256-UTIVDKnYD/q0K6G7NJUKh1tHcqnsuiJ/cQxWuPMJ2G4=";
};
patches = [
# fix build with meson 0.60
(fetchpatch {
url = "https://github.com/letoram/xarcan/commit/b67e514dbb59bffc23b75d47ca7f24e96c4aeb05.patch";
sha256 = "sha256-tSQmNy1Id6nDIN+03dc1+rEEF8fMq0yJBiscNM60xic=";
})
];
nativeBuildInputs = [
meson
ninja