me
/
guix
Archived
1
0
Fork 0

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: I243300d3aa7d9617ee5aa52d81758af41b66d9b3
master
Jean-Pierre De Jesus DIAZ 2022-08-10 12:09:43 +00:00 committed by Efraim Flashner
parent 1b35e7ce34
commit d159ecb2b6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -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