Merge pull request #256700 from NickCao/gedit-cross

gedit: fix cross compilation by adding mesonEmulatorHook
This commit is contained in:
Weijia Wang
2023-09-23 02:12:17 +02:00
committed by GitHub
@@ -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 = [