mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: heatwave: Fix build.
* gnu/packages/version-control.scm (heatwave)[arguments] <tests?>: No tests in PyPI. [native-inputs]: Add python-setuptools. Change-Id: I198bb0e47bcf8a4b820752c378cd3919a203e92d
This commit is contained in:
parent
011de0d1f5
commit
8cae62c191
1 changed files with 5 additions and 0 deletions
|
@ -2971,6 +2971,7 @@ changeset itself; there won't be any extra commits. Either GnuPG or OpenSSL
|
|||
can be used for signing.")
|
||||
(license license:gpl2)))) ;per commitsigs.py
|
||||
|
||||
;; XXX: Not maintained since 2019.
|
||||
(define-public heatwave
|
||||
(package
|
||||
(name "heatwave")
|
||||
|
@ -2982,6 +2983,10 @@ can be used for signing.")
|
|||
(sha256
|
||||
(base32 "1zzwmb9hvbyswzjgap02rrq8p44hb6xlzk1wd8w01mh2vva0xlx7"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-click
|
||||
python-gitpython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue