me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-goblin-0.0.

* gnu/packages/crates-io.scm (rust-goblin-0.0): Delete variable.
master
Efraim Flashner 2022-12-04 21:40:53 +02:00
parent 85c84aaa91
commit 55ba85f5b8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 27 deletions

View File

@ -24321,33 +24321,6 @@ libraries GMP, MPFR, and MPC.")
and loading crate.") and loading crate.")
(license license:expat))) (license license:expat)))
(define-public rust-goblin-0.0
(package
(name "rust-goblin")
(version "0.0.23")
(source
(origin
(method url-fetch)
(uri (crate-uri "goblin" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1g92bl76dgc3v3rins61l811pkwsl3jif1x35h2jx33b7dsv8mmc"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-log" ,rust-log-0.4)
("rust-plain" ,rust-plain-0.2)
("rust-scroll" ,rust-scroll-0.9))))
(home-page "https://github.com/m4b/goblin")
(synopsis "Binary parsing and loading")
(description
"An impish, cross-platform, ELF, Mach-o, and PE binary parsing and
loading crate.")
(license license:expat)))
(define-public rust-greetd-ipc-0.8 (define-public rust-greetd-ipc-0.8
(package (package
(name "rust-greetd-ipc") (name "rust-greetd-ipc")