diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 10:22:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 10:22:31 +0200 |
commit | f33e71fca2105c2110a00a12acdce7d88d544d16 (patch) | |
tree | b3c17fb5e0223828be3224649cac43654326c24a /gnu/packages/databases.scm | |
parent | bd883da3e398edffa1af06187304aca13f8dc01f (diff) | |
download | guix-f33e71fca2105c2110a00a12acdce7d88d544d16.tar guix-f33e71fca2105c2110a00a12acdce7d88d544d16.tar.gz |
gnu: perl-dbd-pg: Add description.
* gnu/packages/databases.scm (perl-dbd-pg)[description]: Add non-empty
description.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index f088062591..330837f141 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1,5 +1,5 @@ ;;; 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 © 2013 Cyril Roelandt <tipecaml@gmail.com> ;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org> @@ -748,7 +748,8 @@ columns, primary keys, unique constraints and relationships.") ("postgresql" ,postgresql))) (home-page "http://search.cpan.org/dist/DBD-Pg") (synopsis "DBI PostgreSQL interface") - (description "") + (description "This package provides a PostgreSQL driver for the Perl5 +@dfn{Database Interface} (DBI).") (license (package-license perl)))) (define-public perl-dbd-mysql |