diff options
Diffstat (limited to 'nonguix/build-system/binary.scm')
-rw-r--r-- | nonguix/build-system/binary.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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) |