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:
Tobias Geerinckx-Rice 2022-12-04 01:00:52 +01:00
parent b5f3a1b84e
commit 8fe6d3e844
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
7 changed files with 15 additions and 12 deletions

View file

@ -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)