diff --git a/emacs-manifest.scm b/emacs-manifest.scm index 207a1c7..b48835b 100644 --- a/emacs-manifest.scm +++ b/emacs-manifest.scm @@ -36,4 +36,8 @@ "emacs-cider" "emacs-rspec" "emacs-geiser" - "emacs-geiser-guile")) + "emacs-geiser-guile" + "emacs-guix" + "emacs-loop" + "emacs-caddyfile-mode" + "emacs-rufo")) diff --git a/guile.scm b/guile.scm index 8eb71d6..fd1c10f 100644 --- a/guile.scm +++ b/guile.scm @@ -2,4 +2,6 @@ (list "guile" "guile-gnutls" "guile-json" - "guile-equinix-metal")) + "guile-equinix-metal" + "guile-dbi" + "guile-dbd-sqlite3")) diff --git a/install.sh b/install.sh index 623ec1e..8a5c386 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ mkdir -p $GUIX_EXTRA_PROFILES/emacs-lib guix install -m base.scm -guix package -m $PWD/emacs-manifest.scm --profiles=$GUIX_EXTRA_PROFILES/emacs-lib/emacs-lib +guix package -m $PWD/emacs-manifest.scm --profile=$GUIX_EXTRA_PROFILES/emacs-lib/emacs-lib cat <