guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: bdb: Disallow references to "doc" output.


From: Ludovic Courtès
Subject: 01/05: gnu: bdb: Disallow references to "doc" output.
Date: Mon, 9 May 2016 13:56:17 +0000 (UTC)

civodul pushed a commit to branch core-updates
in repository guix.

commit ff1f39e3a02d0fd2c0ee279b9e8294e91bc132fd
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 9 15:51:04 2016 +0200

    gnu: bdb: Disallow references to "doc" output.
    
    * gnu/packages/databases.scm (bdb)[arguments]: Add #:disallowed-references.
---
 gnu/packages/databases.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 88a784d..ee28a4c 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 <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2012, 2014, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014 David Thompson <address@hidden>
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]