diff --git a/pkgs/applications/terminal-emulators/havoc/default.nix b/pkgs/applications/terminal-emulators/havoc/default.nix index 80ede664b5b1..ca2f7b07a17f 100644 --- a/pkgs/applications/terminal-emulators/havoc/default.nix +++ b/pkgs/applications/terminal-emulators/havoc/default.nix @@ -3,8 +3,9 @@ , fetchFromGitHub , libxkbcommon , pkg-config -, wayland , wayland-protocols +, wayland-scanner +, wayland }: stdenv.mkDerivation rec { @@ -18,14 +19,18 @@ stdenv.mkDerivation rec { hash = "sha256-jvGm2gFdMS61otETF7gOEpYn6IuLfqI95IpEVfIv+C4="; }; - nativeBuildInputs = [ + depsBuildBuild = [ pkg-config ]; + nativeBuildInputs = [ + wayland-protocols + wayland-scanner + ]; + buildInputs = [ libxkbcommon wayland - wayland-protocols ]; dontConfigure = true;