build/nix: Make wayland a build dependency
This commit is contained in:
parent
ef53da1580
commit
8b6e2a4d92
|
@ -26,12 +26,12 @@ rustPlatform.buildRustPackage rec {
|
|||
buildInputs = [
|
||||
alsa-lib
|
||||
libcap
|
||||
wayland
|
||||
];
|
||||
postFixup =
|
||||
let
|
||||
runtimeDeps = [
|
||||
vulkan-loader
|
||||
wayland
|
||||
libxkbcommon
|
||||
xorg.libX11
|
||||
xorg.libXrandr
|
||||
|
|
Loading…
Reference in a new issue