guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

114/131: gnu: gpodder: Do not alter PYTHONPATH.


From: guix-commits
Subject: 114/131: gnu: gpodder: Do not alter PYTHONPATH.
Date: Fri, 29 Jan 2021 09:22:18 -0500 (EST)

apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit e53f90118cc17022d1e6fd56c1244963d763b98c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]