guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/73: gnu: Add zig-wlroots.


From: guix-commits
Subject: 65/73: gnu: Add zig-wlroots.
Date: Fri, 29 Nov 2024 06:39:46 -0500 (EST)

hako pushed a commit to branch wip-zig-bootstrap
in repository guix.

commit c4c00005595cb6a21bd76c2e833b1c48e09edc56
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Nov 20 08:36:02 2024 +0800

    gnu: Add zig-wlroots.
    
    * gnu/packages/zig-xyz.scm (zig-wlroots): New variable.
    
    Change-Id: I470b7e988c77e41e423efbdb6aff29ef86c75d0e
---
 gnu/packages/zig-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index e9460379fd..8a2bcbbbd7 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -158,6 +158,26 @@ interface.")
     (home-page "https://codeberg.org/ifreund/zig-wayland";)
     (license license:expat)))
 
+(define-public zig-wlroots
+  (package
+    (name "zig-wlroots")
+    (version "0.18.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://codeberg.org/ifreund/zig-wlroots";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0aa9xck8al1n27dzc9zkm7xp88g87x7h5cl2jlpyxjgbgahancr8"))))
+    (build-system zig-build-system)
+    (arguments (list #:skip-build? #t))
+    (synopsis "Zig bindings for wlroots")
+    (description "This package provides Zig bindings for @code{wlroots}.")
+    (home-page "https://codeberg.org/ifreund/zig-wlroots";)
+    (license license:expat)))
+
 (define-public zig-zls
   (package
     (name "zig-zls")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]