mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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