unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Todor Kondić" <kondor@librem.one>
To: 46288@debbugs.gnu.org
Cc: "Todor Kondić" <kondor@librem.one>
Subject: [bug#46288] [PATCH 3/4] gnu: Add r-sass.
Date: Thu,  4 Feb 2021 02:13:00 +0100	[thread overview]
Message-ID: <20210204011301.50868-3-kondor@librem.one> (raw)
In-Reply-To: <20210204011301.50868-1-kondor@librem.one>

* 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





  parent reply	other threads:[~2021-02-04  7:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  1:12 [bug#46285] [PATCH 1/4] gnu: Add r-jquerylib Todor Kondić
2021-02-04  1:12 ` [bug#46286] [PATCH 2/4] gnu: Add r-cachem Todor Kondić
2021-02-04  1:13 ` Todor Kondić [this message]
2021-11-05  8:24   ` [bug#46288] [PATCH 3/4] gnu: Add r-sass phodina via Guix-patches via
2021-02-04  1:13 ` [bug#46287] [PATCH 4/4] gnu: Add r-bslib Todor Kondić
2021-11-22 23:03 ` bug#46285: [PATCH 1/4] gnu: Add r-jquerylib Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210204011301.50868-3-kondor@librem.one \
    --to=kondor@librem.one \
    --cc=46288@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).