gnu: postgresql@10: Fix manual compilation.
This is a followup to f0227a18c2
.
* gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
master
parent
5035be651a
commit
b422687cbd
|
@ -1288,7 +1288,11 @@ pictures, sounds, or video.")
|
||||||
version "/postgresql-" version ".tar.bz2"))
|
version "/postgresql-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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)
|
(define-public postgresql postgresql-13)
|
||||||
|
|
||||||
|
|
Reference in New Issue