summaryrefslogtreecommitdiff
path: root/gnu/packages/patool.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: patool: Update to 3.1.0.Artyom V. Poptsov2024-12-311-15/+4
| | | | | | | | | | * 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>
* gnu: Add missing import (again).Lars-Dominik Braun2024-12-131-0/+1
| | | | Change-Id: I8a7de728a0c6bb3a54ad7213cb6cdc39e1172c81
* gnu: Add python-setuptools/python-wheel where necessary.Lars-Dominik Braun2024-12-131-2/+4
| | | | | | | Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
* gnu: patool: Update to 2.1.1.Sharlatan Hellseher2024-02-091-2/+3
| | | | | | * gnu/packages/patool.scm (patool): Update to 2.1.1. Change-Id: I86a5e93b10e377a6705c3b7f4a822d8d54f66483
* gnu: patool: Fix build.Sharlatan Hellseher2024-02-091-7/+13
| | | | | | | | * gnu/packages/patool.scm (patool): Fix build. [build-system]: Swap to pyproject-build-system. [arguments] <#:test-flags>: Disable failing tests. Change-Id: I53ccec4b39bfae6649bfd715fdb2158b2f7a33e1
* gnu: Simplify package inputs.Ludovic Courtès2021-12-131-19/+19
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Add patool.Maxim Cournoyer2021-09-261-0/+118
* gnu/packages/patool.scm: New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.