From 50ea1ba37d34de46c53f909c28f2da712d1bfe94 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 12 May 2023 10:27:31 +0000 Subject: [PATCH] hello-wayland: fix cross --- pkgs/applications/graphics/hello-wayland/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/hello-wayland/default.nix b/pkgs/applications/graphics/hello-wayland/default.nix index afc8e76405a..300e7f7bb5d 100644 --- a/pkgs/applications/graphics/hello-wayland/default.nix +++ b/pkgs/applications/graphics/hello-wayland/default.nix @@ -1,5 +1,5 @@ { stdenv, lib, fetchFromGitHub -, imagemagick, pkg-config, wayland, wayland-protocols +, imagemagick, pkg-config, wayland-scanner, wayland, wayland-protocols , unstableGitUpdater }: @@ -14,7 +14,8 @@ stdenv.mkDerivation { sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04="; }; - nativeBuildInputs = [ imagemagick pkg-config ]; + depsBuildBuild = [ pkg-config ]; + nativeBuildInputs = [ imagemagick pkg-config wayland-scanner ]; buildInputs = [ wayland wayland-protocols ]; installPhase = ''