me
/
guix
Archived
1
0
Fork 0

tests: patchwork: Use the default PostgreSQL.

* gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to
POSTGRESQL.
master
Marius Bakke 2021-12-06 21:13:56 +01:00
parent 404f695385
commit 757a2eb970
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ HTTP-PORT."
(listen '("8080"))))))
(service postgresql-service-type
(postgresql-configuration
(postgresql postgresql-10)))
(postgresql postgresql)))
(service patchwork-service-type
(patchwork-configuration
(patchwork patchwork)