guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/27: gnu: r-rsvg: Add missing input.


From: guix-commits
Subject: 13/27: gnu: r-rsvg: Add missing input.
Date: Sun, 24 Nov 2024 07:18:14 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit f983824c7da4f0b67d77f62886f6922ba4ec970c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 24 10:34:28 2024 +0100

    gnu: r-rsvg: Add missing input.
    
    * gnu/packages/cran.scm (r-rsvg)[native-inputs]: Add r-spelling.
    
    Change-Id: Ie31fbf1a745acca112bda7e8432c02c3e9141c9f
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f347331f18..52dbd546f1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34087,7 +34087,7 @@ automatically show a loader when the output is 
(re)calculating.")
     (inputs
      (list (librsvg-for-system) pcre2 zlib))
     (native-inputs
-     (list pkg-config r-knitr r-testthat))
+     (list pkg-config r-knitr r-spelling r-testthat))
     (home-page "https://github.com/jeroen/rsvg#readme";)
     (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]