guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix: Set GUIX_EXTENSIONS_PATH.


From: guix-commits
Subject: branch master updated: gnu: guix: Set GUIX_EXTENSIONS_PATH.
Date: Wed, 06 Jan 2021 15:48:47 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4c69727  gnu: guix: Set GUIX_EXTENSIONS_PATH.
4c69727 is described below

commit 4c697270669a6ee74d684ca1b4a30aa0dec74704
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 6 10:03:23 2021 +0100

    gnu: guix: Set GUIX_EXTENSIONS_PATH.
    
    * gnu/packages/package-management.scm (guix)[native-search-paths]: Add
    specification for GUIX_EXTENSIONS_PATH.
---
 gnu/packages/package-management.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index b731df4..d07df4e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -418,6 +418,10 @@ $(prefix)/etc/init.d\n")))
          ("guile-git" ,guile-git)
          ("guile-zlib" ,guile-zlib)
          ("guile-lzlib" ,guile-lzlib)))
+      (native-search-paths
+       (list (search-path-specification
+              (variable "GUIX_EXTENSIONS_PATH")
+              (files '("share/guix/extensions")))))
 
       (home-page "https://www.gnu.org/software/guix/";)
       (synopsis "Functional package manager for installed software packages 
and versions")



reply via email to

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