gnu: Switch ruby-pg to build with postgresql-9.6.
As the testsuite fails with the later version. * gnu/packages/ruby.scm (ruby-pg)[inputs]: Switch postgresql to postgresql-9.6.
This commit is contained in:
parent
61995dce50
commit
abd78128ce
1 changed files with 1 additions and 1 deletions
|
@ -2882,7 +2882,7 @@ (define-public ruby-pg
|
|||
("ruby-hoe" ,ruby-hoe)
|
||||
("ruby-rspec" ,ruby-rspec)))
|
||||
(inputs
|
||||
`(("postgresql" ,postgresql)))
|
||||
`(("postgresql" ,postgresql-9.6)))
|
||||
(synopsis "Ruby interface to PostgreSQL")
|
||||
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
|
||||
with PostgreSQL 8.4 and later.")
|
||||
|
|
Loading…
Reference in a new issue