guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nomacs: Satisfy guix lint.


From: guix-commits
Subject: branch master updated: gnu: nomacs: Satisfy guix lint.
Date: Tue, 05 Jan 2021 15:48:02 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08b12d0  gnu: nomacs: Satisfy guix lint.
08b12d0 is described below

commit 08b12d0e5c0a000108712cc19e3d5e6242d7a086
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 5 22:43:24 2021 +0200

    gnu: nomacs: Satisfy guix lint.
    
    * gnu/packages/image-viewers.scm (nomacs)[source]: Add file-name field.
    [inputs]: Move qttools ...
    [native-inputs]: ... to here.
---
 gnu/packages/image-viewers.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index d9ee795..0dae0a3 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -695,6 +695,7 @@ to set X desktop background.")
        (uri (git-reference
              (url "https://github.com/nomacs/nomacs";)
              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
          "05d4hqg0gl3g9s2xf1hr7mc7g4cqarcap4nzxxa51fsphw2b8x16"))))
@@ -730,10 +731,10 @@ to set X desktop background.")
        ("python" ,python-wrapper)
        ("quazip" ,quazip)
        ("qtbase" ,qtbase)
-       ("qtsvg" ,qtsvg)
-       ("qtlinguist" ,qttools)))
+       ("qtsvg" ,qtsvg)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("qtlinguist" ,qttools)))
     (synopsis "Image viewer supporting all common formats")
     (description "Nomacs is a simple to use image lounge featuring
 semi-transparent widgets that display additional information such as metadata,



reply via email to

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