about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2024-04-13 20:50:04 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2024-04-13 20:50:04 +0200
commitb730874aa5a7e59fce8b6c8ebda4c42a480e5a9c (patch)
treef202341dcd570f81e16a4d892e4fad5d43c2129f /pkgs/games
parent46e0c9707e5b8246ab1c7b515d5088a5d00aec6c (diff)
prismlauncher: add vulkan-loader
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/prismlauncher/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/prismlauncher/wrapper.nix b/pkgs/games/prismlauncher/wrapper.nix
index 32c00c63bda57..d91b2731135e0 100644
--- a/pkgs/games/prismlauncher/wrapper.nix
+++ b/pkgs/games/prismlauncher/wrapper.nix
@@ -24,6 +24,7 @@
 , mesa-demos
 , pciutils
 , udev
+, vulkan-loader
 , libusb1
 
 , msaClientID ? null
@@ -100,6 +101,7 @@ symlinkJoin {
         glfw
         openal
         stdenv.cc.cc.lib
+        vulkan-loader # VulkanMod's lwjgl
 
         # oshi
         udev