gnu: rust-cfg-aliases-0.1: Allow build.
* gnu/packages/crates-io.scm (rust-cfg-aliases-0.1)[arguments]: Remove `#:skip-build? #t'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I243300d3aa7d9617ee5aa52d81758af41b66d9b3master
parent
1b35e7ce34
commit
d159ecb2b6
|
@ -11848,7 +11848,6 @@ that need to represent UTF-16 data as 8-bit characters.")
|
|||
(sha256
|
||||
(base32 "17p821nc6jm830vzl2lmwz60g3a30hcm33nk6l257i1rjdqw85px"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/katharostech/cfg_aliases")
|
||||
(synopsis "Utility to help you with long winded @code{#[cfg()]} checks")
|
||||
(description
|
||||
|
|
Reference in New Issue