1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 10:03:03 +00:00

osu-lazer: add vulkan support

This commit is contained in:
Gutyina Gergő 2024-11-07 22:17:18 +01:00
parent febd04d099
commit 9138d320ef
No known key found for this signature in database

View file

@ -15,6 +15,7 @@
libglvnd,
xorg,
udev,
vulkan-loader,
}:
buildDotnetModule rec {
@ -57,6 +58,9 @@ buildDotnetModule rec {
# [verbose]: SDL error log [debug]: Failed loading udev_device_get_action: /nix/store/*-osu-lazer-*/lib/osu-lazer/runtimes/linux-x64/native/libSDL2.so: undefined symbol: _udev_device_get_action
# [verbose]: SDL error log [debug]: Failed loading libudev.so.1: libudev.so.1: cannot open shared object file: No such file or directory
udev
# needed for vulkan renderer, can fall back to opengl if omitted
vulkan-loader
];
executables = [ "osu!" ];