1
0
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:
Maxim Cournoyer
2021-01-27 18:00:20 -05:00
parent b03b5456b3
commit cfdfd5fe4c

View File

@@ -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.