auto-patchelf: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-07-24 15:17:28 +02:00
parent d1f8b8ab35
commit bb25905f34

View File

@@ -33,6 +33,8 @@ stdenv.mkDerivation {
runHook postInstall
'';
__structuredAttrs = true;
meta = {
description = "Automatically patch ELF binaries using patchelf";
mainProgram = "auto-patchelf";