gnu: glib: Partially revert bb804a0d58.

It contained some changes used during tests that should not have been
commited.

* gnu/packages/glib (glib/fixed): Do not make public.
This commit is contained in:
Julien Lepiller 2021-03-20 18:25:44 +01:00
parent bb804a0d58
commit 13953f0e7e
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -391,10 +391,9 @@ (define pattern+procs
(home-page "https://developer.gnome.org/glib/")
(license license:lgpl2.1+)))
(define-public glib/fixed
(define glib/fixed
(package
(inherit glib)
(properties '())
(source (origin
(inherit (package-source glib))
(patches