gedit: fix cross compilation by adding mesonEmulatorHook

This commit is contained in:
Nick Cao
2023-09-22 10:12:45 -04:00
parent 8c2cdea0fe
commit 38cdba16de
@@ -1,6 +1,7 @@
{ stdenv
, lib
, meson
, mesonEmulatorHook
, fetchurl
, python3
, pkg-config
@@ -58,6 +59,8 @@ stdenv.mkDerivation rec {
gtk-doc
gobject-introspection
docbook-xsl-nons
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
mesonEmulatorHook
];
buildInputs = [