mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
79767ce7aa
commit
91a164d588
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue