Re: guix build -d with a target causes many builds

2021-01-11 Thread Chris Marusich
Hi Chris, Christopher Baines writes: > Grafts. > > → guix build --no-grafts -d --target=powerpc64-linux-gnu -e '(@@ (gnu > packages make-bootstrap) %gcc-static)' > /gnu/store/i5wn3xl6p0zw1vglscgk0bs9dwc6hdh6-gcc-static-5.5.0.drv > > They're on by default, so when you use -d without --no-grafts,

Re: guix build -d with a target causes many builds

2021-01-05 Thread Christopher Baines
Chris Marusich writes: > Hi, > > I've noticed that Guix builds many things when I ask it to instantiate a > derivation in the following way: > > [0] [env] marusich@garuda-lan:~/guix/repos/guix-worktrees/wip-ppc64 > $ guix build -d --target=powerpc64-linux-gnu -e '(@@ (gnu packages > make-bootst

Re: guix build -d with a target causes many builds

2021-01-04 Thread Chris Marusich
Chris Marusich writes: > Hi, > > I've noticed that Guix builds many things when I ask it to instantiate a > derivation in the following way: > > [0] [env] marusich@garuda-lan:~/guix/repos/guix-worktrees/wip-ppc64 > $ guix build -d --target=powerpc64-linux-gnu -e '(@@ (gnu packages > make-bootstr

guix build -d with a target causes many builds

2021-01-04 Thread Chris Marusich
Hi, I've noticed that Guix builds many things when I ask it to instantiate a derivation in the following way: [0] [env] marusich@garuda-lan:~/guix/repos/guix-worktrees/wip-ppc64 $ guix build -d --target=powerpc64-linux-gnu -e '(@@ (gnu packages make-bootstrap) %gcc-static)' The following derivat