guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4753a946c3a40659438d2ef6a799dcdf779b3c77
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Dec 22 19:12:17 2025 +0100
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 <[email protected]>
---
gnu/packages/disk.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index bb64f65edd..d55ac88fe8 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>