diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-05-09 15:51:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-05-09 15:51:04 +0200 |
commit | ff1f39e3a02d0fd2c0ee279b9e8294e91bc132fd (patch) | |
tree | 25df3710a7f19756c28455ebbc3714d2c7d9f797 /gnu/packages/databases.scm | |
parent | 478e75b53bdf754cdf911226d37e517387f73c09 (diff) |
gnu: bdb: Disallow references to "doc" output.
* gnu/packages/databases.scm (bdb)[arguments]: Add #:disallowed-references.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 88a784d293..ee28a4cf99 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 David Thompson <davet@gnu.org> @@ -95,6 +95,7 @@ and provides interfaces to the traditional file format.") "doc")) ; 94 MiB of HTML docs (arguments '(#:tests? #f ; no check target available + #:disallowed-references ("doc") #:phases (alist-replace 'configure |