GNU bug report logs - #54408
[PATCH] guix: <package>: Clarify comment about build-system package record field.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 15 Mar 2022 22:02:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54408: closed ([PATCH] guix: <package>: Clarify comment about
 build-system package record field.)
Date: Tue, 22 Mar 2022 14:31:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 Mar 2022 15:30:46 +0100
with message-id <87h77qnjop.fsf <at> gnu.org>
and subject line Re: bug#54408: [PATCH] guix: <package>: Clarify comment about build-system package record field.
has caused the debbugs.gnu.org bug report #54408,
regarding [PATCH] guix: <package>: Clarify comment about build-system package record field.
to be marked as done.

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


-- 
54408: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54408
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] guix: <package>: Clarify comment about build-system package
 record field.
Date: Tue, 15 Mar 2022 18:00:56 -0400
* guix/packages.scm (<package>): Clarify that what goes in the build-system
package record field is a build-system record instance.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 3f0262602d..f6ac754e53 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -522,7 +522,7 @@ (define-record-type* <package>
   (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))
 
-- 
2.35.1



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 54408-done <at> debbugs.gnu.org
Subject: Re: bug#54408: [PATCH] guix: <package>: Clarify comment about
 build-system package record field.
Date: Tue, 22 Mar 2022 15:30:46 +0100
Hello,

I edited a bit the commit title and pushed,

Thanks,

Mathieu


This bug report was last modified 3 years and 61 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.