guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

105/193: gnu: Remove rust-named-pipe-0.4.


From: guix-commits
Subject: 105/193: gnu: Remove rust-named-pipe-0.4.
Date: Mon, 24 Oct 2022 03:52:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 616b9f7b4d3de76d908d8a75dca623e34477bb63
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:40:48 2022 +0300

    gnu: Remove rust-named-pipe-0.4.
    
    * gnu/packages/crates-io.scm (rust-named-pipe-0.4): Delete variable.
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 21126e6b31..8d5f98f9e6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35348,29 +35348,6 @@ statically-sized or dynamically-sized matrices.")
 linear algebra library.")
     (license license:asl2.0)))
 
-(define-public rust-named-pipe-0.4
-  (package
-    (name "rust-named-pipe")
-    (version "0.4.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "named-pipe" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0azby10wzmsrf66m1bysbil0sjfybnvhsa8py093xz4irqy4975d"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t     ; Only builds on Windows.
-       #:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
-    (home-page "https://github.com/blackbeam/named_pipe";)
-    (synopsis "Wrapper for overlapped (asynchronous) IO of Windows's named 
pipes")
-    (description "This package provides a wrapper for overlapped (asynchronous)
-IO of Windows's named pipes.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-napi-0.5
   (package
     (name "rust-napi")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]