apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit e53f90118cc17022d1e6fd56c1244963d763b98c Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Jan 27 18:00:20 2021 -0500 gnu: gpodder: Do not alter PYTHONPATH. * gnu/packages/gpodder.scm (gpodder): Do not alter PYTHONPATH. --- gnu/packages/gpodder.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm index 44c356e..cb7cc17 100644 --- a/gnu/packages/gpodder.scm +++ b/gnu/packages/gpodder.scm @@ -76,9 +76,6 @@ #t))) (replace 'check (lambda _ - ; The `unittest' target overrides the PYTHONPATH variable. - (substitute* "makefile" - (("PYTHONPATH=src/") "PYTHONPATH=${PYTHONPATH}:src/")) (invoke "make" "unittest"))) ;; 'msgmerge' introduces non-determinism by resetting the ;; POT-Creation-Date in .po files.
