mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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:
parent
5035be651a
commit
b422687cbd
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue