diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-15 21:51:29 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:21 +0100 |
| commit | 91a164d588e776347fa990b377de14e079080dd5 (patch) | |
| tree | 49090cfbd5baed304c199736321f346ef234bc4a /gnu/packages/python-web.scm | |
| parent | 79767ce7aa5976d7f3b8b6f9014c66128bcb09e8 (diff) | |
gnu: python-jsmin: Switch to pyproject-build-system.
* gnu/packages/python-web.scm (python-jsmin): Switch to pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: Ica4fc8d47b84c38f1beb0a887ef207cf5b8379a7
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index db093f1097d..6e582a77680 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7913,7 +7913,10 @@ It comes with safe defaults and easily configurable options.") (sha256 (base32 "1z1brjsvni0260bypldkl8a05sgp0qk18x560zl44igr3q99m5f0")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments (list #:test-backend #~'unittest)) + (native-inputs + (list python-setuptools)) (home-page "https://github.com/tikitu/jsmin/") (synopsis "Python JavaScript minifier") (description |
