Merge pull request #231445 from alyssais/hello-wayland-cross

authored by Artturi and committed by GitHub 1cc24f84 aed0f77b

+3 -2
+3 -2
pkgs/applications/graphics/hello-wayland/default.nix
··· 1 { stdenv, lib, fetchFromGitHub 2 - , imagemagick, pkg-config, wayland, wayland-protocols 3 , unstableGitUpdater 4 }: 5 ··· 14 sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04="; 15 }; 16 17 - nativeBuildInputs = [ imagemagick pkg-config ]; 18 buildInputs = [ wayland wayland-protocols ]; 19 20 installPhase = ''
··· 1 { stdenv, lib, fetchFromGitHub 2 + , imagemagick, pkg-config, wayland-scanner, wayland, wayland-protocols 3 , unstableGitUpdater 4 }: 5 ··· 14 sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04="; 15 }; 16 17 + depsBuildBuild = [ pkg-config ]; 18 + nativeBuildInputs = [ imagemagick pkg-config wayland-scanner ]; 19 buildInputs = [ wayland wayland-protocols ]; 20 21 installPhase = ''