bug-guix
[Top][All Lists]
Advanced

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

Re: [PATCH] distro: Add Python 2.7.3.


From: Ludovic Courtès
Subject: Re: [PATCH] distro: Add Python 2.7.3.
Date: Tue, 15 Jan 2013 00:28:14 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi,

Nikita Karetnikov <address@hidden> 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’.



reply via email to

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