[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: librsvg: Fix typo.
From: |
guix-commits |
Subject: |
branch master updated: gnu: librsvg: Fix typo. |
Date: |
Tue, 03 Mar 2020 02:27:45 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 35b256f gnu: librsvg: Fix typo.
35b256f is described below
commit 35b256f55f45833aacfac3238bedf017cfab3650
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Mar 3 09:27:08 2020 +0200
gnu: librsvg: Fix typo.
This is a follow-up to 23f33de151368f52832fd96048b342bd1a6e8c74.
* gnu/packages/gnome.scm (librsvg)[replacement]: Refer to package, not
to a string.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7cfe35d..0cd39f9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: librsvg: Fix typo.,
guix-commits <=