libwnck: fix cross

This commit is contained in:
Artturin 2022-11-10 00:57:44 +02:00
parent 62f9cc2bdc
commit 5f09efa730

View File

@ -3,6 +3,7 @@
, fetchurl
, fetchpatch
, meson
, mesonEmulatorHook
, ninja
, pkg-config
, gtk-doc
@ -50,6 +51,8 @@ stdenv.mkDerivation rec {
gtk-doc
docbook_xsl
docbook_xml_dtd_412
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
];
buildInputs = [