gnu: glib: Partially revert bb804a0d58687dcb3f3ba904dcb958c84b8b84d5.

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 @@ dynamic loading, and an object system.")
(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