From: ludo@gnu.org (Ludovic Courtès)
To: Nikita Karetnikov <nikita@karetnikov.org>
Cc: bug-guix@gnu.org
Subject: Re: [PATCH] distro: Add Python 2.7.3.
Date: Tue, 15 Jan 2013 00:28:14 +0100 [thread overview]
Message-ID: <87622zibu9.fsf@gnu.org> (raw)
In-Reply-To: <87a9sbfkpb.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 14 Jan 2013 17:44:40 -0500")
Hi,
Nikita Karetnikov <nikita@karetnikov.org> skribis:
> Also, should we explictly mention the licenses for third-party software
> incorporated in the Python distribution [2]?
Perhaps just add the link in a comment.
> + (arguments `(#:tests? #f)) ; XXX: some tests fail
Did you try to investigate? How hard would it be to fix that?
> + (inputs
> + `(("zlib" ,guix:zlib)
> + ("openssl" ,guix:openssl)
> + ("bzip2" ,guix:bzip2)
To avoid the #:renamer, I recommend doing this instead:
#:use-module ((guix licenses) #:select (psfl))
> + ("glibc" ,glibc-final)))
This is not needed: there’s an implicit “libc” input already (see
build-system/gnu.scm).
Thanks,
Ludo’.
next prev parent reply other threads:[~2013-01-14 23:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-14 22:44 [PATCH] distro: Add Python 2.7.3 Nikita Karetnikov
2013-01-14 23:28 ` Ludovic Courtès [this message]
2013-01-15 1:18 ` Nikita Karetnikov
2013-01-15 2:58 ` Nikita Karetnikov
2013-01-15 10:08 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87622zibu9.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=bug-guix@gnu.org \
--cc=nikita@karetnikov.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.