mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: rust-ungrammar-1: Apply 'guix style'.
* gnu/packages/crates-io.scm (rust-ungrammar-1): Reflow package declaration using 'guix style'. Change-Id: Ibbc34e91e44ed7966872a20468483ecb8895f4d9
This commit is contained in:
parent
99cff4d661
commit
0a63b6bc50
1 changed files with 11 additions and 14 deletions
|
@ -79786,22 +79786,19 @@ (define-public rust-ungrammar-1
|
|||
(name "rust-ungrammar")
|
||||
(version "1.14.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ungrammar" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1agx2hpp3sirknnx8j17mzcg222024s6vkx6s5v3s3l8zp15kgk6"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ungrammar" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1agx2hpp3sirknnx8j17mzcg222024s6vkx6s5v3s3l8zp15kgk6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page
|
||||
"https://github.com/matklad/ungrammar")
|
||||
(synopsis
|
||||
"DSL for describing concrete syntax trees")
|
||||
(arguments
|
||||
`(#:skip-build? #t))
|
||||
(home-page "https://github.com/matklad/ungrammar")
|
||||
(synopsis "DSL for describing concrete syntax trees")
|
||||
(description
|
||||
"This package provides a DSL for describing concrete syntax trees.")
|
||||
"This package provides a DSL for describing concrete syntax trees.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-unidecode-0.3
|
||||
|
|
Loading…
Reference in a new issue