GNU bug report logs - #69374
[PATCH] gnu: gama: Update to 2.29

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 25 Feb 2024 07:46:03 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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: Andy Tai <atai <at> atai.org>
Subject: bug#69374: closed (Re: [bug#69374] [PATCH v2] gnu: gama: Update
 to 2.29)
Date: Mon, 26 Feb 2024 10:54:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69374: [PATCH] gnu: gama: Update to 2.29

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 69374 <at> debbugs.gnu.org.

-- 
69374: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69374
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Andy Tai <atai <at> atai.org>
Cc: 69374-done <at> debbugs.gnu.org
Subject: Re: [bug#69374] [PATCH v2] gnu: gama: Update to 2.29
Date: Mon, 26 Feb 2024 10:53:00 +0000
[Message part 3 (text/plain, inline)]
Patch applied as 66321bd94c1843d531a52516df36197c29ad325c.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: gama: Update to 2.29
Date: Sat, 24 Feb 2024 23:05:53 -0800
* gnu/packages/gps.scm (gama): Update to 2.29
  [native-inputs]: Add yaml-cpp

Change-Id: Ie4ffc8abea85ee9b11f35f58054c6213404c3d7e
---
 gnu/packages/gps.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 96bc58c519..3c0c7183d5 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -48,6 +48,7 @@ (define-module (gnu packages gps)
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages serialization)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages xml))
 
@@ -157,7 +158,7 @@ (define-public gama
     (build-system gnu-build-system)
     (arguments '(#:parallel-tests? #f)) ; race condition
     (native-inputs
-     (list libxml2))
+     (list libxml2  yaml-cpp))
     (inputs
      (list expat sqlite))
     (home-page "https://www.gnu.org/software/gama/")

base-commit: 05bbe9993f687da1fd684a31474c621f2a1c37b2
-- 
2.34.1




This bug report was last modified 1 year and 86 days ago.

Previous Next


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