Merge pull request 'build/nix: Make wayland a build dependency' (#2) from axeman/outfly:fix-nix-wayland into main

Reviewed-on: https://codeberg.org/hut/outfly/pulls/2
This commit is contained in:
hut 2024-04-27 15:16:13 +00:00
commit 80087d9815

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