mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-text-diff.
* gnu/packages/elixir-xyz.scm (elixir-text-diff): New variable. Change-Id: Ifc1d8e732a7e97a45f15f341fabb7dd5f61be40a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6150670ab6
commit
682ee10985
1 changed files with 18 additions and 0 deletions
|
@ -719,6 +719,24 @@ parser for Elixir.")
|
||||||
(home-page "https://hexdocs.pm/spitfire/")
|
(home-page "https://hexdocs.pm/spitfire/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-text-diff
|
||||||
|
(package
|
||||||
|
(name "elixir-text-diff")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "text_diff" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1myvc8rym843amsygb21j1jf0xzq6pj85akdgcslk3ikmgnamzyi"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(synopsis "Returns a formatted diff between two strings")
|
||||||
|
(description
|
||||||
|
"This package provides @code{TextDiff}, an Elixir library that returns a
|
||||||
|
formatted diff between two strings.")
|
||||||
|
(home-page "https://hexdocs.pm/text_diff/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue