Revert "gnu: Add minify."

This reverts commit f8c2d8141e.

Fixes: error: go-github-com-tdewolff-minify-v2: unbound variable
<https://ci.guix.gnu.org/eval/1086875/log/raw>

Change-Id: I26e02842980cf09e924ac1cae8f3a6421a005276
This commit is contained in:
Sharlatan Hellseher 2024-01-30 23:56:11 +00:00
parent 7a63fba807
commit c4687f5437
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -65,7 +65,6 @@
;;; Copyright © 2023 Christopher Howard <christopher@librehacker.com>
;;; Copyright © 2023 Felix Lechner <felix.lechner@lease-up.com>
;;; Copyright © 2023 Evgeny Pisemsky <evgeny@pisemsky.com>
;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
;;;
;;; This file is part of GNU Guix.
@ -144,9 +143,7 @@ (define-module (gnu packages web)
#:use-module (gnu packages gnunet)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-check)
#:use-module (gnu packages golang-web)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages gperf)
#:use-module (gnu packages graphviz)
#:use-module (gnu packages gtk)
@ -397,23 +394,6 @@ (define-public miniflux
@end itemize\n")
(license license:asl2.0)))
(define-public minify
(package
(inherit go-github-com-tdewolff-minify-v2)
(name "minify")
(arguments
(substitute-keyword-arguments
(package-arguments go-github-com-tdewolff-minify-v2)
((#:install-source? _ #t) #f)
((#:import-path _ "github.com/tdewolff/minify/v2")
"github.com/tdewolff/minify/cmd/minify")))
(inputs
(list go-github-com-djherbis-atime
go-github-com-dustin-go-humanize
go-github-com-fsnotify-fsnotify
go-github-com-matryer-try
go-github-com-spf13-pflag))))
(define-public mod-wsgi
(package
(name "mod-wsgi")