lswt: add patch fixing JSON formatting of identifier string

This commit is contained in:
Pratham Patel
2025-04-04 17:13:02 +05:30
parent 2c8d3f48d3
commit 6e16467698
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromSourcehut,
fetchpatch,
wayland-scanner,
wayland,
}:
@@ -17,6 +18,14 @@ stdenv.mkDerivation rec {
hash = "sha256-8jP6I2zsDt57STtuq4F9mcsckrjvaCE5lavqKTjhNT0=";
};
patches = [
# Subject: [PATCH] fix JSON formatting of identifier string
(fetchpatch {
url = "https://git.sr.ht/~leon_plickat/lswt/commit/d35786da4383388c19f5437128fd393a6f16f74f.patch";
hash = "sha256-3RTq8BXRR7MgKV0BueoOjPORMrYVAKNbKR74hZ75W/Y=";
})
];
nativeBuildInputs = [ wayland-scanner ];
buildInputs = [ wayland ];