mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: librsvg: Fix typo.
This is a follow-up to 23f33de151
.
* gnu/packages/gnome.scm (librsvg)[replacement]: Refer to package, not
to a string.
This commit is contained in:
parent
23f33de151
commit
35b256f55f
1 changed files with 1 additions and 1 deletions
|
@ -2074,7 +2074,7 @@ (define-public libgsf
|
|||
|
||||
(define-public librsvg
|
||||
(package
|
||||
(replacement "librsvg/fixed")
|
||||
(replacement librsvg/fixed)
|
||||
(name "librsvg")
|
||||
(version "2.40.20")
|
||||
(source (origin
|
||||
|
|
Loading…
Reference in a new issue