mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-03 13:44:11 +01:00
build-system: binary: Add comment about patchelf version.
This is a followup to commit c7e6962eb3
.
* nonguix/build-system/binary.scm (default-patchelf): Add comment and TODO
about using older patchelf-0.16 due to upstream bug.
Reported-by: Attila Lendvai <attila@lendvai.name>
This commit is contained in:
parent
425f3ee3dd
commit
f82534a8a8
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
|
||||
;; Do not use `@' to avoid introducing circular dependencies.
|
||||
(let ((module (resolve-interface '(gnu packages elf))))
|
||||
;; Use the older 0.16 version due to an upstream bug which can segfault
|
||||
;; some binaries. See <https://github.com/NixOS/patchelf/issues/482>.
|
||||
;; TODO: Set back to patchelf when the package has been updated (or
|
||||
;; patched) to fix this issue.
|
||||
(module-ref module 'patchelf-0.16)))
|
||||
|
||||
(define (default-glibc)
|
||||
|
|
Loading…
Reference in a new issue