aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/lightdm.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2023-08-09 16:42:15 +0200
committerLudovic Courtès <ludo@gnu.org>2023-08-12 23:08:51 +0200
commitd31a3d4d1295176e97e7ba5793ae6037739b30ff (patch)
tree07b97bf9345d891908fd209af55080a245775e30 /gnu/tests/lightdm.scm
parent9be28375cf6d900e075b470412d629ddbd8710c0 (diff)
downloadguix-d31a3d4d1295176e97e7ba5793ae6037739b30ff.tar.gz
guix-d31a3d4d1295176e97e7ba5793ae6037739b30ff.zip
gnu: Add emacs-math-preview.
* gnu/packages/emacs-xyz.scm (emacs-math-preview): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/tests/lightdm.scm')
0 files changed, 0 insertions, 0 deletions
le.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.