diff options
| -rw-r--r-- | nongnu/packages/game-client.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 89660a3..87e7632 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm | |||
| @@ -72,14 +72,7 @@ | |||
| 72 | (arguments | 72 | (arguments |
| 73 | (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files | 73 | (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files |
| 74 | #:wrapper-plan | 74 | #:wrapper-plan |
| 75 | #~'(("lib/Heroic/heroic" (("out" "/lib/Heroic"))) | 75 | #~'(("lib/Heroic/heroic" (("out" "/lib/Heroic")))) |
| 76 | "lib/Heroic/libEGL.so" | ||
| 77 | "lib/Heroic/libGLESv2.so" | ||
| 78 | "lib/Heroic/libvk_swiftshader.so" | ||
| 79 | "lib/Heroic/libvulkan.so.1" | ||
| 80 | "lib/Heroic/chrome-sandbox" | ||
| 81 | "lib/Heroic/chrome_crashpad_handler" | ||
| 82 | "lib/Heroic/libffmpeg.so") | ||
| 83 | #:phases | 76 | #:phases |
| 84 | #~(modify-phases %standard-phases | 77 | #~(modify-phases %standard-phases |
| 85 | (add-after 'binary-unpack 'setup-cwd | 78 | (add-after 'binary-unpack 'setup-cwd |
