gnu: rust-pcap-sys-0.1: Remove bundled libraries.
* gnu/packages/crates-io.scm (rust-pcap-sys-0.1)[source]: Add snippet to remove bundled libraries.
parent
9bbf7d5937
commit
13d8080f21
|
@ -48023,11 +48023,12 @@ in pure Rust.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pcap-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18w9c8i5zjnazay86219w4789482ya617z35cw433h12wbgjaiqi"))))
|
||||
(base32 "18w9c8i5zjnazay86219w4789482ya617z35cw433h12wbgjaiqi"))
|
||||
(snippet
|
||||
#~(begin (use-modules (guix build utils))
|
||||
(delete-file-recursively "Lib")))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Reference in New Issue