mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
colord: fix cross-compilation
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
This commit is contained in:
parent
bbc988ba00
commit
69da0d24d9
@ -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 New Issue
Block a user