mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Remove rust-syntex-0.58.
* gnu/packages/crates-io.scm (rust-syntex-0.58): Delete variable.
This commit is contained in:
parent
0f46d727e0
commit
ea4508a6d1
1 changed files with 0 additions and 26 deletions
|
@ -61945,32 +61945,6 @@ (define-public rust-syntect-4
|
||||||
intelligence using Sublime Text's grammars.")
|
intelligence using Sublime Text's grammars.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-syntex-0.58
|
|
||||||
(package
|
|
||||||
(name "rust-syntex")
|
|
||||||
(version "0.58.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "syntex" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"03lgd36cxhc6gzaab0wqvckbhml00s6s73lk34ymf6cklymf7xd8"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-syntex-errors" ,rust-syntex-errors-0.58)
|
|
||||||
("rust-syntex-syntax" ,rust-syntex-syntax-0.58))))
|
|
||||||
(home-page "https://github.com/erickt/rust-syntex")
|
|
||||||
(synopsis "Compile time syntax extension expansion")
|
|
||||||
(description
|
|
||||||
"This package provides a library that enables compile time
|
|
||||||
syntax extension expansion.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-syntex-errors-0.58
|
(define-public rust-syntex-errors-0.58
|
||||||
(package
|
(package
|
||||||
(name "rust-syntex-errors")
|
(name "rust-syntex-errors")
|
||||||
|
|
Loading…
Reference in a new issue