guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: go-github-com-goccy-go-json: Remove benchmarks.


From: guix-commits
Subject: 03/16: gnu: go-github-com-goccy-go-json: Remove benchmarks.
Date: Tue, 13 Feb 2024 16:27:30 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 5854bec5814d94e7061b2e929e202666a0e48361
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Feb 11 14:55:01 2024 +0100

    gnu: go-github-com-goccy-go-json: Remove benchmarks.
    
    * gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]:
    Remove benchmarks.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: I5560cbb4ff0672e93d3d4daccb7a4078d35fd967
---
 gnu/packages/golang-web.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 28a9fad113..673d2c2587 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -654,7 +655,9 @@ Encryption, JSON Web Signature, and JSON Web Token 
standards.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))))
+        (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))
+       (modules '((guix build utils)))
+       (snippet '(delete-file-recursively "benchmarks"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/goccy/go-json"))



reply via email to

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