mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yajl: Drop custom ‘lib-’ prefix.
* gnu/packages/web.scm (yajl): New variable, renamed from… (libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl. Adjust all users.
This commit is contained in:
parent
b5f3a1b84e
commit
8fe6d3e844
7 changed files with 15 additions and 12 deletions
|
@ -29784,9 +29784,9 @@ simple mock/record and a complete capture/replay framework.")
|
|||
(when tests?
|
||||
(invoke "pytest" "-vv")))))))
|
||||
(inputs
|
||||
;; libyajl is optional, but compiling with it makes faster
|
||||
;; yajl is optional, but compiling with it makes faster
|
||||
;; backends available to ijson:
|
||||
(list libyajl))
|
||||
(list yajl))
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue