~ruther/guix-exprs

926f9507f0a0e14b27618abc1089f6aa97f8e42e — Rutherther 11 days ago 21a4749
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)))