guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/3] gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH and LD_LIB


From: Ludovic Courtès
Subject: Re: [PATCH 3/3] gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH and LD_LIBRARY_PATH
Date: Mon, 25 Jul 2016 10:50:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Andy Patterson <address@hidden> skribis:

> * gnu/packages/lisp.scm (ecl)[arguments]: Wrap with PATH, CPATH,
>   LIBRARY_PATH and LD_LIBRARY_PATH

[...]

> +              ("libffi" ,libffi)
> +              ("linux-headers" ,linux-libre-headers)
> +              ("gcc" ,gcc)
> +              ("binutils" ,binutils)
> +              ("ld-wrapper" ,(make-ld-wrapper "ld-wrapper" #:binutils 
> binutils))
> +              ("libc" ,glibc)))

I removed these inputs because they’re implicit and don’t need to be
added.

> +                    (binaries '("gcc" "binutils" "ld-wrapper"))

I also moved ld-wrapper before binutils so that ld-wrappers ‘ld’ command
is picked up.

Pushed, thank you!

Ludo’.



reply via email to

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