From 309642888981def98fef2ce66b06e22a860adcb9 Mon Sep 17 00:00:00 2001 From: Léo Le Bouter Date: Mon, 15 Mar 2021 12:21:41 +0100 Subject: 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(-) (limited to 'gnu/packages/gnome.scm') 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") -- cgit v1.2.3