Archived
1
0
Fork 0

gnu: Add elm-danhandrea-elm-time-extra.

* gnu/packages/elm.scm (elm-danhandrea-elm-time-extra): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Philip McGrath 2022-05-18 14:11:15 -04:00 committed by Ludovic Courtès
parent 34f4542154
commit 4d50052cf3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -622,3 +622,24 @@ packaged for Guix.")
(description "This package enhances @code{elm/time} with support for (description "This package enhances @code{elm/time} with support for
format strings and internationalization of dates.") format strings and internationalization of dates.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public elm-danhandrea-elm-time-extra
(package
(name "elm-danhandrea-elm-time-extra")
(version "1.1.0")
(source
(elm-package-origin
"danhandrea/elm-time-extra"
version
(base32 "0z13q8x148d5amcc89f846yzql89n9gyan8fr48y91dhhn7vxibf")))
(build-system elm-build-system)
(propagated-inputs (list elm-time elm-core))
(inputs
(list elm-explorations-test
elm-danhandrea-elm-date-format))
(home-page
"https://package.elm-lang.org/packages/danhandrea/elm-time-extra/1.1.0")
(synopsis "Extra utilities for POSIX time in Elm")
(description "This package enhances @code{elm/time} with extra utilities
for working with POSIX times.")
(license license:bsd-3)))