rofi: fix cross compilation (#442273)

This commit is contained in:
Jörg Thalheim
2025-09-12 06:52:26 +00:00
committed by GitHub
+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