guix-commits
[Top][All Lists]
Advanced

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

19/32: gnu: go-github-com-alecthomas-chroma: Remove bundled files.


From: guix-commits
Subject: 19/32: gnu: go-github-com-alecthomas-chroma: Remove bundled files.
Date: Mon, 19 Feb 2024 18:41:02 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 18f44da03b9505ab7d232111222cf01fc561ca22
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Feb 16 23:29:54 2024 +0000

    gnu: go-github-com-alecthomas-chroma: Remove bundled files.
    
    * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma)
    [source]: Remove git submodules and generated files.
    
    Change-Id: Idafee9723b837495084aa0cd2fb454a953ff6233
---
 gnu/packages/golang-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cc1b68cf7d..5b42f10b3f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -92,8 +92,12 @@ substitution.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hjzb61m5lzx95xss82wil9s8f9hbw1zb3jj73ljfwkq5lqk76zq"))))
+        (base32 "0hjzb61m5lzx95xss82wil9s8f9hbw1zb3jj73ljfwkq5lqk76zq"))
+       (modules '((guix build utils)))
+       ;; Delete git submodules and generated files by Hermit.
+       (snippet '(delete-file-recursively "bin"))))
     (build-system go-build-system)
+    ;; TODO: Build cmd/chroma and cmd/chromad commands.
     (arguments
      `(#:import-path "github.com/alecthomas/chroma"))
     (native-inputs



reply via email to

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