Archived
1
0
Fork 0

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:
Christopher Baines 2018-02-05 20:51:00 +00:00
parent 61995dce50
commit abd78128ce
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2882,7 +2882,7 @@ alternative to Marshal for Object serialization. ")
("ruby-hoe" ,ruby-hoe) ("ruby-hoe" ,ruby-hoe)
("ruby-rspec" ,ruby-rspec))) ("ruby-rspec" ,ruby-rspec)))
(inputs (inputs
`(("postgresql" ,postgresql))) `(("postgresql" ,postgresql-9.6)))
(synopsis "Ruby interface to PostgreSQL") (synopsis "Ruby interface to PostgreSQL")
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works (description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
with PostgreSQL 8.4 and later.") with PostgreSQL 8.4 and later.")