summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sourcehut.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/sourcehut.scm b/gnu/packages/sourcehut.scm
index 3e50a7784a..a565409a0d 100644
--- a/gnu/packages/sourcehut.scm
+++ b/gnu/packages/sourcehut.scm
@@ -94,14 +94,12 @@
(build-system pyproject-build-system)
(arguments
(list
- #:tests? #false ;there are none
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'set-version
- (lambda _ (setenv "PKGVER" #$version))))))
+ #:tests? #false)) ;there are none
(propagated-inputs
(list python-core-sr-ht))
- (native-inputs (list python-setuptools))
+ (native-inputs
+ (list python-setuptools
+ python-setuptools-scm))
(home-page "https://git.sr.ht/~sircmpwn/scm.sr.ht")
(synopsis "Shared support code for sr.ht source control services")
(description