schlock: fix cross build

This commit is contained in:
2024-03-07 10:36:51 +00:00
parent 041ce0654e
commit 531ea11b3d

View File

@@ -17,6 +17,7 @@
, scdoc
, wayland
, wayland-protocols
, wayland-scanner
}:
stdenv.mkDerivation rec {
pname = "schlock";
@@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
ninja
pkg-config
scdoc
wayland-scanner
];
buildInputs = [
cairo