mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: gpodder: Do not alter PYTHONPATH.
* gnu/packages/gpodder.scm (gpodder): Do not alter PYTHONPATH.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user