wvkbd: fix cross compilation (#390508)

This commit is contained in:
Arne Keller
2025-03-16 23:20:11 +01:00
committed by GitHub
+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";