[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: Add zig-pixman.
From: |
guix-commits |
Subject: |
01/12: gnu: Add zig-pixman. |
Date: |
Tue, 31 Dec 2024 06:03:20 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 23020cf115a906305ae6afd399c828153170ebfd
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Nov 20 08:35:30 2024 +0800
gnu: Add zig-pixman.
* gnu/packages/zig-xyz.scm (zig-pixman): New variable.
Change-Id: I21fb4f487bed50654808898ee46a6efd39d8ffb1
---
gnu/packages/zig-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index e504e50e23..af4c3d2f4c 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -108,6 +108,27 @@ mission-critical safety and performance for financial
services.")
(home-page "https://github.com/tigerbeetledb/tigerbeetle")
(license license:asl2.0)))
+(define-public zig-pixman
+ (package
+ (name "zig-pixman")
+ (version "0.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/ifreund/zig-pixman")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0il6nw51kf08bcxpf45n7h78k1iyfi1zarcvpb7n19g2r48dkiyd"))))
+ (build-system zig-build-system)
+ (arguments (list #:skip-build? #t))
+ (propagated-inputs (list pixman))
+ (synopsis "Zig bindings for Pixman")
+ (description "This package provides Zig bindings for @code{pixman}.")
+ (home-page "https://codeberg.org/ifreund/zig-pixman")
+ (license license:expat)))
+
(define-public zig-zls
(package
(name "zig-zls")
- branch master updated (a37420aeb8 -> c28b941aaa), guix-commits, 2024/12/31
- 01/12: gnu: Add zig-pixman.,
guix-commits <=
- 05/12: gnu: river: Update to 0.3.6., guix-commits, 2024/12/31
- 10/12: gnu: Add zig-zls-0.12., guix-commits, 2024/12/31
- 11/12: gnu: Add zig-zls-0.13., guix-commits, 2024/12/31
- 03/12: gnu: Add zig-xkbcommon., guix-commits, 2024/12/31
- 09/12: gnu: zig-zls: Rename variable to zig-zls-0.10., guix-commits, 2024/12/31
- 02/12: gnu: Add zig-wayland., guix-commits, 2024/12/31
- 12/12: gnu: ncdu: Update to 2.7., guix-commits, 2024/12/31
- 04/12: gnu: Add zig-wlroots., guix-commits, 2024/12/31
- 08/12: gnu: Add zig-known-folders., guix-commits, 2024/12/31
- 06/12: gnu: Add waylock., guix-commits, 2024/12/31