Tom Willemse
0c784bd3a8
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.
13 lines
480 B
Scheme
13 lines
480 B
Scheme
(packages->manifest
|
|
(list
|
|
(specification->package "coreutils")
|
|
(specification->package "make")
|
|
(specification->package "emacs")
|
|
(specification->package "emacs-org")
|
|
(specification->package "emacs-dash")
|
|
(specification->package "emacs-htmlize")
|
|
(specification->package "emacs-dockerfile-mode")
|
|
(specification->package "emacs-rainbow-delimiters")
|
|
(specification->package "emacs-ox-rss")
|
|
(specification->package "rsync")
|
|
(specification->package "ruby-sass")))
|