aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-27 22:27:57 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-02-01 11:54:03 -0500
commita0658f1a335f7b2eb8475cd4481ef35e22dc911c (patch)
tree1ebe10faaa5a54fc78d8dd3081f9df7fab58a065 /gnu/local.mk
parentdd4d8265380354e425b4772281fb895650ba9642 (diff)
downloadguix-a0658f1a335f7b2eb8475cd4481ef35e22dc911c.tar.gz
guix-a0658f1a335f7b2eb8475cd4481ef35e22dc911c.zip
gnu: seahorse-adventures: Wrap with GUIX_PYTHONPATH.
* gnu/packages/games.scm (seahorse-adventures): [phases]{install}: Replace PYTHONPATH with GUIX_PYTHONPATH.
Diffstat (limited to 'gnu/local.mk')
0 files changed, 0 insertions, 0 deletions
: Ensure that unsupported packages are rejected. * tests/guix-system.sh: Pass "--system=armhf-linux" when attempting to build gnu/system/examples/asus-c201.tmpl. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-10shell: When using '-D -f', '-D' has no effect on remaining packages....Fixes <https://issues.guix.gnu.org/52093>. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * guix/scripts/shell.scm (%options): In "--file" handler, add call to 'ensure-ad-hoc'. * tests/guix-shell.sh: Add test. Ludovic Courtès 2021-11-18shell: Adjust test to expect C_INCLUDE_PATH, not CPATH....This is a followup to 2a3cd4ee3557fbbdca42b5ec2f3ec4546c270203. * tests/guix-shell.sh: Expect C_INCLUDE_PATH instead of CPATH. Ludovic Courtès