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 = [
alsa-lib
libcap
wayland
];
postFixup =
let
runtimeDeps = [
vulkan-loader
wayland
libxkbcommon
xorg.libX11
xorg.libXrandr