Merge pull request #256700 from NickCao/gedit-cross
gedit: fix cross compilation by adding mesonEmulatorHook
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user