aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/databases.scm
diff options
context:
space:
mode:
authorBrennan Vincent <brennan@umanwizard.com>2024-08-26 13:40:57 -0400
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:04:18 +0200
commit89d6561de9ffff2b24c74418564c1983c187508a (patch)
tree3d2c26198e758b928102d055cd772c5ac779a69f /gnu/tests/databases.scm
parent31fafd227036cf76f861c5582d828842826af097 (diff)
downloadguix-89d6561de9ffff2b24c74418564c1983c187508a.tar.gz
guix-89d6561de9ffff2b24c74418564c1983c187508a.zip
gnu: rust: Update to 1.80.
gnu/packages/rust.scm (rust): Update to 1.80. Change-Id: Ife65cb52362a30df8aabd4255a3fdc3c3d60e7bb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/tests/databases.scm')
0 files changed, 0 insertions, 0 deletions
optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich 2018-04-30Merge branch 'master' into core-updatesMark H Weaver 2018-04-28gnu: gcc-toolchain: Add "static" output....This allows the use of 'gcc-toolchain' to create statically-linked executables (requires libc.a.) * gnu/packages/commencement.scm (make-gcc-toolchain): Add "static" output. Add "libc-static" to 'inputs'. Add call to 'union-build' for the "static" output. Ludovic Courtès 2018-04-01gnu: commencement: Avoid extra Perl build in the DAG....* gnu/packages/commencement.scm (grep-final): Move reference to PERL-BOOT0 outside of 'package-with-explicit-inputs'. Previously we would actually depend on a variant of 'perl-boot0' built with %BOOT5-INPUTS, which defeated the intent to not add an extra Perl build in the DAG. Ludovic Courtès 2018-04-01gnu: sed: Update to 4.5....* gnu/packages/base.scm (sed): Update to 4.5. [arguments]: Remove 'patch-test-suite' phase. [native-inputs]: New field. Ludovic Courtès