[PATCH 01/12] gnu: Add rust-lifeguard-0.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • phodina
  • Vagrant Cascadian
Owner
unassigned
Submitted by
phodina
Severity
normal
P
P
phodina wrote on 9 Nov 2021 17:50
(name . Guix Patches)(address . guix-patches@gnu.org)
XUaKIovshvVvCMi_96Qzjl1ZtLCPZUh9etJrp9SbKoFR48fWCQPv-P05GkKsvjWk9KYKJodOBXW1rG3snVxnjWWRX2RIWBOb7fey2jeXOPg=@protonmail.com
Greetings!

The following series of patches add rust-adblock as a small milestone for upstreaming Brave browser.


* gnu/packages/crates-io.scm (rust-lifeguard-0.6): New variable.

----8<--------cut here----------------->8-----

Toggle diff (30 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4ccf463e23..35f334ac4f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26490,6 +26490,25 @@ (define-public rust-libz-sys-1
(license (list license:asl2.0
license:expat))))

+(define-public rust-lifeguard-0.6
+ (package
+ (name "rust-lifeguard")
+ (version "0.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lifeguard" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "09iwwy7888i1kfvbrgwpl4xv3pwsz1fbzx54djs3gnvmszdr9gl9"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page "https://github.com/zslayton/lifeguard")
+ (synopsis "Object pool manager in Rust")
+ (description "This package provides an object pool manager in Rust.")
+ (license license:expat)))
+
(define-public rust-line-0.1
(package
(name "rust-line")
--
2.33.1
V
V
Vagrant Cascadian wrote on 1 Sep 2023 23:22
87pm31si4x.fsf@wireframe
On 2021-11-09, phodina wrote:
Toggle quote (2 lines)
> The following series of patches add rust-adblock as a small milestone for upstreaming Brave browser.

It appears the other patches ended up in some other bug.

Toggle quote (5 lines)
> +(define-public rust-lifeguard-0.6
> + (package
> + (name "rust-lifeguard")
> + (version "0.6.1")

And this appears to have been merged as
01b64290cba63586371189b937ed6f1481396086.

Marking as done.

live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPJWLgAKCRDcUY/If5cW
qo4dAP9SV4IFbhngcxRL3mXkYN5tPb0No5/JOkNH2YBvCFH44wD9EMAfOiwbqpVo
S1Cv9epdYRImwKkFhMGH952EmzuPCQU=
=2/KA
-----END PGP SIGNATURE-----

Closed
?