commit 65ba76c5636ac578ca96ea73a9ec77ed67670a58
parent aff566bd960ef87abbac542123e2f088dbfa4b31
Author: rsiddharth <s@ricketyspace.net>
Date: Tue, 6 Feb 2018 00:50:49 +0000
propellor spin
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.hs b/config.hs
@@ -309,7 +309,7 @@ cygnusPostgresContainer = Systemd.debContainer "cygnus-postgres" $ props
& osDebian (Stable "stretch") X86_64
& Apt.stdSourcesList `onChange` Apt.upgrade
& Apt.cacheCleaned
- & Apt.installed ["postgresql"]
+ & Apt.installed ["postgresql", "postgresql-plpython3"]
cygnusEmacsBuilder :: Chroot.Chroot
cygnusEmacsBuilder = Chroot.debootstrapped Debootstrap.BuilddD dir $ props