guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libcroco/fixed: Make private.


From: guix-commits
Subject: 03/03: gnu: libcroco/fixed: Make private.
Date: Mon, 15 Mar 2021 07:22:57 -0400 (EDT)

lle_bout pushed a commit to branch master
in repository guix.

commit 309642888981def98fef2ce66b06e22a860adcb9
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Mar 15 12:21:41 2021 +0100

    gnu: libcroco/fixed: Make private.
    
    * gnu/packages/gnome.scm (libcroco/fixed): Use define instead of
    define-public.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index af8722a..db7941b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3246,7 +3246,7 @@ XML/CSS rendering engine.")
     ;; LGPLv2.1-only.
     (license license:lgpl2.1)))
 
-(define-public libcroco/fixed
+(define libcroco/fixed
   (package
     (inherit libcroco)
     (name "libcroco")



reply via email to

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