diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-26 10:15:13 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-27 15:28:19 +0900 |
| commit | ce10518c07559c52e8657c9f4643e9095fdf2261 (patch) | |
| tree | 648cc837b20977f3ff4113ed4af10ce54dec514b | |
| parent | 245082536ef2f8eb60c61f97152d8d906fab1842 (diff) | |
gnu: postgresql: Propagate openssl.
* gnu/packages/databases.scm (postgresql-17)
[inputs]: Move openssl from here...
[propagated-inputs]: ...to here.
Merges: https://codeberg.org/guix/guix/pulls/10812
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index b50f4dfd1e1..f5f889b1ac3 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -1639,7 +1639,8 @@ and high-availability (HA).") | |||
| 1639 | pkg-config | 1639 | pkg-config |
| 1640 | texinfo)) | 1640 | texinfo)) |
| 1641 | (inputs | 1641 | (inputs |
| 1642 | (list icu4c readline `(,util-linux "lib") openssl zlib)) | 1642 | (list icu4c readline `(,util-linux "lib") zlib)) |
| 1643 | (propagated-inputs (list openssl)) ;in Requires.private of libpq.pc | ||
| 1643 | (home-page "https://www.postgresql.org/") | 1644 | (home-page "https://www.postgresql.org/") |
| 1644 | (synopsis "Powerful object-relational database system") | 1645 | (synopsis "Powerful object-relational database system") |
| 1645 | (description | 1646 | (description |
