gnu: web: Move libyaml and libcyaml to (gnu packages serialization).

Files to be adjusted were searched with the following command:

 $ git ls-files | xargs grep -l -E ',libc?yaml' | \
       xargs grep -L '(gnu packages serialization)'

* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
This commit is contained in:
Maxim Cournoyer 2021-07-29 15:34:46 -04:00
parent 84fa28234f
commit e81228166e
No known key found for this signature in database
GPG key ID: 1260E46482E63562
12 changed files with 82 additions and 74 deletions

View file

@ -66,7 +66,7 @@
#:use-module (gnu packages pcre)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages sdl)
#:use-module (gnu packages web)
#:use-module (gnu packages serialization)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
#:use-module (guix build-system haskell)