build/nix: Make wayland a build dependency

This commit is contained in:
Akshay Mankar 2024-04-27 16:51:20 +02:00
parent ef53da1580
commit 8b6e2a4d92
Signed by untrusted user: axeman
GPG key ID: CA08F3AB62369B89

View file

@ -26,12 +26,12 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ buildInputs = [
alsa-lib alsa-lib
libcap libcap
wayland
]; ];
postFixup = postFixup =
let let
runtimeDeps = [ runtimeDeps = [
vulkan-loader vulkan-loader
wayland
libxkbcommon libxkbcommon
xorg.libX11 xorg.libX11
xorg.libXrandr xorg.libXrandr