guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: glib: Partially revert bb804a0d58687dcb3f3ba


From: guix-commits
Subject: branch master updated: gnu: glib: Partially revert bb804a0d58687dcb3f3ba904dcb958c84b8b84d5.
Date: Sat, 20 Mar 2021 13:27:02 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 13953f0  gnu: glib: Partially revert 
bb804a0d58687dcb3f3ba904dcb958c84b8b84d5.
13953f0 is described below

commit 13953f0e7ec230e701faa679bcf2c1d6a3ab4693
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Mar 20 18:25:44 2021 +0100

    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.
---
 gnu/packages/glib.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index a62a31a..9c3cd75 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]