GNU bug report logs - #46288
[PATCH 3/4] gnu: Add r-sass.

Previous Next

Package: guix-patches;

Reported by: Todor Kondić <kondor <at> librem.one>

Date: Thu, 4 Feb 2021 03:27:05 UTC

Severity: normal

Tags: patch

Merged with 46285, 46286, 46287

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46288 in the body.
You can then email your comments to 46288 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46288; Package guix-patches. (Thu, 04 Feb 2021 03:27:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Todor Kondić <kondor <at> librem.one>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 04 Feb 2021 03:27:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Todor Kondić <kondor <at> librem.one>
To: guix-patches <at> gnu.org
Cc: Todor Kondić <kondor <at> librem.one>
Subject: [PATCH 3/4] gnu: Add r-sass.
Date: Thu,  4 Feb 2021 02:13:00 +0100
* gnu/packages/cran.scm(r-sass): Add variable.
---
 gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 89474a491d..e52963d789 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25832,3 +25832,34 @@ package directly.")
 either their total size or the age of the oldest object (or both),
 automatically pruning objects to maintain the constraints.")
     (license license:expat)))
+
+(define-public r-sass
+  (package
+    (name "r-sass")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "sass" version))
+       (sha256
+        (base32
+         "1cxqwsdyz71mgflqqa65mfr161jlv8q9mshs1y19pxp6pz5wnv0s"))))
+    (properties `((upstream-name . "sass")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-digest" ,r-digest)
+       ("r-fs" ,r-fs)
+       ("r-htmltools" ,r-htmltools)
+       ("r-r6" ,r-r6)
+       ("r-rappdirs" ,r-rappdirs)
+       ("r-rlang" ,r-rlang)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/rstudio/sass")
+    (synopsis
+     "Syntactically Awesome Style Sheets")
+    (description
+     "An @code{SCSS} compiler, powered by the @code{LibSass} library.
+With this, R developers can use variables, inheritance, and functions
+to generate dynamic style sheets.  The package uses the @code{Sass
+CSS} extension language, which is stable and CSS compatible.")
+    (license license:expat)))
-- 
2.30.0





Merged 46285 46286 46287 46288. Request was from zimoun <zimon.toutoune <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 10 Mar 2021 23:23:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#46288; Package guix-patches. (Fri, 05 Nov 2021 08:25:01 GMT) Full text and rfc822 format available.

Message #10 received at 46288 <at> debbugs.gnu.org (full text, mbox):

From: phodina <phodina <at> protonmail.com>
To: "46288 <at> debbugs.gnu.org" <46288 <at> debbugs.gnu.org>
Subject: RE: [PATCH 3/4] gnu: Add r-sass.
Date: Fri, 05 Nov 2021 08:24:20 +0000
Hi,

this package has already been added in 281df0d225877bf784c562cbdec0400f7f4c4513 by Ricardo Wurmus.

Petr




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Dec 2021 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.