[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31520] [PATCH] gnu: u-boot-tools: Enable tests.
From: |
Ludovic Courtès |
Subject: |
[bug#31520] [PATCH] gnu: u-boot-tools: Enable tests. |
Date: |
Tue, 29 May 2018 16:33:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Danny Milosavljevic <address@hidden> skribis:
> Hmm, then I don't understand how native-search-paths works.
The search path spec is attached to the package that “owns” the given
variables. So python has a spec for PYTHONPATH, Guile has a spec for
GUILE_LOAD_PATH, and so on.
Then, if you have both python and a python package in the same profile,
the machinery automatically defines PYTHONPATH according to the spec.
> It indeed works if I remove native-search-paths from dtc, so I've pushed it
> without.
Cool, thanks!
Ludo’.