GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-count-instructions-0.1): Order.
Change-Id: Idf4d7e1a448a582a3c7868f947ab6cf963ada81f
---
gnu/packages/crates-io.scm | 42 +++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 422ccafde3..6ff2d7fa7e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17818,6 +17818,27 @@ (define-public rust-core2-0.3
(base32 "1wzzy5iazdk5caadxvjfwrd312rbg7a55a1zpmsdrhk3kfpa77r3"))))
(arguments `(#:cargo-inputs (("rust-memchr" ,rust-memchr-2))))))
+(define-public rust-count-instructions-0.1
+ (package
+ (name "rust-count-instructions")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "count_instructions" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0ps0254pvx3nmnxs2v60kv7fqayh82r3jqypb4l3ql3i7s3rzr1n"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-libc" ,rust-libc-0.2)
+ ("rust-rustix" ,rust-rustix-0.38))))
+ (home-page "https://github.com/cesarb/count_instructions")
+ (synopsis "Counts the instructions executed within a single function")
+ (description "Counts the instructions executed within a single function.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-cov-mark-2
(package
(name "rust-cov-mark")
@@ -17903,27 +17924,6 @@ (define-public rust-coverage-helper-0.1
"check-cfg = ['cfg(coverage_nightly)'] }"
"\n" "\n" all)))))))))
-(define-public rust-count-instructions-0.1
- (package
- (name "rust-count-instructions")
- (version "0.1.4")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "count_instructions" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0ps0254pvx3nmnxs2v60kv7fqayh82r3jqypb4l3ql3i7s3rzr1n"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-libc" ,rust-libc-0.2)
- ("rust-rustix" ,rust-rustix-0.38))))
- (home-page "https://github.com/cesarb/count_instructions")
- (synopsis "Counts the instructions executed within a single function")
- (description "Counts the instructions executed within a single function.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-countme-3
(package
(name "rust-countme")
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.