about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-14 10:40:49 -0400
committerGitHub <noreply@github.com>2024-04-14 10:40:49 -0400
commit53815617f0688b1627fe3fe54274dd73c2626171 (patch)
tree5f66c7503d1ae39c26e18e01651294e17a95557a /pkgs/games
parentb7c0e108ac142e03a4a7a9c8bc9c689e0667f2db (diff)
parentb730874aa5a7e59fce8b6c8ebda4c42a480e5a9c (diff)
Merge pull request #303880 from Scrumplex/pkgs/prismlauncher/add-vulkan-loader
prismlauncher: add vulkan-loader
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