guix-devel
[Top][All Lists]
Advanced

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

Re: Patches for midnight commander


From: Ludovic Courtès
Subject: Re: Patches for midnight commander
Date: Wed, 26 Mar 2014 14:46:27 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Mark H Weaver <address@hidden> skribis:

> address@hidden (Ludovic Courtès) writes:
>
>> Eric Bavier <address@hidden> skribis:
>>
>>> --- a/gnu/packages/ssh.scm
>>> +++ b/gnu/packages/ssh.scm
>>> @@ -110,6 +110,18 @@ remote applications.")
>>>     (build-system gnu-build-system)
>>>     (inputs `(("libgcrypt" ,libgcrypt)
>>>               ("zlib" ,zlib)))
>>> +   (arguments
>>> +    '(#:configure-flags
>>> +      `("--with-libgcrypt"
>>> +        ;; Programs that use libssh2.pc to link against libssh2 need to 
>>> also
>>> +        ;; know where to find libgrypt and zlib libraries.  LDFLAGS are put
>>> +        ;; into the LIBS field of libssh2.pc
>>> +        ,(string-append
>>> +          "LDFLAGS=-L"
>>> +          (assoc-ref %build-inputs "libgcrypt")
>>> +          "/lib -L"
>>> +          (assoc-ref %build-inputs "zlib")
>>> +          "/lib"))))
>>
>> Another way to address that would be to rename ‘inputs’ to
>> ‘native-inputs’.
>
> Did you mean to write 'propagated-inputs' here?

Yes!  Sorry.

Ludo’.



reply via email to

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