From 47f6ea27d51a786e7417db0ce741822dfcab635e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 9 Sep 2023 20:03:49 +0800 Subject: [PATCH] kiwmi: patch for updated wlroots --- pkgs/kiwmi/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/kiwmi/default.nix b/pkgs/kiwmi/default.nix index 4aa68f1c..95576202 100644 --- a/pkgs/kiwmi/default.nix +++ b/pkgs/kiwmi/default.nix @@ -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