[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/420: gnu: Add ghc-xcb-types.
From: |
guix-commits |
Subject: |
189/420: gnu: Add ghc-xcb-types. |
Date: |
Tue, 26 Nov 2024 16:28:58 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit bb32ab736e26995f8017cd8e4a3204b5be457909
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:54 2024 +0200
gnu: Add ghc-xcb-types.
* gnu/packages/xorg.scm (ghc-xcb-types): New variable.
Change-Id: I42d1d49251e9c3d56aecf012a52fff34e678bd94
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/xorg.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9e38bc7698..e45d8fd714 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -39,6 +39,7 @@
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023, 2024 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
+;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -63,6 +64,7 @@
#:use-module (guix git-download)
#:use-module (guix build-system copy)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system haskell)
#:use-module (guix build-system meson)
#:use-module (guix build-system perl)
#:use-module (guix build-system python)
@@ -90,6 +92,9 @@
#:use-module (gnu packages gnupg)
#:use-module (gnu packages gperf)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages haskell)
+ #:use-module (gnu packages haskell-apps)
+ #:use-module (gnu packages haskell-check)
#:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages inkscape)
#:use-module (gnu packages image)
@@ -974,6 +979,26 @@ rendering commands to the X server.")
(license license:x11)
(properties `((superseded . ,xorgproto)))))
+(define-public ghc-xcb-types
+ (package
+ (name "ghc-xcb-types")
+ (version "0.13.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "xcb-types" version))
+ (sha256
+ (base32 "0qdfj4d83b1fjmlysqncgi65ldf3qnrsj4lync95mgbaq2kzxj2r"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "xcb-types")))
+ (inputs (list ghc-xml))
+ (home-page "http://community.haskell.org/~aslatter/code/xcb-types")
+ (synopsis "Parse XML files used by the XCB project")
+ (description
+ "This package provides types which mirror the structures used in the XCB
code
+generation XML files and parses these XML files into Haskell data structures.")
+ (license license:bsd-3)))
+
(define-public iceauth
(package
(name "iceauth")
- 124/420: gnu: python-nbclient: Update to 0.10.0., (continued)
- 124/420: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/26
- 149/420: gnu: Add ghc-language-python., guix-commits, 2024/11/26
- 100/420: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 138/420: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/26
- 150/420: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/26
- 151/420: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/26
- 164/420: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/26
- 166/420: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/26
- 168/420: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/26
- 169/420: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/26
- 189/420: gnu: Add ghc-xcb-types.,
guix-commits <=
- 206/420: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/26
- 199/420: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/26
- 211/420: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/26
- 216/420: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/26
- 224/420: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/26
- 154/420: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/26
- 161/420: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/26
- 163/420: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/26
- 177/420: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/26
- 182/420: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/26