From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnutls: add datefudge to the inputs.
Date: Thu, 15 Aug 2013 23:58:27 +0200 [thread overview]
Message-ID: <1376603907-4623-3-git-send-email-tipecaml@gmail.com> (raw)
In-Reply-To: <1376603907-4623-1-git-send-email-tipecaml@gmail.com>
---
gnu/packages/gnutls.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm
index d636a9c..d3e3b1c 100644
--- a/gnu/packages/gnutls.scm
+++ b/gnu/packages/gnutls.scm
@@ -24,6 +24,7 @@
#:use-module ((gnu packages compression)
#:renamer (symbol-prefix-proc 'guix:))
#:use-module (gnu packages)
+ #:use-module (gnu packages datefudge)
#:use-module (gnu packages nettle)
#:use-module (gnu packages guile)
#:use-module (gnu packages perl)
@@ -73,7 +74,8 @@ portable, and only require an ANSI C89 platform.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- `(("guile" ,guile-2.0)
+ `(("datefudge" ,datefudge)
+ ("guile" ,guile-2.0)
("zlib" ,guix:zlib)
("perl" ,perl)
("patch/fix-tests"
--
1.7.10.4
next prev parent reply other threads:[~2013-08-15 22:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-15 21:58 [PATCH 0/2] Add datefudge to gnutls inputs Cyril Roelandt
2013-08-15 21:58 ` [PATCH 1/2] gnu: Add datefudge Cyril Roelandt
2013-08-16 17:45 ` Ludovic Courtès
2013-08-17 14:28 ` Cyril Roelandt
2013-08-17 21:36 ` Ludovic Courtès
2013-08-15 21:58 ` Cyril Roelandt [this message]
2013-08-16 17:46 ` [PATCH 2/2] gnutls: add datefudge to the inputs Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376603907-4623-3-git-send-email-tipecaml@gmail.com \
--to=tipecaml@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).