guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: global: Fix wrap phase.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: global: Fix wrap phase.
Date: Sun, 12 Sep 2021 01:38:19 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 99a7bc9  gnu: global: Fix wrap phase.
99a7bc9 is described below

commit 99a7bc993d022b3bc74a2ed57f53bf19d69c5137
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 12 08:35:28 2021 +0300

    gnu: global: Fix wrap phase.
    
    * gnu/packages/code.scm (global)[arguments]: Wrap python script with
    GUIX_PYTHONPATH.
---
 gnu/packages/code.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index b9267b0..df830d5 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -181,7 +181,7 @@ highlighting your own code that seemed comprehensible when 
you wrote it.")
              (wrap-program
                (string-append (assoc-ref outputs "out")
                               "/share/gtags/script/pygments_parser.py")
-               `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))))
+               `("GUIX_PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH"))))))
         (add-after 'install 'post-install
           (lambda* (#:key outputs #:allow-other-keys)
             ;; Install the plugin files in the right place.



reply via email to

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