wvkbd: fix cross compilation

This commit is contained in:
Colin
2025-03-16 21:59:58 +00:00
parent 178877d139
commit 2bfd01e444
+4 -2
View File
@@ -26,11 +26,12 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace Makefile \
--replace "pkg-config" "$PKG_CONFIG"
--replace-fail "pkg-config" "$PKG_CONFIG"
'';
nativeBuildInputs = [
pkg-config
scdoc
wayland-scanner
];
buildInputs = [
@@ -40,10 +41,11 @@ stdenv.mkDerivation rec {
libxkbcommon
pango
wayland
scdoc
];
installFlags = [ "PREFIX=$(out)" ];
strictDeps = true;
meta = with lib; {
homepage = "https://github.com/jjsullivan5196/wvkbd";
description = "On-screen keyboard for wlroots";