about summary refs log tree commit diff
path: root/pkgs/applications/graphics/unigine-valley
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2019-04-19 19:34:20 +0000
committerGitHub <noreply@github.com>2019-04-19 19:34:20 +0000
commit8b5258ef653252370427622bd2a39443946a4ce0 (patch)
tree3965cd649d41d598f082c255e437ac0063447799 /pkgs/applications/graphics/unigine-valley
parentc793258a88a437f2bf473f67b5aa47150bd5bd7d (diff)
unigine-valley: fix
Reflect changes introduced in #37369

It failed to fild libGL.so
Diffstat (limited to 'pkgs/applications/graphics/unigine-valley')
-rw-r--r--pkgs/applications/graphics/unigine-valley/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/unigine-valley/default.nix b/pkgs/applications/graphics/unigine-valley/default.nix
index d29c9cd825983..3a139f3740ccd 100644
--- a/pkgs/applications/graphics/unigine-valley/default.nix
+++ b/pkgs/applications/graphics/unigine-valley/default.nix
@@ -12,6 +12,7 @@
 , libXinerama
 , libXrandr
 , libXrender
+, libGL
 , openal}:
 
 let
@@ -47,6 +48,7 @@ in
       libXinerama
       libXrandr
       libXrender
+      libGL
       openal
     ];