diff options
Diffstat (limited to 'gnu/packages/sourcehut.scm')
-rw-r--r-- | gnu/packages/sourcehut.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/sourcehut.scm b/gnu/packages/sourcehut.scm index 9222101b84..00557e5b2e 100644 --- a/gnu/packages/sourcehut.scm +++ b/gnu/packages/sourcehut.scm @@ -74,6 +74,7 @@ python-requests python-sqlalchemy python-sqlalchemy-utils)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://git.sr.ht/~sircmpwn/core.sr.ht") (synopsis "Shared code for all sourcehut projects") (description @@ -104,6 +105,7 @@ (lambda _ (setenv "PKGVER" #$version)))))) (propagated-inputs (list python-core-sr-ht)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://git.sr.ht/~sircmpwn/scm.sr.ht") (synopsis "Shared support code for sr.ht source control services") (description |