Skip to content

Commit

Permalink
cage: add wayland as nativeBuildInputs
Browse files Browse the repository at this point in the history
Needed on the build machine
  • Loading branch information
matthewbauer committed Mar 6, 2020
1 parent 8c3160b commit 78f9cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/cage/default.nix
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "1gkqx26pvlw00b3fgx6sh87yyjfzyj51jwxvbf9k117npkrf4b2g";
};

nativeBuildInputs = [ meson ninja pkgconfig makeWrapper ];
nativeBuildInputs = [ meson ninja pkgconfig makeWrapper wayland ];

buildInputs = [
wlroots wayland wayland-protocols pixman libxkbcommon
Expand Down

0 comments on commit 78f9cad

Please sign in to comment.