mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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.
This commit is contained in:
parent
9bbf7d5937
commit
13d8080f21
1 changed files with 5 additions and 4 deletions
|
@ -48023,11 +48023,12 @@ (define-public rust-pcap-sys-0.1
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue