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:
commit
80087d9815
|
@ -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