mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: libcroco/fixed: Make private.
* gnu/packages/gnome.scm (libcroco/fixed): Use define instead of define-public.
This commit is contained in:
parent
8a085c1780
commit
3096428889
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue