mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
aba1210d8e
commit
4753a946c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue