mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-git-testament-0.2: Move to (gnu packages crates-vcs).
* gnu/packages/crates-io.scm (rust-git-testament-0.2): Move from here ... * gnu/packages/crates-vcs.scm: ... to here. Change-Id: I2dd4b7bb59c229f9e170c19fbceccaa875027ae5
This commit is contained in:
parent
495c4868be
commit
e82db397e5
2 changed files with 27 additions and 27 deletions
|
@ -30290,33 +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-testament-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-git-testament")
|
|
||||||
(version "0.2.4")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "git-testament" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1c9l10wpyz39vhb5cijvbym6gmpmw3y3nb35l2hg6w42h1ygaswq"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ; Not all files included.
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-git-testament-derive" ,rust-git-testament-derive-0.1)
|
|
||||||
("rust-no-std-compat" ,rust-no-std-compat-0.4))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-rand" ,rust-rand-0.8)
|
|
||||||
("rust-regex" ,rust-regex-1)
|
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
|
||||||
(home-page "https://github.com/kinnison/git-testament/")
|
|
||||||
(synopsis "Record git working tree status when compiling your crate")
|
|
||||||
(description "Record git working tree status when compiling your crate")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public rust-git-version-0.3
|
(define-public rust-git-version-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-git-version")
|
(name "rust-git-version")
|
||||||
|
|
|
@ -25,6 +25,33 @@
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages crates-io))
|
#:use-module (gnu packages crates-io))
|
||||||
|
|
||||||
|
(define-public rust-git-testament-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-git-testament")
|
||||||
|
(version "0.2.4")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "git-testament" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1c9l10wpyz39vhb5cijvbym6gmpmw3y3nb35l2hg6w42h1ygaswq"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Not all files included.
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-git-testament-derive" ,rust-git-testament-derive-0.1)
|
||||||
|
("rust-no-std-compat" ,rust-no-std-compat-0.4))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-rand" ,rust-rand-0.8)
|
||||||
|
("rust-regex" ,rust-regex-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
(home-page "https://github.com/kinnison/git-testament/")
|
||||||
|
(synopsis "Record git working tree status when compiling your crate")
|
||||||
|
(description "Record git working tree status when compiling your crate")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public rust-git-testament-derive-0.1
|
(define-public rust-git-testament-derive-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-git-testament-derive")
|
(name "rust-git-testament-derive")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue