gtk4-layer-shell: fix cross compilation

devdoc requires emulator to build when cross compiling
This commit is contained in:
Colin
2025-03-18 23:53:39 +05:30
committed by Masum Reza
parent 0bb96173bd
commit 7a546f3018
+2 -1
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
meson,
mesonEmulatorHook,
ninja,
pkg-config,
gtk-doc,
@@ -50,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
docbook_xml_dtd_43
vala
wayland-scanner
];
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ];
buildInputs = [
gtk4