Skip to content

Commit

Permalink
houdini: Add the GPU driver to LD_LIBRARY_PATH (#67958)
Browse files Browse the repository at this point in the history
Fixes #66544
  • Loading branch information
ambrop72 authored and c0bw3b committed Nov 23, 2019
1 parent 5ccfbd9 commit 9ab168b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/houdini/runtime.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, requireFile, zlib, libpng, libSM, libICE, fontconfig, xorg, libGLU, libGL, alsaLib, dbus, xkeyboardconfig, bc }:
{ stdenv, requireFile, zlib, libpng, libSM, libICE, fontconfig, xorg, libGLU, libGL, alsaLib, dbus, xkeyboardconfig, bc, addOpenGLRunpath }:

let
ld_library_path = builtins.concatStringsSep ":" [
Expand All @@ -24,6 +24,7 @@ let
zlib
libpng
dbus
addOpenGLRunpath.driverLink
])
];
license_dir = "~/.config/houdini";
Expand Down

0 comments on commit 9ab168b

Please sign in to comment.