mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: rust-git-version-0.3: Move to (gnu packages crates-vcs).
* gnu/packages/crates-io.scm (rust-git-version-0.3): Move from here ... * gnu/packages/crates-vcs.scm: ... to here. Change-Id: I41a2d385c63bbbf0dd83f11d676f28ba95c59e9b
This commit is contained in:
parent
faf51ba4a3
commit
56cb224631
2 changed files with 24 additions and 24 deletions
|
@ -30290,30 +30290,6 @@ debugging format.")
|
||||||
("rust-test-assembler" ,rust-test-assembler-0.1)
|
("rust-test-assembler" ,rust-test-assembler-0.1)
|
||||||
("rust-typed-arena" ,rust-typed-arena-2))))))
|
("rust-typed-arena" ,rust-typed-arena-2))))))
|
||||||
|
|
||||||
(define-public rust-git-version-0.3
|
|
||||||
(package
|
|
||||||
(name "rust-git-version")
|
|
||||||
(version "0.3.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "git-version" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1qj1rd19v8vg094b3fj0gy6ca53v93lhrl31wg1fs7g0y61qx4cl"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-git-version-macro" ,rust-git-version-macro-0.3)
|
|
||||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
|
||||||
(home-page "https://github.com/fusion-engineering/rust-git-version")
|
|
||||||
(synopsis "Embed git information in your code at compile-time")
|
|
||||||
(description
|
|
||||||
"This crates compiles the git version (tag name, or hash otherwise) and
|
|
||||||
dirty state into your program.")
|
|
||||||
(license license:bsd-2)))
|
|
||||||
|
|
||||||
(define-public rust-git2-0.18
|
(define-public rust-git2-0.18
|
||||||
(package
|
(package
|
||||||
(name "rust-git2")
|
(name "rust-git2")
|
||||||
|
|
|
@ -80,6 +80,30 @@
|
||||||
"This package provides an inner procedural macro for git-testament.")
|
"This package provides an inner procedural macro for git-testament.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public rust-git-version-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-git-version")
|
||||||
|
(version "0.3.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "git-version" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1qj1rd19v8vg094b3fj0gy6ca53v93lhrl31wg1fs7g0y61qx4cl"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-git-version-macro" ,rust-git-version-macro-0.3)
|
||||||
|
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
||||||
|
(home-page "https://github.com/fusion-engineering/rust-git-version")
|
||||||
|
(synopsis "Embed git information in your code at compile-time")
|
||||||
|
(description
|
||||||
|
"This crates compiles the git version (tag name, or hash otherwise) and
|
||||||
|
dirty state into your program.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public rust-git-version-macro-0.3
|
(define-public rust-git-version-macro-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-git-version-macro")
|
(name "rust-git-version-macro")
|
||||||
|
|
Loading…
Add table
Reference in a new issue