gnu: postgresql@10: Fix manual compilation.

This is a followup to f0227a18c2.

* gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
This commit is contained in:
Ludovic Courtès 2022-06-05 16:27:15 +02:00
parent 5035be651a
commit b422687cbd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1288,7 +1288,11 @@ (define-public postgresql-10
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"17v51a9vnz6lgbfmbdmcwsiyi572wndwa4n30nk2zr6gkgaidpl7"))))))
"17v51a9vnz6lgbfmbdmcwsiyi572wndwa4n30nk2zr6gkgaidpl7"))))
(native-inputs
(modify-inputs (package-native-inputs postgresql-11)
(append opensp docbook-sgml-4.2)
(delete "docbook-xml")))))
(define-public postgresql postgresql-13)