guix-commits
[Top][All Lists]
Advanced

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

branch master updated: packages: Clarify comment about build-system pack


From: guix-commits
Subject: branch master updated: packages: Clarify comment about build-system package record field.
Date: Tue, 22 Mar 2022 10:30:11 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 18119fe288 packages: Clarify comment about build-system package record 
field.
18119fe288 is described below

commit 18119fe288166ff480ca27a1351b09e9c31c1463
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Mar 15 18:00:56 2022 -0400

    packages: Clarify comment about build-system package record field.
    
    * guix/packages.scm (<package>): Clarify that what goes in the build-system
    package record field is a build-system record instance.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 1c63eb2d3e..a79b36d03d 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -531,7 +531,7 @@ Texinfo.  Otherwise, return the string."
   (name   package-name)                   ; string
   (version package-version)               ; string
   (source package-source)                 ; <origin> instance
-  (build-system package-build-system)     ; build system
+  (build-system package-build-system)     ; <build-system> instance
   (arguments package-arguments            ; arguments for the build method
              (default '()) (thunked))
 



reply via email to

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