~ruther/guix-local

663b7a93eacfc131c36baa62ae569c7042b821ba — IliaLuetin 8 months ago 46d74a3
gnu: Add go-github-com-kovidgoyal-exiffix.

* gnu/packages/golang-xyz.scm (go-github-com-kovidgoyal-exiffix): New variable.

Change-Id: I3ebac4b73001eaeae8da3c92da3e0831b5babd4a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 27 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +27 -0
@@ 12937,6 12937,33 @@ bus system.  This is a fork of @url{https://github.com/godbus/dbus} maintained
by Kovid Goyal for use in Kitty.")
    (license license:bsd-2)))

(define-public go-github-com-kovidgoyal-exiffix
  (package
    (name "go-github-com-kovidgoyal-exiffix")
    (version "0.0.0-20250919160812-dbef770c2032")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/kovidgoyal/exiffix")
              (commit (go-version->git-ref version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1pibiw33h4gwg0dzaqblr2a2x2m6cwsnz1i568kj593d9dnf82m7"))))
    (build-system go-build-system)
    (arguments
     (list #:import-path "github.com/kovidgoyal/exiffix"))
    (propagated-inputs
     (list go-github-com-kovidgoyal-imaging
           go-github-com-rwcarlsen-goexif))
    (home-page "https://github.com/kovidgoyal/exiffix")
    (synopsis "EXIF orientation correction for images")
    (description
     "This package provides utilities for correcting image orientation based on
EXIF metadata. It's an alternative fork of
@url{https://github.com/edwvee/exiffix} maintained by Kitty comunity.")
    (license license:expat)))

(define-public go-github-com-kpango-fastime
  (package
    (name "go-github-com-kpango-fastime")