Ludovic Courtès a89df83c79
pack: Do not cross-compile the image building tools.
Until now, something like:

  guix pack -f docker --target=arm-linux-gnueabihf

would attempt to cross-compile tar.

* guix/scripts/pack.scm (self-contained-tarball): Pass #:target to
'gexp->derivation'.
(squashfs-image): Use #+ instead of #$ for ARCHIVER.  Use 'file-append'
instead of 'string-append'.  Pass #:target to 'gexp->derivation'.
(docker-image): Likewise.
2020-05-14 17:21:27 +02:00
..
2019-09-23 11:56:40 -07:00
2020-04-16 23:41:52 +02:00
2018-09-04 17:25:11 +02:00
2020-01-15 23:48:33 +01:00
2020-01-07 12:25:09 +01:00
2020-05-11 23:30:55 +02:00
2020-01-16 18:30:57 +01:00
2019-09-23 23:41:19 +02:00
2020-01-16 15:27:24 +01:00