guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: rrdtool: Disallow references to tzdata-for-tests.


From: guix-commits
Subject: 02/02: gnu: rrdtool: Disallow references to tzdata-for-tests.
Date: Thu, 20 Jan 2022 13:12:51 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f223535e1c2f052f671e44a6c546d0ebde3591b1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Jan 19 23:13:42 2022 -0500

    gnu: rrdtool: Disallow references to tzdata-for-tests.
    
    * gnu/packages/rrdtool.scm (rrdtool)[arguments]: Add a 
#:disallowed-references
    keyword.
---
 gnu/packages/rrdtool.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rrdtool.scm b/gnu/packages/rrdtool.scm
index 3c29df0e49..1fb642216d 100644
--- a/gnu/packages/rrdtool.scm
+++ b/gnu/packages/rrdtool.scm
@@ -62,7 +62,8 @@
            perl ; will also build Perl bindings
            tzdata-for-tests))
     (arguments
-     '(#:phases
+     `(#:disallowed-references (,tzdata-for-tests)
+       #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'pre-configure
            (lambda _



reply via email to

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