libdecor: fix cross compile
This commit is contained in:
parent
09b09bc67e
commit
537d144f64
@ -6,6 +6,7 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
|
, wayland-scanner
|
||||||
, cairo
|
, cairo
|
||||||
, dbus
|
, dbus
|
||||||
, pango
|
, pango
|
||||||
@ -21,10 +22,18 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "jadahl";
|
owner = "jadahl";
|
||||||
repo = "libdecor";
|
repo = "libdecor";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
hash = "sha256:0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
|
sha256 = "0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
strictDeps = true;
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
pkg-config
|
||||||
|
wayland-scanner
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
Loading…
Reference in New Issue
Block a user