guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.


From: Marius Bakke
Subject: Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.
Date: Fri, 27 Jan 2017 21:21:37 +0100
User-agent: Notmuch/0.23.5 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Hi Ben,

Ben Woodcroft <address@hidden> writes:

> * gnu/packages/rust.scm (rustc)[native-search-paths]: New field.

[...]

> +    (native-search-paths
> +     (list (search-path-specification
> +            (variable "LIBRARY_PATH")
> +            (files '("lib" "lib64")))))

This seems odd. This search path is for glibc, no?

Is the problem this addresses not already fixed by
5d18d776d269ab9a6c44e049936389df3454ba30?

Attachment: signature.asc
Description: PGP signature


reply via email to

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