mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: dool: Use pyproject-build-system.
* gnu/packages/admin.scm (dool): [buld-system]: Use pyproject-build-system. Change-Id: I2e3fdc7bdbab3c7b3c1eea178594a933b16b9166
This commit is contained in:
parent
71f8d89569
commit
18db6b3099
1 changed files with 2 additions and 2 deletions
|
@ -3892,10 +3892,10 @@ throughput (in the same interval).")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/scottchiefbaker/dool")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "dool" version))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11myxg4y4z0nr60cg0xi3r4akjypyjjg1mxbc4y2a6lg0pras9bv"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue