From 309642888981def98fef2ce66b06e22a860adcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Le=20Bouter?= Date: Mon, 15 Mar 2021 12:21:41 +0100 Subject: [PATCH] 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 af8722a02e..db7941bb98 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3246,7 +3246,7 @@ (define-public libcroco ;; LGPLv2.1-only. (license license:lgpl2.1))) -(define-public libcroco/fixed +(define libcroco/fixed (package (inherit libcroco) (name "libcroco")