me
/
guix
Archived
1
0
Fork 0

gnu: mercurial: Update native-search-paths.

* gnu/packages/version-control.scm (mercurial)[naive-search-paths]:
Search for extensions in python3.9 subfolder.
master
Efraim Flashner 2021-12-15 12:20:15 +02:00
parent 7303c3105a
commit e5d93c87d5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

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