aboutsummaryrefslogtreecommitdiff
path: root/tests/sets.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-11 21:58:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-11 21:59:00 +0100
commit1f3a2ebd6a88e66e1843a49ec348b6ae11afcb29 (patch)
tree42c4989fa7f5ec88e70e6a1f8d7a30a54a823712 /tests/sets.scm
parentb0945d6944bcf3ccd77a85c781ce8ebb3c29985c (diff)
downloadguix-1f3a2ebd6a88e66e1843a49ec348b6ae11afcb29.tar.gz
guix-1f3a2ebd6a88e66e1843a49ec348b6ae11afcb29.zip
gnu: Add emacs-almost-mono-themes.
* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
Diffstat (limited to 'tests/sets.scm')
0 files changed, 0 insertions, 0 deletions
'msg-tooltip'>* build-aux/cuirass/guix-modular.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès 2018-04-08cuirass: Factorize hydra-to-cuirass CI job translation....* build-aux/cuirass/gnu-system.scm: Move code to... * build-aux/cuirass/hydra-to-cuirass.scm: ... here, and include it. * Makefile.am (EXTRA_DIST): Add 'build-aux/cuirass/hydra-to-cuirass.scm' and 'build-aux/cuirass/gnu-system.scm'. Ludovic Courtès 2018-01-15cuirass: Properly convert list of <license> objects....Fixes a bug whereby we would 'write' raw <license> objects when they were in a list. * build-aux/cuirass/gnu-system.scm (entry->sexp-entry): Add recursive case when O is a list. Ludovic Courtès 2017-09-27cuirass: Add gnu-system build spec....* build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset "hello". * build-aux/cuirass/gnu-system.scm: New file. * doc/guix.texi (Continuous Integration): Update example spec. Jan Nieuwenhuizen