guix-devel
[Top][All Lists]
Advanced

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

Re: 01/01: gnu: ccl: Include x86-headers and remove missing "contrib" fo


From: Ludovic Courtès
Subject: Re: 01/01: gnu: ccl: Include x86-headers and remove missing "contrib" folder.
Date: Tue, 20 Nov 2018 18:46:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Pierre,

address@hidden (Pierre Neidhardt) skribis:

> commit d22ba64276c0bbacb77d0670635f67f053a16c6b
> Author: Pierre Neidhardt <address@hidden>
> Date:   Sun Nov 18 10:38:54 2018 +0100
>
>     gnu: ccl: Include x86-headers and remove missing "contrib" folder.
>     
>     * gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing 
> "contrib" folder.

[...]

> +               (let ((dirs '("lib" "library" "examples" "tools" "objc-bridge"
> +                             ,(match (%current-system)
> +                                ("x86_64-linux"
> +                                 "x86-headers64")
> +                                ("i686-linux"
> +                                 "x86-headers")))))

This lacks a clause for the other supported systems.  This broke
evaluations of master on hydra & co., so I reverted this commit.  Of
course you’re welcome to reinstate provided it passes on all platforms!

‘guix lint’ will now check that the package can be lowered to a
derivation for all the systems it claims to support (commit
3b32891b12ee18c57b0fc346ed7dce8b6976066b).  So now it should be easier
to catch such issues.

Thanks,
Ludo’.



reply via email to

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