GNU bug report logs - #75522
[PATCH v0 0/4] Add beanbag

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Sun, 12 Jan 2025 18:13:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 75522 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 75522 <at> debbugs.gnu.org
Cc: hako <at> ultrarare.space, Ashvith Shetty <ashvithshetty10 <at> gmail.com>,
 ekaitz <at> elenq.tech
Subject: [PATCH v0 2/4] gnu: Add zig-wayland-beanbag.
Date: Sun, 12 Jan 2025 23:49:01 +0530
This is a package variant of zig-wayland required by beanbag.

* gnu/packages/zig-xyz.scm (zig-wayland-beanbag): New variable.

Change-Id: Id429a70e4cc30772357a706cd2b83798ce5ca1af
---
 gnu/packages/zig-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm
index afb609ad50..bf86c0897a 100644
--- a/gnu/packages/zig-xyz.scm
+++ b/gnu/packages/zig-xyz.scm
@@ -240,6 +240,24 @@ (define-public zig-wayland
     (home-page "https://codeberg.org/ifreund/zig-wayland")
     (license license:expat)))
 
+(define zig-wayland-beanbag
+  (let ((commit "4761e625bcc8218650625edc4734710b29a9ff0b")
+        (revision "0"))
+    (hidden-package
+      (package
+        (inherit zig-wayland)
+        (name "zig-wayland")
+        (version (git-version "0.3.0" revision commit))
+        (source
+         (origin
+           (method git-fetch)
+           (uri (git-reference
+                 (url "https://codeberg.org/ifreund/zig-wayland")
+                 (commit commit)))
+           (file-name (git-file-name name version))
+           (sha256
+            (base32 "1v669w8mnm5bp8508cvy41189njai8j92r6l9j5advk8589c18f7"))))))))
+
 (define-public zig-wlroots
   (package
     (name "zig-wlroots")
-- 
2.47.1





This bug report was last modified 56 days ago.

Previous Next


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