[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
[PATCH 4/5] gnu: openssl: Fixed cross-compile issues., John Darrington, 2013/12/14
[PATCH 3/5] gnu: tzdata: Added "source" as input.,
John Darrington <=
[PATCH 5/5] gnu: Changed many "inputs" which should be "native-inputs"., John Darrington, 2013/12/14
Re: [PATCH 1/5] gnu: libxml2: Fixed cross-compilation., Ludovic Courtès, 2013/12/14