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