From: "ShinyZero0" <shinyzero0@tilde.club>
To: <65197@debbugs.gnu.org>
Subject: [bug#65197] [PATCH] fix formatting issues, remove unnecessary module import
Date: Thu, 10 Aug 2023 13:47:07 +0300 [thread overview]
Message-ID: <CUOSPCOA5POJ.CGNUST81C2DM@Void> (raw)
In-Reply-To: <CUOPJROOM6ZF.35KPDF9MJI7RB@Void>
From 392732b00eace467aa2fc894fbdcb56985513de9 Mon Sep 17 00:00:00 2001
From: "zero@void" <shinyzero0@gmail.com>
Date: Thu, 10 Aug 2023 13:32:47 +0300
Subject: [PATCH] fix formatting issues, remove unnecessary module
---
gnu/packages/web-browsers.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index e1b8fdd..d9f0e9c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -73,7 +73,6 @@ (define-module (gnu packages web-browsers)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
- #:use-module (gnu packages image-viewers)
#:use-module (gnu packages imagemagick)
#:use-module (gnu packages less)
#:use-module (gnu packages libevent)
@@ -572,12 +571,15 @@ (define-public offpunk
(wrap-program (string-append #$output
"/bin/offpunk")
`("PATH" ":" prefix
- (,(string-append #$(this-package-input "less")
- "/bin") ,(string-append #$(this-package-input
- "file")
- "/bin")
- ,(string-append #$(this-package-input
- "xdg-utils") "/bin")))))))))
+ (,(string-append
+ #$(this-package-input "less")
+ "/bin")
+ ,(string-append
+ #$(this-package-input "file")
+ "/bin")
+ ,(string-append
+ #$(this-package-input "xdg-utils")
+ "/bin")))))))))
(inputs (list python-cryptography
python-requests
python-feedparser
--
2.41.0
next prev parent reply other threads:[~2023-08-10 13:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 8:06 [bug#65197] add offpunk ShinyZero0
2023-08-10 10:47 ` ShinyZero0 [this message]
2023-08-12 22:21 ` [bug#65197] [PATCH] install manpage ShinyZero0
2023-08-15 22:44 ` [bug#65197] [PATCH] gnu: Add offpunk ShinyZero0
2023-09-06 5:00 ` [bug#65197] add offpunk Maxim Cournoyer
2023-09-18 16:18 ` ShinyZero0
2023-09-18 16:38 ` ShinyZero0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CUOSPCOA5POJ.CGNUST81C2DM@Void \
--to=shinyzero0@tilde.club \
--cc=65197@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).