guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: dissecting-guix-1-derivations: Fix typo.


From: Ludovic Courtès
Subject: branch master updated: website: dissecting-guix-1-derivations: Fix typo.
Date: Mon, 23 Jan 2023 08:40:19 -0500

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

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new ae8f62d  website: dissecting-guix-1-derivations: Fix typo.
ae8f62d is described below

commit ae8f62d03ad38c5c8b32a2b7510351f0f27944f0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 23 14:39:51 2023 +0100

    website: dissecting-guix-1-derivations: Fix typo.
    
    Reported by paul_j on #guix.
    
    * website/posts/dissecting-guix-1-derivations.md: Fix typo in example.
---
 website/posts/dissecting-guix-1-derivations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/posts/dissecting-guix-1-derivations.md 
b/website/posts/dissecting-guix-1-derivations.md
index 023bc97..ffd217c 100644
--- a/website/posts/dissecting-guix-1-derivations.md
+++ b/website/posts/dissecting-guix-1-derivations.md
@@ -383,7 +383,7 @@ and `read-derivation-from-file`:
     (derivation %store "manual"
                 "/bin/sh" '())))
 
-(write-derivation drv (current-output-port))
+(write-derivation manual-drv (current-output-port))
 ;;; -| 
Derive([("out","/gnu/store/kh7fais2zab22fd8ar0ywa4767y6xyak-example","","")],[],[],"x86_64-linux","/bin/sh",[],[("out","/gnu/store/kh7fais2zab22fd8ar0ywa4767y6xyak-example")])
 
 (pk (read-derivation-from-file (derivation-file-name irssi-drv)))



reply via email to

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