mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add rust-demo-hack-0.0.
* gnu/packages/crates-io.scm (rust-demo-hack-0.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f9ff44d36d
commit
9ee2b2abc7
1 changed files with 24 additions and 0 deletions
|
@ -875,6 +875,30 @@ (define-public rust-defmac-0.1
|
|||
(base32
|
||||
"17giv0n0n1r64z0dahfvkjy3ys517jxyhs8sd9lmgvcljpjyryxa"))))))
|
||||
|
||||
(define-public rust-demo-hack-0.0
|
||||
(package
|
||||
(name "rust-demo-hack")
|
||||
(version "0.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "demo-hack" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m0114p1g0zzrdph5bg03i8m8p70vrwn3whs191jrbjcrmh5lmnp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-demo-hack-impl" ,rust-demo-hack-impl-0.0)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
||||
(home-page "https://github.com/dtolnay/proc-macro-hack")
|
||||
(synopsis "Demo of proc-macro-hack")
|
||||
(description "Demo of proc-macro-hack.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-dirs-1.0
|
||||
(package
|
||||
(name "rust-dirs")
|
||||
|
|
Loading…
Reference in a new issue