From abd78128ceb0139364af222f44f6d88ef3bb6cbe Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 5 Feb 2018 20:51:00 +0000 Subject: 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. --- gnu/packages/ruby.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/ruby.scm') diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index ac852f54b8..00b24b26f4 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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.") -- cgit v1.2.3