gnu: glib: Partially revert bb804a0d58687dcb3f3ba904dcb958c84b8b84d5.
authorJulien Lepiller <julien@lepiller.eu>
Sat, 20 Mar 2021 17:25:44 +0000 (18:25 +0100)
committerJulien Lepiller <julien@lepiller.eu>
Sat, 20 Mar 2021 17:25:44 +0000 (18:25 +0100)
It contained some changes used during tests that should not have been
commited.

* gnu/packages/glib (glib/fixed): Do not make public.

gnu/packages/glib.scm

index a62a31a..9c3cd75 100644 (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