fix(environment): actually support rename-=unction for renaming binaries
1 files changed, 2 insertions(+), 1 deletions(-) M modules/ruther/environment.scm
M modules/ruther/environment.scm => modules/ruther/environment.scm +2 -1
@@ 75,7 75,8 @@ (string-append profile-path "/" binary)) binaries)) (output-binaries (map (lambda (binary) (string-append #$output "/" binary)) (string-append #$output "/" (dirname binary) "/" (#$rename-function (basename binary)))) binaries)) (profile-binaries-realpaths (map canonicalize-path profile-binaries)) (extra-folders (list #$@extra-paths)))