kiwmi: patch for updated wlroots

This commit is contained in:
Gabriel Arazas 2023-09-09 20:03:49 +08:00
parent a32787f9fb
commit 47f6ea27d5
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,5 +1,6 @@
{ stdenv
, lib
, fetchpatch
, fetchFromGitHub
, meson
, ninja
@ -31,6 +32,13 @@ stdenv.mkDerivation rec {
sha256 = "sha256-n9PA6cyEjSlnDcRrqIkO83UaCE/hovbi/oZon1B+nuw=";
};
patches = [
(fetchpatch {
url = "https://github.com/buffet/kiwmi/pull/71.patch";
hash = "sha256-28/i2fpYD2w9SxtMprT4qOoeCG2CIn31hav07W/oY2o=";
})
];
nativeBuildInputs = [
meson
ninja