From patchwork Wed Jun 21 14:33:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Felix Lechner X-Patchwork-Id: 51138 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id DD83D27BBEA; Wed, 21 Jun 2023 15:35:37 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id EB15827BBE2 for ; Wed, 21 Jun 2023 15:35:36 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qByvO-0002rX-Sa; Wed, 21 Jun 2023 10:35:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qByvH-0002qj-B9 for guix-patches@gnu.org; Wed, 21 Jun 2023 10:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qByvH-0006J0-2G for guix-patches@gnu.org; Wed, 21 Jun 2023 10:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qByvG-0005uE-P0 for guix-patches@gnu.org; Wed, 21 Jun 2023 10:35:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64208] [PATCH 1/2] gnu: Add tigerbeetle. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Jun 2023 14:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64208 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64208@debbugs.gnu.org Cc: Ekaitz Zarraga Received: via spool by 64208-submit@debbugs.gnu.org id=B64208.168735807822631 (code B ref 64208); Wed, 21 Jun 2023 14:35:02 +0000 Received: (at 64208) by debbugs.gnu.org; 21 Jun 2023 14:34:38 +0000 Received: from localhost ([127.0.0.1]:33892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qByus-0005sw-De for submit@debbugs.gnu.org; Wed, 21 Jun 2023 10:34:38 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]:40336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qByup-0005sl-QO for 64208@debbugs.gnu.org; Wed, 21 Jun 2023 10:34:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=xPZzNqQrf+wTfMy 0V5w0MnkT/9KtaV8iIqe5h/Q4Z08=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=KIYT8QW+m6Hj+mMP7dGIMqJMy1Hm10eY0FR7t/0T 2t5G6ksAj26N04HXP4fk3OwFiB90Q8b6WxSKxsEOp/12wSH4rOMcYK+qZl0Pm/1K/s/tcS kM95GJyX+4EXxXNXIDqYqyesuR9sG82Zo8szE0C7RPjZPxWP3kRDdiAw19iB8= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id c2845b9e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 21 Jun 2023 14:34:34 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 1f115541; Wed, 21 Jun 2023 14:34:34 +0000 (UTC) Date: Wed, 21 Jun 2023 07:33:35 -0700 Message-Id: <71b05d9239c1a19e8c54c5c1f31155b02ca73823.1687357813.git.felix.lechner@lease-up.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches X-Patchwork-Original-From: Felix Lechner via Guix-patches via From: Felix Lechner Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Ekaitz Zarraga * gnu/packages/zig-xyz.scm (tigerbeetle): New variable. --- gnu/packages/zig-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm index fd42c21638..ebb5250a03 100644 --- a/gnu/packages/zig-xyz.scm +++ b/gnu/packages/zig-xyz.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2022 Maya Tomasek +;;; Copyright © 2023 Ekaitz Zarraga ;;; ;;; This file is part of GNU Guix. ;;; @@ -21,11 +22,36 @@ (define-module (gnu packages zig-xyz) #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix build-system gnu) + #:use-module (guix build-system zig) #:use-module (guix gexp) #:use-module (gnu packages) #:use-module (gnu packages zig) #:use-module (gnu packages python)) +(define-public tigerbeetle + (package + (name "tigerbeetle") + (version "0.13.35") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tigerbeetledb/tigerbeetle") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0x8msknvq8s6vnlczq5fxmaiqvig2sbcv60c3x8zbgr28dsqpmll")))) + (build-system zig-build-system) + (arguments + (list + #:zig zig-0.9 + #:zig-release-type "safe")) + (synopsis "Distributed financial accounting database") + (description "Financial accounting database designed for mission critical +safety and performance to power the future of financial services.") + (home-page "https://github.com/tigerbeetledb/tigerbeetle") + (license license:asl2.0))) + (define-public zig-zls (package (name "zig-zls")