From 0c784bd3a8b1a6e8455e5f4e2832334e93b92b48 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 27 Jul 2023 01:12:23 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98ruby-sass=E2=80=99=20to=20Guix?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's used to convert ‘scss’ files to ‘css’ files. I had accidentally manually installed the package into the environment and forgotton to add it. --- manifest.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.scm b/manifest.scm index 530832d..fb1b85e 100644 --- a/manifest.scm +++ b/manifest.scm @@ -9,4 +9,5 @@ (specification->package "emacs-dockerfile-mode") (specification->package "emacs-rainbow-delimiters") (specification->package "emacs-ox-rss") - (specification->package "rsync"))) + (specification->package "rsync") + (specification->package "ruby-sass")))