Skip to content

Commit

Permalink
wmenu: fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarter authored and bjornfor committed Apr 23, 2024
1 parent 76e6d8b commit 58169fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/wmenu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
, pango
, wayland
, wayland-protocols
, wayland-scanner
, libxkbcommon
, scdoc
}:
Expand All @@ -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; {
Expand Down

0 comments on commit 58169fe

Please sign in to comment.