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 = [
|
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
|
||||||
|
|
Loading…
Reference in a new issue