diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-15 12:21:41 +0100 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-15 12:22:18 +0100 |
commit | 309642888981def98fef2ce66b06e22a860adcb9 (patch) | |
tree | 73f978e0e8805e55f30b4fb237338ea208f2e4ca /gnu/packages/gnome.scm | |
parent | 8a085c178095d0ed204b6263deb6fc275b651ee1 (diff) | |
download | guix-309642888981def98fef2ce66b06e22a860adcb9.tar.gz guix-309642888981def98fef2ce66b06e22a860adcb9.zip |
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.scm | 2 |
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") |