emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69124: closed ([PATCH] system: default-bash-profile: Add Guix Home s


From: GNU bug Tracking System
Subject: bug#69124: closed ([PATCH] system: default-bash-profile: Add Guix Home search paths as well.)
Date: Wed, 28 Feb 2024 16:15:02 +0000

Your message dated Wed, 28 Feb 2024 17:13:36 +0100
with message-id <87y1b4d0sv.fsf@pelzflorian.de>
and subject line Re: [PATCH] system: default-bash-profile: Add Guix Home search 
paths as well.
has caused the debbugs.gnu.org bug report #69124,
regarding [PATCH] system: default-bash-profile: Add Guix Home search paths as 
well.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69124: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69124
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] system: default-bash-profile: Add Guix Home search paths as well. Date: Wed, 14 Feb 2024 14:03:05 +0100
Ordinary .guix-profile is searched already.  Also this makes desktop
environments find packages installed in Guix Home.

* gnu/system/shadow.scm (%default-bash-profile): Add Home search paths.
---
 gnu/system/shadow.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 8b3958ba5c..d9f13271d8 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -165,6 +165,7 @@ (define %default-bash-profile
 # Merge search-paths from multiple profiles, the order matters.
 eval \"$(guix package --search-paths \\
 -p $HOME/.config/guix/current \\
+-p $HOME/.guix-home/profile \\
 -p $HOME/.guix-profile \\
 -p /run/current-system/profile)\"
 

base-commit: 240bbfee8deb7b6b746dffee7204dea7051dced8
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] system: default-bash-profile: Add Guix Home search paths as well. Date: Wed, 28 Feb 2024 17:13:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Pushed it as bc6840316c665e5959469e5c857819142cc4a47b.

Regards,
Florian


--- End Message ---

reply via email to

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