summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-15 12:21:41 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-15 12:22:18 +0100
commit309642888981def98fef2ce66b06e22a860adcb9 (patch)
tree73f978e0e8805e55f30b4fb237338ea208f2e4ca /gnu/packages/gnome.scm
parent8a085c178095d0ed204b6263deb6fc275b651ee1 (diff)
downloadguix-patches-309642888981def98fef2ce66b06e22a860adcb9.tar
guix-patches-309642888981def98fef2ce66b06e22a860adcb9.tar.gz
gnu: libcroco/fixed: Make private.
* gnu/packages/gnome.scm (libcroco/fixed): Use define instead of define-public.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index af8722a02e..db7941bb98 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")