GNU bug report logs -
#22073
Fwd: search-paths and propagated inputs
Previous Next
Reported by: Federico Beffa <beffa <at> ieee.org>
Date: Wed, 2 Dec 2015 08:19:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Sun, Dec 20, 2015 at 1:56 PM, Ludovic Courtès <ludo <at> gnu.org> wrote:
>> To get all the required search paths recursively we should replace the
>> last 'manifest-entry' slot with a call to a function like this:
>
> Right.
>
> Here’s a variant of what you propose. With that, I get:
>
> --8<---------------cut here---------------start------------->8---
> $ ./pre-inst-env guix package -i python2-matplotlib -p foo
>
> [...]
>
> The following environment variable definitions may be needed:
> export PATH="foo/bin:foo/sbin"
> export PYTHONPATH="foo/lib/python2.7/site-packages"
> export GI_TYPELIB_PATH="foo/lib/girepository-1.0"
> export XDG_DATA_DIRS="foo/share"
> export GIO_EXTRA_MODULES="foo/lib/gio/modules"
> --8<---------------cut here---------------end--------------->8---
>
> … which is what we’re expecting, right?
I think so.
>
> If that’s fine with you, I’ll commit this patch along with test cases.
Sure, thanks for that!
Regards,
Fede
This bug report was last modified 9 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.