guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: phockup: Make exiftool substitution more specific.


From: guix-commits
Subject: 01/03: gnu: phockup: Make exiftool substitution more specific.
Date: Mon, 25 Jul 2022 15:18:05 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit f55e83fa3dd249591551fa4dfe367c8e5204da03
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Jul 26 00:41:32 2022 +0530

    gnu: phockup: Make exiftool substitution more specific.
    
    * gnu/packages/image.scm (phockup)[arguments]: Make exiftool substitution in
    configure phase more specific.
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index d52d57b3b1..f2bcf13d0f 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2016, 2017, 2020, 2021 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016, 2017, 2020, 2021, 2022 Arun Isaac 
<arunisaac@systemreboot.net>
 ;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2017,2019,2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
@@ -2402,8 +2402,8 @@ Wacom-style graphics tablets.")
          (add-after 'unpack 'configure
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* (list "src/dependency.py" "src/exif.py")
-               (("exiftool")
-                (search-input-file inputs "/bin/exiftool")))))
+               (("'exiftool'")
+                (string-append "'" (search-input-file inputs "/bin/exiftool") 
"'")))))
          (add-before 'install 'check
            (lambda _
              (invoke "pytest")))



reply via email to

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