rofi: fix cross compilation

move the `wayland-*` inputs to the buildInputs/nativeBuildInputs as
appropriate, using the old `rofi-wayland` package as a reference
(see deleted lines from 188b91103b).
This commit is contained in:
Colin
2025-09-12 04:22:49 +00:00
parent 5dda9c5637
commit 95f48de133
+4 -1
View File
@@ -62,6 +62,10 @@ stdenv.mkDerivation rec {
ninja
pandoc
pkg-config
]
++ lib.optionals waylandSupport [
wayland-protocols
wayland-scanner
];
buildInputs = [
cairo
@@ -76,7 +80,6 @@ stdenv.mkDerivation rec {
++ lib.optionals waylandSupport [
wayland
wayland-protocols
wayland-scanner
]
++ lib.optionals x11Support [
libxcb