From 8956906f6bed6709e71f0c26ed6a3620f40dc487 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Fri, 29 Dec 2023 00:47:13 +0100 Subject: 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. --- nongnu/packages/game-development.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'nongnu') 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.") (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"))) -- cgit v1.2.3