GNU bug report logs - #65197
add offpunk

Previous Next

Package: guix-patches;

Reported by: "ShinyZero0" <shinyzero0 <at> tilde.club>

Date: Thu, 10 Aug 2023 08:52:01 UTC

Severity: normal

Tags: moreinfo

Full log


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

From: "ShinyZero0" <shinyzero0 <at> tilde.club>
To: <65197 <at> debbugs.gnu.org>
Subject: [PATCH] fix formatting issues, remove unnecessary module import
Date: Thu, 10 Aug 2023 13:47:07 +0300
From 392732b00eace467aa2fc894fbdcb56985513de9 Mon Sep 17 00:00:00 2001
From: "zero <at> void" <shinyzero0 <at> 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





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

Previous Next


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