diff options
author | EuAndreh <eu@euandre.org> | 2022-08-25 22:43:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-25 22:43:16 -0300 |
commit | b63326220d1509bab7b9b033069bcf913ac11ea9 (patch) | |
tree | bcca4196db671db4ab6a900d6b4a016b1d3a1bd5 | |
parent | etc/guix/home.scm: Remove packages that come from package-repository (diff) | |
download | dotfiles-b63326220d1509bab7b9b033069bcf913ac11ea9.tar.gz dotfiles-b63326220d1509bab7b9b033069bcf913ac11ea9.tar.xz |
etc/guix/home.scm: Add DBI and DBD::SQLite Perl modules
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index c50cb09..626dd5e 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -327,6 +327,8 @@ clojure-tools openjdk perl + perl-dbi + perl-dbd-sqlite perl-critic perl-json perl-mojolicious |