Archived
1
0
Fork 0

gnu: rust-tikv-jemalloc-sys-0.4: Remove bundled sources.

* gnu/packages/crates-io.scm (rust-tikv-jemalloc-sys-0.4)[source]: Add
snippet to remove bundled sources.
This commit is contained in:
Efraim Flashner 2023-03-14 13:56:48 +02:00
parent 0b5b04b91f
commit 1dffb1e5c8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -62616,7 +62616,10 @@ fixed set of worker threads.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1lw6gy9gzk7g7h71nm8a5ybrilhqgr583mn80nslr78p0ldk69la"))))
"1lw6gy9gzk7g7h71nm8a5ybrilhqgr583mn80nslr78p0ldk69la"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "jemalloc")))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t