~ruther/guix-cross-shells

31d5a2ec266884db9f790589d41bce6250fee44b — Rutherther 2 months ago 70a2087
fix: Support plain packages in cross-shell native-inputs
1 files changed, 3 insertions(+), 1 deletions(-)

M modules/cross-shells/cross-profile.scm
M modules/cross-shells/cross-profile.scm => modules/cross-shells/cross-profile.scm +3 -1
@@ 115,7 115,9 @@
      (native-inputs inputs-from base-native-inputs host-system target-system)
    (filter package?
            (map (lambda (input)
                   (car (cdr input)))
                   (if (package? input)
                       input
                       (car (cdr input))))
                 (transitive-inputs
                  (append
                   (base-native-inputs host-system target-system)