grim: add wayland-scanner to nativeBuildInputs, fixes cross compilation

This commit is contained in:
Nick Cao 2022-11-21 15:22:34 +08:00 committed by Rick van Schijndel
parent 06884e02ba
commit 4db2e9fbef

@ -1,4 +1,18 @@
{ lib, stdenv, fetchFromSourcehut, fetchpatch, pixman, libpng, libjpeg, meson, ninja, wayland, pkg-config, scdoc, wayland-protocols }:
{ lib
, stdenv
, fetchFromSourcehut
, fetchpatch
, pixman
, libpng
, libjpeg
, meson
, ninja
, pkg-config
, scdoc
, wayland
, wayland-protocols
, wayland-scanner
}:
stdenv.mkDerivation rec {
pname = "grim";
@ -29,6 +43,7 @@ stdenv.mkDerivation rec {
ninja
pkg-config
scdoc
wayland-scanner
];
buildInputs = [