rosenthal: alloy-bin: Make exectuable.

* modules/rosenthal/packages/binaries.scm (alloy-bin): [arguments]: Make the
binary exectuable.
This commit is contained in:
Hilton Chain 2026-01-27 21:18:25 +08:00
parent eabcecfe5c
commit 4f027bc456
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -467,7 +467,8 @@ rather a set of labels for each log stream.")
(dest (in-vicinity #$output "bin"))
(ld.so (search-input-file inputs #$(glibc-dynamic-linker))))
(with-directory-excursion dest
(invoke "patchelf" "--set-interpreter" ld.so name))))))))
(invoke "patchelf" "--set-interpreter" ld.so name)
(chmod name #o555))))))))
(native-inputs (list patchelf unzip))
(synopsis
"OpenTelemetry Collector distribution with programmable pipelines")