diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-20 20:46:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-20 20:47:38 +0100 |
| commit | 9f8b7b2aff109de809f04bab40cf344570c96d71 (patch) | |
| tree | 69978cf461a1f3ef3b82c52786204db3d25042a9 | |
| parent | d8a2ecd7e8cae274bf66b92dc64e8ba35cfbaea8 (diff) | |
gnu: python-scm-sr-ht: Remove set-version phase.
* gnu/packages/sourcehut.scm (python-scm-sr-ht):
[phases]{set-version}: Remove phase.
[native-inputs]: Add python-setuptools-scm.
Change-Id: I2b1ac766fcace10bf463371f255e589f464b1567
| -rw-r--r-- | gnu/packages/sourcehut.scm | 10 |
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 |
