Ludovic Courtès skribis: > Consider this file: > > (use-modules (guix)) > > (lambda () > (lower-object (load "overdrive1.scm") "aarch64-linux")) > > When ran on x86_64-linux, these two commands return different > derivations, contrary to what one might expect: > > guix build -f that-file.scm -d --no-grafts -s aarch64-linux > guix build -f that-file.scm -d --no-grafts Fixed in 7046e777212233b89df68379c270b448c45195ce. Ludo’.