diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-12-29 00:47:13 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-12-29 00:47:13 +0100 |
| commit | 8956906f6bed6709e71f0c26ed6a3620f40dc487 (patch) | |
| tree | 540681f2f077c3c2017bc200567c0ffad79a894f | |
| parent | 0f355661044affec8532380fff6d5f027fbd899a (diff) | |
nongnu: libsteam: Fix build.
The new unpack-binary phase seems to not harmonize with patchelf always:
https://gitlab.com/nonguix/nonguix/-/merge_requests/336#note_1709385147
* nongnu/packages/game-development.scm (libsteam)[arguments]: Delete
'binary-unpack for now.
| -rw-r--r-- | nongnu/packages/game-development.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nongnu/packages/game-development.scm b/nongnu/packages/game-development.scm index 566cea2..0e28127 100644 --- a/nongnu/packages/game-development.scm +++ b/nongnu/packages/game-development.scm | |||
| @@ -144,6 +144,7 @@ development should opt for GLSL rather than Cg.") | |||
| 144 | (copy-file (assoc-ref inputs "source") "libsteam_api.so") | 144 | (copy-file (assoc-ref inputs "source") "libsteam_api.so") |
| 145 | (chmod "libsteam_api.so" #o644) | 145 | (chmod "libsteam_api.so" #o644) |
| 146 | #t)) | 146 | #t)) |
| 147 | (delete 'binary-unpack) | ||
| 147 | (add-after 'install 'symlink | 148 | (add-after 'install 'symlink |
| 148 | (lambda* (#:key outputs #:allow-other-keys) | 149 | (lambda* (#:key outputs #:allow-other-keys) |
| 149 | (let ((out (assoc-ref outputs "out"))) | 150 | (let ((out (assoc-ref outputs "out"))) |
