mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 01:25:57 +02:00
tests: miniflux: Use the default PostgreSQL version.
* gnu/tests/web.scm (miniflux-base-system)[postgresql-service-type]: Replace postgresql-13 with postgresql. Change-Id: Iee411b6045ced64592937ed3dfda39c900ec52e7
This commit is contained in:
+2
-2
@@ -953,8 +953,8 @@ HTTP-PORT."
|
||||
%miniflux-create-admin-credentials)
|
||||
(service dhcpcd-service-type)
|
||||
(service postgresql-service-type
|
||||
(postgresql-configuration
|
||||
(postgresql postgresql-13)))
|
||||
(postgresql-configuration
|
||||
(postgresql postgresql)))
|
||||
(service miniflux-service-type
|
||||
miniflux-config))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user