libdecor: fix cross compile

This commit is contained in:
Sandro Jäckel 2021-10-03 01:41:13 +02:00
parent 09b09bc67e
commit 537d144f64
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,6 +6,7 @@
, ninja
, wayland
, wayland-protocols
, wayland-scanner
, cairo
, dbus
, pango
@ -21,10 +22,18 @@ stdenv.mkDerivation rec {
owner = "jadahl";
repo = "libdecor";
rev = "${version}";
hash = "sha256:0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
sha256 = "0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
};
nativeBuildInputs = [ meson ninja pkg-config ];
strictDeps = true;
nativeBuildInputs = [
meson
ninja
pkg-config
wayland-scanner
];
buildInputs = [
wayland
wayland-protocols