aboutsummaryrefslogtreecommitdiff
path: root/tests/base64.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-09 10:47:23 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:36:23 +0300
commitc3530fd66195091201cd41b4a917de1bc6145c63 (patch)
treed5d3d9d78a617c1d6bd4d0e6e7b78d3079d8109d /tests/base64.scm
parent05de88413b9a6765ca3bdb4b301eec08f2b30619 (diff)
downloadguix-c3530fd66195091201cd41b4a917de1bc6145c63.tar.gz
guix-c3530fd66195091201cd41b4a917de1bc6145c63.zip
gnu: Add rust-nitrokey-test-0.3.
* gnu/packages/crates-io.scm (rust-nitrokey-test-0.3): New variable.
Diffstat (limited to 'tests/base64.scm')
0 files changed, 0 insertions, 0 deletions
5f0505eb2'>gnu: openmw: Update to 0.47.0....* gnu/packages/game-development.scm (openmw): Update to 0.47.0. [arguments]: Add "-DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON" to configure-flags. [inputs]: Use new simplified format. Add new dependencies lz4 and recastnavigation. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber 2022-01-03gnu: bullet: Build with double precision arithmetics....* gnu/packages/game-development.scm (bullet)[arguments]: Add configure flag for double precision arithmetics. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber 2022-01-03gnu: Add recastnavigation....* gnu/packages/game-development.scm (recastnavigation): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber sts/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi' 2020-05-22guix hash, guix download: Support base64 format.Ludovic Courtès * guix/scripts/download.scm (show-help, %options): Support "base64" format. * guix/scripts/hash.scm (show-help, %options): Likewise. * tests/guix-hash.sh: Test it. * doc/guix.texi (Invoking guix hash): Document it. 2020-05-22guix hash, guix download: Add '--hash'.Ludovic Courtès * guix/scripts/download.scm (%default-options): Add 'hash-algorithm'. (show-help, %options): Add "--hash". (guix-download): Honor it. * guix/scripts/hash.scm (%default-options): Add 'hash-algorithm'. (show-help, %options): Add "--hash". (guix-hash): Honor it. * tests/guix-hash.sh: Test '-H sha512'. * doc/guix.texi (Invoking guix download): Document it. (Invoking guix hash): Document it.