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 @@ dealing with different structured file formats.")
|
|||
|
||||
(define-public librsvg
|
||||
(package
|
||||
(replacement "librsvg/fixed")
|
||||
(replacement librsvg/fixed)
|
||||
(name "librsvg")
|
||||
(version "2.40.20")
|
||||
(source (origin
|
||||
|
|
Reference in a new issue