aboutsummaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-22 18:44:56 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-22 19:23:57 +0800
commitcc1ddf8e6e846731634a156fc7106e1d45c88c62 (patch)
tree1e951bd29f17ad0ab3b9968fd9847fd2743d967e /doc/local.mk
parentc310d1f8f24cf24f2dd090f643ed756a7bd8f595 (diff)
downloadguix-cc1ddf8e6e846731634a156fc7106e1d45c88c62.tar.gz
guix-cc1ddf8e6e846731634a156fc7106e1d45c88c62.zip
gnu: python-cwlformat: Fix build.
* gnu/packages/bioinformatics.scm (python-cwlformat): Fix build. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Id3e4bc116d94f4e432b2b11fc35ad1baf7f6f756
Diffstat (limited to 'doc/local.mk')
0 files changed, 0 insertions, 0 deletions
mus 2022-05-31etc/committer: Teach it how to commit package removal....* etc/committer.scm.in (hunk-types): New variable. (<hunk>): Rename hunk-definition? getter to 'hunk-type'. (diff-info): Mute a git warning by separating file names from arguments with '--'. Rename the 'definitions?' variable to 'type'. Use the 'addition type when a new package addition is detected, 'removal when removed else #f. (add-commit-message): Re-indent. (remove-commit-message): New procedure. (main)[definitions]: Make commit message conditional depending on whether it is an addition or removal. [changes]: Adjust indentation. Maxim Cournoyer 2022-05-31etc/committer: Prefix (sxml xpath) symbols to avoid name conflict....This avoids a naming conflict for 'filter', provided by both (srfi srfi-1) and (sxml xpath). * etc/committer.scm.in: Use 'use-modules' instead of 'import', and use a prefix for the (sxml xpath) module. (new-sexp): Adjust accordingly. (change-commit-message): Likewise. Maxim Cournoyer 2022-01-23etc: committer: Support plain input lists....* etc/committer.scm.in (change-commit-message): Support new-style plain list inputs in addition to old-style inputs with labels. Ricardo Wurmus