guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mercurial: Update native-search-paths.


From: guix-commits
Subject: 01/02: gnu: mercurial: Update native-search-paths.
Date: Wed, 15 Dec 2021 05:25:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e5d93c87d564312b3ac9dff369ad54161d7371ad
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 15 12:20:15 2021 +0200

    gnu: mercurial: Update native-search-paths.
    
    * gnu/packages/version-control.scm (mercurial)[naive-search-paths]:
    Search for extensions in python3.9 subfolder.
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index bc999bf..c430834 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1790,7 +1790,7 @@ execution of any hook written in any language before 
every commit.")
     (native-search-paths
      (list (search-path-specification
             (variable "HGEXTENSIONPATH")
-            (files '("lib/python3.8/site-packages/hgext3rd")))))
+            (files '("lib/python3.9/site-packages/hgext3rd")))))
     (home-page "https://www.mercurial-scm.org/";)
     (synopsis "Decentralized version control system")
     (description



reply via email to

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