~ruther/guix-local

abd78128ceb0139364af222f44f6d88ef3bb6cbe — Christopher Baines 8 years ago 61995dc
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/ruby.scm
M gnu/packages/ruby.scm => gnu/packages/ruby.scm +1 -1
@@ 2882,7 2882,7 @@ alternative to Marshal for Object serialization. ")
       ("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.")