diff --git a/nonguix/build-system/binary.scm b/nonguix/build-system/binary.scm index eb2a72e..2eb1c30 100644 --- a/nonguix/build-system/binary.scm +++ b/nonguix/build-system/binary.scm @@ -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 . + ;; 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)