diff options
-rw-r--r-- | pollymc.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pollymc.scm b/pollymc.scm index a314fb5..f659c72 100644 --- a/pollymc.scm +++ b/pollymc.scm @@ -43,12 +43,7 @@ `("PATH" ":" prefix (,(string-append xrandr "/bin"))) `("QT_PLUGIN_PATH" ":" prefix (,(string-append qtwayland "/lib/qt5/plugins"))) - `("LD_LIBRARY_PATH" ":" prefix - (,@(map (lambda (dep) - (string-append (assoc-ref inputs dep) - "/lib")) - '("libx11" "libxext" "libxcursor" - "libxrandr" "libxxf86vm" "pulseaudio" "mesa"))))) + ) #t)))))) (native-inputs (list extra-cmake-modules)) (inputs (list bash-minimal ; for wrap-program |