gnu: ruby-pg: Update to 1.4.6.
* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
This commit is contained in:
parent
ab9c6b6450
commit
841fdbf8fe
1 changed files with 2 additions and 4 deletions
|
@ -7819,10 +7819,8 @@ (define-public ruby-pg
|
|||
(string-append (getenv "GEM_PATH") ":" new-gem))
|
||||
(when tests?
|
||||
(invoke "rspec"))))))))
|
||||
(native-inputs
|
||||
(list ruby-rake-compiler ruby-hoe ruby-rspec))
|
||||
(inputs
|
||||
(list postgresql))
|
||||
(native-inputs (list ruby-rake-compiler ruby-hoe ruby-rspec))
|
||||
(inputs (list postgresql))
|
||||
(synopsis "Ruby interface to PostgreSQL")
|
||||
(description "Pg is the Ruby interface to the PostgreSQL RDBMS. It works
|
||||
with PostgreSQL 9.3 and later.")
|
||||
|
|
Loading…
Reference in a new issue