mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
tests: patchwork: Use the default PostgreSQL.
* gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to POSTGRESQL.
This commit is contained in:
parent
404f695385
commit
757a2eb970
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ (define (patchwork-os patchwork)
|
||||||
(listen '("8080"))))))
|
(listen '("8080"))))))
|
||||||
(service postgresql-service-type
|
(service postgresql-service-type
|
||||||
(postgresql-configuration
|
(postgresql-configuration
|
||||||
(postgresql postgresql-10)))
|
(postgresql postgresql)))
|
||||||
(service patchwork-service-type
|
(service patchwork-service-type
|
||||||
(patchwork-configuration
|
(patchwork-configuration
|
||||||
(patchwork patchwork)
|
(patchwork patchwork)
|
||||||
|
|
Loading…
Reference in a new issue