[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: doc: cookbook: Fix direnv example.
From: |
guix-commits |
Subject: |
01/06: doc: cookbook: Fix direnv example. |
Date: |
Sun, 2 Jun 2024 21:08:24 -0400 (EDT) |
pelzflorian pushed a commit to branch master
in repository guix.
commit 5c4742663b0db2f8e261ddc833c098219f9964f9
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Fri May 31 23:07:26 2024 +0200
doc: cookbook: Fix direnv example.
When replacing `guix environment' with `guix shell',
I forgot to add a `--development' argument.
Follow-up to 9c3a8a380bcfebdb77af61532e7bfec523d7bde8.
* doc/guix-cookbook.texi (Environment management)
[Guix environment via direnv]: Fix example.
Change-Id: I0a0df33b3b547bfc3ada10c4648e593be6608070
---
doc/guix-cookbook.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index dd30483436..b3568cbf06 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -5088,8 +5088,8 @@ use_guix()
PACKAGES=(help2man guile-sqlite3 guile-gcrypt)
# Thanks
<https://lists.gnu.org/archive/html/guix-devel/2016-09/msg00859.html>
- eval "$(guix shell --search-paths --root="$gcroot" --pure guix \
- $@{PACKAGES[@@]@} $@{PACKAGES_MAINTENANCE[@@]@} "$@@")"
+ eval "$(guix shell --search-paths --root="$gcroot" --pure \
+ --development guix $@{PACKAGES[@@]@} $@{PACKAGES_MAINTENANCE[@@]@} "$@@")"
# Predefine configure flags.
configure()
- branch master updated (2e53fa5346 -> 834a419524), guix-commits, 2024/06/02
- 01/06: doc: cookbook: Fix direnv example.,
guix-commits <=
- 02/06: build: Align the Automake status lines of the po4a and the PO xref., guix-commits, 2024/06/02
- 06/06: nls: Update translations., guix-commits, 2024/06/02
- 04/06: build: Use the po4a command for the translation generation., guix-commits, 2024/06/02
- 03/06: build: Update the POT creation task with the po4a command., guix-commits, 2024/06/02
- 05/06: self: Use po4a instead of po4a-translate., guix-commits, 2024/06/02