1
0
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:
Nguyễn Gia Phong
2026-04-07 23:21:49 +09:00
parent 9d4a2622a8
commit c973e81521
+2 -2
View File
@@ -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))))