about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--manifest.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm
index b65e55f..8c03065 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -14,7 +14,9 @@
              (guix utils)
              (gnu packages bash)
              (gnu packages check)
+             (gnu packages cmake)
              (gnu packages code)
+             (gnu packages commencement)
              (gnu packages guile)
              (gnu packages guile-xyz)
              (gnu packages maths)
@@ -135,5 +137,5 @@
     (license license:gpl3+)))
 
 (packages->manifest
- (list gsl guile-3.0 indent pkg-config sph-sc
+ (list cmake gcc-toolchain gsl guile-3.0 indent pkg-config sph-sc
        python python-matplotlib python-numpy python-sambal python-scipy))