GNU bug report logs -
#49451
Adding package aparte (rust XMPP TUI client)
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Sun, Jul 11 2021, southerntofu via Guix-patches via wrote:
> ---
> gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 16e2b33e4b..b60d07c15b 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -24329,6 +24329,33 @@ pairs in insertion order.")
> ("rust-serde" ,rust-serde-0.8)
> ("rust-serde-test" ,rust-serde-test-0.8))))))
>
> +(define-public rust-linked-hash-set-0.1
> + (package
> + (name "rust-linked-hash-set")
> + (version "0.1.4")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "linked_hash_set" version))
> + (file-name
> + (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "124m7wiz9ah7ah58ckai413mzfglh3y1nz64qy1s676qlinnq627"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:skip-build?
> + #t
> + #:cargo-inputs
> + (("rust-linked-hash-map"
> + ,rust-linked-hash-map-0.5)
> + ("rust-serde" ,rust-serde-1))))
> + (home-page
> + "https://github.com/alexheretic/linked-hash-set")
> + (synopsis "HashSet with insertion ordering")
> + (description "HashSet with insertion ordering")
Full sentence.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.