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: jgart <jgart <at> dismail.de>
Subject: bug#54408: closed (Re: bug#54408: [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 bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54408 <at> debbugs.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: 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

[Message part 3 (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




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.