diff options
author | msglm <msglm@techchud.xyz> | 2023-08-07 21:18:27 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-08-07 21:18:27 -0500 |
commit | ef0e49b3527c28256234e5ccd509f43f0a1d0693 (patch) | |
tree | c403216c91b7bddb17b4b974db46c680c498c755 | |
parent | 16f7ec354bd740c804459aad1abcdf62f5113732 (diff) | |
download | guix-msglm-ef0e49b3527c28256234e5ccd509f43f0a1d0693.tar.gz guix-msglm-ef0e49b3527c28256234e5ccd509f43f0a1d0693.tar.bz2 guix-msglm-ef0e49b3527c28256234e5ccd509f43f0a1d0693.zip |
pollymc now uses native GPU
-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 |