~ruther/guix-cross-shells

c82756ae6677a6cd070cb6f19b11f5d80df52776 — Rutherther 5 days ago 31d5a2e
fix: Support no target system
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/cross-shells/cross-profile.scm
M modules/cross-shells/cross-profile.scm => modules/cross-shells/cross-profile.scm +1 -1
@@ 182,7 182,7 @@
                                                (system host-system)))
                                             (collect-cross-profile-inputs cross-profile))))
                              (cross-profile-path
                               (string-append #$output "/cross/" #$target-system "/" #$cross-profile-name))
                               (string-append #$output "/cross/" #$(or target-system "native") "/" #$cross-profile-name))
                              (native-inputs-paths
                               (list #$@(collect-cross-profile-native-inputs cross-profile))))