colord: fix cross-compilation
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
This commit is contained in:
parent
bbc988ba00
commit
69da0d24d9
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
, gobject-introspection
|
||||
, argyllcms
|
||||
, meson
|
||||
, mesonEmulatorHook
|
||||
, ninja
|
||||
, vala
|
||||
, libgudev
|
||||
|
@ -75,6 +76,8 @@ stdenv.mkDerivation rec {
|
|||
shared-mime-info
|
||||
vala
|
||||
wrapGAppsNoGuiHook
|
||||
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
mesonEmulatorHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue