gnu: postgresql@10: Fix manual compilation.
This is a followup to f0227a18c2394d3403d0265f3c700cfd9d1ee5b4. * gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
This commit is contained in:
parent
5035be651a
commit
b422687cbd
@ -1288,7 +1288,11 @@ pictures, sounds, or video.")
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user