| Age | Commit message (Collapse) | Author |
|
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with
the more careful command, to avoid a world rebuild:
grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
--exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
|
|
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This
caused a world rebuild.
Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
|
|
The change was automated via:
git grep -l maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
* .mailmap: New entry.
Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
|
|
* gnu/packages/patool.scm (patool): Update to 4.0.1.
[origin]: Switch to PyPI.
[arguments]<#:phases>: Add 'install-completions.
Change-Id: I4ccbc0bbd225308715ef0cae63e60178af332389
Reviewed-by: Sergey Trofimov <sarg@sarg.org.ru>
Reviewed-by: Zheng Junjie <873216071@qq.com>
Reviewed-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/patool.scm (patool): Update to 3.1.0.
[source]: Upstream changed the tag naming style since 2.4.0. Update the
reference to the commit accordingly.
[arguments]: Don't skip tests as they pass.
Change-Id: Ia9944fb6418e83350d7d973f6e81670139beafb1
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
Change-Id: I8a7de728a0c6bb3a54ad7213cb6cdc39e1172c81
|
|
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
|
|
* gnu/packages/patool.scm (patool): Update to 2.1.1.
Change-Id: I86a5e93b10e377a6705c3b7f4a822d8d54f66483
|
|
* gnu/packages/patool.scm (patool): Fix build.
[build-system]: Swap to pyproject-build-system.
[arguments] <#:test-flags>: Disable failing tests.
Change-Id: I53ccec4b39bfae6649bfd715fdb2158b2f7a33e1
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
* gnu/packages/patool.scm: New module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
|