aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-guix-package.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-03 21:02:12 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-03 21:02:12 +0200
commitdfcca5e98c00c958d9f428dac1373b8f8a79b754 (patch)
tree2cec515df1a49374efe8c03e18fcf07139bf7fe2 /build-aux/update-guix-package.scm
parentc10829a52b1bc80e69d24007f65b637022a2a3b4 (diff)
downloadguix-dfcca5e98c00c958d9f428dac1373b8f8a79b754.tar.gz
guix-dfcca5e98c00c958d9f428dac1373b8f8a79b754.zip
gnu: rust-unicode-segmentation-1: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-unicode-segmentation-1): Update to 1.7.1.
Diffstat (limited to 'build-aux/update-guix-package.scm')
0 files changed, 0 insertions, 0 deletions
syntax objects. [read-gexp]: Call 'read-procedure'. * tests/gexp.scm ("local-file, relative file name, within gexp") ("local-file, relative file name, within gexp, compiled"): New tests. Ludovic Courtès 2022-02-15gexp: 'computed-file' always uses a native Guile....Fixes a regression whereby, when cross-compiling, 'computed-file' would use a cross-compiled Guile as its builder, which would fail to run. Regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d (the problem had always been there but was hidden before behind the (not guile) condition.) * guix/gexp.scm (computed-file-compiler): For 'guile', pass #:target #f. * tests/gexp.scm ("lower-object, computed-file, #:target"): New test. Ludovic Courtès 2022-02-11tests: Pass #:guile to 'computed-file' & co....Fixes a regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d whereby tests would end up building the world. * guix/gexp.scm (mixed-text-file): Add #:guile parameter and honor it. * tests/gexp.scm ("mixed-text-file"): Pass #:guile to 'mixed-text-file'. ("file-union"): Pass #:guile to 'file-union'. ("lower-object, computed-file"): Pass #:guile to 'computed-file'. ("lower-object, computed-file + grafts"): Likewise. * tests/packages.scm ("origin->derivation, single file with snippet"): Likewise. * tests/profiles.scm ("profile-derivation, ordering & collisions"): Likewise. * guix/tests.scm (test-file): Likewise. Ludovic Courtès