[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: Switch ruby-pg to build with postgresql-9.6.
From: |
Christopher Baines |
Subject: |
01/01: gnu: Switch ruby-pg to build with postgresql-9.6. |
Date: |
Fri, 9 Feb 2018 15:42:12 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit abd78128ceb0139364af222f44f6d88ef3bb6cbe
Author: Christopher Baines <address@hidden>
Date: Mon Feb 5 20:51:00 2018 +0000
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(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ac852f5..00b24b2 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.")