summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-06 23:08:19 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-07 09:23:44 +0200
commit2b16834467597d59deccd445a45e2ee84bb260a6 (patch)
tree512e8f034357639b4e19f6ebe0f45238d27c7e06 /manifest.scm
parentcf1d72acd76eb89a463d3d31393051eae02a921f (diff)
Add Guix manifest.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..3fdceb8
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,7 @@
+(specifications->manifest
+ (list "r-minimal"
+ "r-runit"
+ "texlive-base"
+ "texlive-helvetic"
+ "texlive-inconsolata"
+ "texlive-latex-xkeyval"))