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:
Jonathan Brielmaier 2023-12-29 00:47:13 +01:00
parent 0f35566104
commit 8956906f6b
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -144,6 +144,7 @@ development should opt for GLSL rather than Cg.")
(copy-file (assoc-ref inputs "source") "libsteam_api.so")
(chmod "libsteam_api.so" #o644)
#t))
(delete 'binary-unpack)
(add-after 'install 'symlink
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))