Commit 58169fe8 authored by Daniel Barter's avatar Daniel Barter Committed by Bjørn Forsman
Browse files

wmenu: fix cross compilation

parent 76e6d8b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, pango
, wayland
, wayland-protocols
, wayland-scanner
, libxkbcommon
, scdoc
}:
@@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
    })
  ];

  nativeBuildInputs = [ pkg-config meson ninja ];
  nativeBuildInputs = [ pkg-config meson ninja wayland-scanner ];
  buildInputs = [ cairo pango wayland libxkbcommon wayland-protocols scdoc ];

  meta = with lib; {