summaryrefslogtreecommitdiffstats
path: root/pollymc.scm
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-08-07 21:18:27 -0500
committermsglm <msglm@techchud.xyz>2023-08-07 21:18:27 -0500
commitef0e49b3527c28256234e5ccd509f43f0a1d0693 (patch)
treec403216c91b7bddb17b4b974db46c680c498c755 /pollymc.scm
parent16f7ec354bd740c804459aad1abcdf62f5113732 (diff)
downloadguix-msglm-ef0e49b3527c28256234e5ccd509f43f0a1d0693.tar.gz
guix-msglm-ef0e49b3527c28256234e5ccd509f43f0a1d0693.tar.bz2
guix-msglm-ef0e49b3527c28256234e5ccd509f43f0a1d0693.zip
pollymc now uses native GPU
Diffstat (limited to 'pollymc.scm')
-rw-r--r--pollymc.scm7
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