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: Mon, 1 Feb 2021 11:57:04 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit cfdfd5fe4cd3303c42e285ac5c6eb595b6f11eef
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]