Unverified Commit a17d2887 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

rofi: fix cross compilation (#442273)

parents 495051f6 95f48de1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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