GNU bug report logs - #61946
[PATCH 0/6] gnu: golang: Add minify

Previous Next

Package: guix-patches;

Reported by: Thomas Ieong <th.ieong <at> free.fr>

Date: Fri, 3 Mar 2023 22:58:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Thomas Ieong <th.ieong <at> free.fr>
To: 61946 <at> debbugs.gnu.org
Cc: Thomas Ieong <th.ieong <at> free.fr>
Subject: [PATCH 6/6] gnu: Add minify.
Date: Sat,  4 Mar 2023 00:01:59 +0100
* gnu/packages/golang.scm (minify): New variable.
---
 gnu/packages/golang.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index de5c0847f6..85c3d4e893 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9747,6 +9747,16 @@ (define-public go-github-com-tdewolff-minify-v2
 in the subpackages.")
     (license license:expat)))
 
+(define-public minify
+  (package
+    (inherit go-github-com-tdewolff-minify-v2)
+    (name "minify")
+    (arguments
+     `(#:import-path "github.com/tdewolff/minify/cmd/minify"
+       #:unpack-path "github.com/tdewolff/minify"
+       #:install-source? #f))))
+
+
 (define-public go-github-com-hashicorp-go-syslog
   (package
     (name "go-github-com-hashicorp-go-syslog")
-- 
2.39.1





This bug report was last modified 1 year and 114 days ago.

Previous Next


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