diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-22 19:12:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 21:45:44 +0000 |
| commit | 4753a946c3a40659438d2ef6a799dcdf779b3c77 (patch) | |
| tree | ed952887579743e48471bbe2d96cf1cb5c63e1b1 /gnu/packages/disk.scm | |
| parent | aba1210d8e6a6de3e068fe335808299d4bcdb2fd (diff) | |
gnu: greaseweazle-host-tools: Switch to pyproject.
* gnu/packages/disk.scm (greaseweazle-host-tools):
[build-system]: Switch to pyproject-build-system.
Change-Id: Ifeaf9454be3f97e31d59f382c079b6dfe2f7bf2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index bb64f65edd8..d55ac88fe8c 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -855,7 +855,7 @@ and can dramatically shorten the lifespan of the drive if left unchecked.") (sha256 (base32 "1ji5sq9jf0p44982zkb5dj2d3mrpy675k0mkyg3r17q5syz0wbia")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list #:tests? #f ;XXX: root access is required, see: <scripts/tests/test.sh> |
