guix-devel
[Top][All Lists]
Advanced

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

[PATCH 3/5] gnu: tzdata: Added "source" as input.


From: John Darrington
Subject: [PATCH 3/5] gnu: tzdata: Added "source" as input.
Date: Sat, 14 Dec 2013 18:43:20 +0100

* gnu/packages/base.scm (tzdata): Add "source" as input.
---
 gnu/packages/base.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 02f1b91..5f74271 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -535,7 +535,8 @@ with the Linux kernel.")
              (delete-file-recursively (string-append out 
"/share/zoneinfo-posix"))
              (delete-file-recursively (string-append out 
"/share/zoneinfo-leaps"))))
          (alist-delete 'configure %standard-phases)))))
-    (inputs `(("tzcode" ,(origin
+    (inputs `(("source" ,source)
+              ("tzcode" ,(origin
                           (method url-fetch)
                           (uri (string-append
                                 
"http://www.iana.org/time-zones/repository/releases/tzcode";
-- 
1.7.10.4




reply via email to

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