From d366e7ea1eda205661fcdef923449c8a18677190 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Sun, 25 Dec 2022 18:07:08 +0800 Subject: [PATCH] spice-gtk: unbreak on darwin --- pkgs/development/libraries/spice-gtk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/spice-gtk/default.nix b/pkgs/development/libraries/spice-gtk/default.nix index 4ea33774cf2d..2111b23a6f75 100644 --- a/pkgs/development/libraries/spice-gtk/default.nix +++ b/pkgs/development/libraries/spice-gtk/default.nix @@ -100,10 +100,11 @@ stdenv.mkDerivation rec { python3 python3.pkgs.pyparsing python3.pkgs.six - wayland-scanner vala ] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [ mesonEmulatorHook + ] ++ lib.optionals stdenv.isLinux [ + wayland-scanner ]; propagatedBuildInputs = [