GNU bug report logs - #66802
[PATCH 00/21] Add More Rust Crates.

Previous Next

Package: guix-patches;

Reported by: Jaeme Sifat <jaeme <at> runbox.com>

Date: Sat, 28 Oct 2023 22:38:02 UTC

Severity: normal

Tags: patch

Done: Jaeme Sifat <jaeme <at> runbox.com>

Bug is archived. No further changes may be made.

Full log


Message #44 received at 66802 <at> debbugs.gnu.org (full text, mbox):

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 66802 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [PATCH 13/21] gnu: Add rust-fuse-mt-0.6.
Date: Sat, 28 Oct 2023 18:53:33 -0400
* gnu/packages/crates-io.scm (rust-fuse-mt-0.6): New variable.

Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: I97d57004117b264ae9ef1df9c0320f0448a9574b
---
 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 4ede7f5720..f6b008baf8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27360,6 +27360,33 @@ (define-public rust-funty-1.1
      `(#:cargo-development-inputs
        (("rust-static-assertions" ,rust-static-assertions-1))))))
 
+(define-public rust-fuse-mt-0.6
+  (package
+    (name "rust-fuse-mt")
+    (version "0.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "fuse_mt" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0j296nfz2bs3f6kc4r1w4f8q279727pxz34w3nirnbnk9kfbi670"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-fuser" ,rust-fuser-0.13)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-threadpool" ,rust-threadpool-1))))
+    (native-inputs (list pkg-config))
+    (inputs (list fuse))
+    (home-page "https://github.com/wfraser/fuse-mt")
+    (synopsis "Higher-level FUSE filesystem library with multi-threading and
+inode->path translation for Rust.")
+    (description
+     "This package provides a higher-level FUSE filesystem library with
+multi-threading and inode->path translation.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-fuser-0.13
   (package
     (name "rust-fuser")
-- 
2.41.0





This bug report was last modified 1 year and 247 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.