mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
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.
This commit is contained in:
parent
0f35566104
commit
8956906f6b
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ development should opt for GLSL rather than Cg.")
|
||||||
(copy-file (assoc-ref inputs "source") "libsteam_api.so")
|
(copy-file (assoc-ref inputs "source") "libsteam_api.so")
|
||||||
(chmod "libsteam_api.so" #o644)
|
(chmod "libsteam_api.so" #o644)
|
||||||
#t))
|
#t))
|
||||||
|
(delete 'binary-unpack)
|
||||||
(add-after 'install 'symlink
|
(add-after 'install 'symlink
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
|
Loading…
Reference in a new issue