about summary refs log tree commit diff
path: root/pkgs/test/auto-patchelf-hook
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21Test __structuredAttrs support in autoPatchelfYann Hamdaoui2-0/+102
This commit adds a test for the newly added support for __structuredAttrs in autoPatchelf(hook). It copied a reasonably small-closure binary derivation that makes use of autoPatchelf, stripped it down for the purpose of the test, and check that autoPatchelf correctly set the interpreter and runpath whether __structuredAttrs is set to true or not.