aboutsummaryrefslogtreecommitdiffstats
path: root/environment.scm
diff options
context:
space:
mode:
Diffstat (limited to 'environment.scm')
-rw-r--r--environment.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/environment.scm b/environment.scm
new file mode 100644
index 0000000..9130e76
--- /dev/null
+++ b/environment.scm
@@ -0,0 +1,9 @@
+(use-modules (guix packages))
+
+(packages->manifest
+ (list (specification->package "cmake")
+ (specification->package "openjdk")
+ (list (specification->package "openjdk") "jdk")
+ (specification->package "coreutils")
+ (specification->package "make")
+ (specification->package "dejagnu")))