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:
parent
0b5b04b91f
commit
1dffb1e5c8
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue