me
/
guix
Archived
1
0
Fork 0

gnu: rust-cortex-m-0.7: Remove precompiled files.

* gnu/packages/crates-io.scm (rust-cortex-m-0.7)[source]: Add snippet to
remove precompiled files.
Efraim Flashner 2023-10-12 18:59:14 +03:00
parent 7fc67b20b6
commit 94efc209c9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 1 deletions

View File

@ -17836,7 +17836,10 @@ hash functions.")
(uri (crate-uri "cortex-m" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1cw3nyip3s81r6qaa3azrb0654jxw465j5fm126fqja48bpikj9a"))))
(base32 "1cw3nyip3s81r6qaa3azrb0654jxw465j5fm126fqja48bpikj9a"))
(snippet
#~(begin (use-modules (guix build utils))
(delete-file-recursively "bin")))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t