gnu: perl-dbd-pg: Add description.
* gnu/packages/databases.scm (perl-dbd-pg)[description]: Add non-empty description.
This commit is contained in:
parent
bd883da3e3
commit
f33e71fca2
@ -1,5 +1,5 @@
|
|||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2012, 2014, 2015 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2012, 2014, 2015 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
|
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
|
||||||
;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org>
|
;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org>
|
||||||
@ -748,7 +748,8 @@ columns, primary keys, unique constraints and relationships.")
|
|||||||
("postgresql" ,postgresql)))
|
("postgresql" ,postgresql)))
|
||||||
(home-page "http://search.cpan.org/dist/DBD-Pg")
|
(home-page "http://search.cpan.org/dist/DBD-Pg")
|
||||||
(synopsis "DBI PostgreSQL interface")
|
(synopsis "DBI PostgreSQL interface")
|
||||||
(description "")
|
(description "This package provides a PostgreSQL driver for the Perl5
|
||||||
|
@dfn{Database Interface} (DBI).")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-dbd-mysql
|
(define-public perl-dbd-mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user