1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +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:
Sharlatan Hellseher 2025-06-14 17:27:05 +01:00
parent 71f8d89569
commit 18db6b3099
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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