GNU bug report logs -
#70780
[PATCH] gnu: kanshi: Update to 1.6.0.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Sun, 5 May 2024 11:22:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/serialization.scm (libscfg): New variable.
* gnu/packages/serialization.scm: Add copyright.
Change-Id: I0096745f2971799bd0c9955cddeed24f0846f075
---
gnu/packages/serialization.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 331fae80cf..be1410255a 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -19,6 +19,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Paul A. Patience <paul <at> apatience.com>
;;; Copyright © 2024 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -420,6 +421,25 @@ (define-public lua5.2-libmpack
(inputs
`(("lua" ,lua-5.2)))))
+(define-public libscfg
+ (package
+ (name "libscfg")
+ (version "0.1.1")
+ (home-page "https://git.sr.ht/~emersion/libscfg")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~emersion/libscfg")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1b1ps7wba4anm3x1yndnd730dwl6rdz3zwjgxmsyq31fnjrjydv9"))))
+ (build-system meson-build-system)
+ (synopsis "A C library for scfg")
+ (description "This package provides a C library for scfg.")
+ (license license:expat)))
+
(define-public libyaml
(package
(name "libyaml")
--
2.41.0
This bug report was last modified 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.