aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-14 21:11:05 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-12-14 21:33:04 +0200
commit87ce159bc1db935df0f9839c58e505c4a210688c (patch)
treee3970a0efe514f1a0f941d5f65fd67806f74e1a4 /TODO
parent00b86f5817f5ed4963fd4261aa88792850527e35 (diff)
downloadguix-87ce159bc1db935df0f9839c58e505c4a210688c.tar.gz
guix-87ce159bc1db935df0f9839c58e505c4a210688c.zip
gnu: python-sip: Skip the test phase.
* gnu/packages/qt.scm (python-sip)[arguments]: Skip the tests. Change-Id: I329d774ab4abe25dc9a5db7b8f49ff548590d310
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
ss='logmsg'> * etc/snippets/text-mode/guix-commit-message-update-package: Since git commit mode is not derived from any Lisp mode, so-called sexp or symbols do not include the period character. As a consequence, names including versions are not properly extracted. Also use more idiomatic (goto-char (point-min)) instead of (beginning-of-buffer). 2020-11-25etc: snippets: Fix "gnu: Add ..." name when prefilling Common Lisp commits ↵Pierre Neidhardt messages. * etc/snippets/text-mode/guix-commit-message-add-cl-package: Fix name and simplify the "New variables" line. 2020-11-23etc: snippets: Prefill Common Lisp package names.Pierre Neidhardt * etc/snippets/text-mode/guix-commit-message-add-cl-package: New file. 2020-11-23etc: snippets: Fix package name extraction.Pierre Neidhardt * etc/snippets/text-mode/guix-commit-message-add-package: Properly extract name when the diff contains a very short `define-public ...` above the actual new package. This can happen when the above package is a small inherited definition or cl/ecl package.