summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unlustig.scm23
1 files changed, 22 insertions, 1 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 1e2bad0..edd800e 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -176,7 +176,7 @@
"This package provides Automatically create GUI for clap apps.")
(license license:expat)))
-(define-public rust-wayland-client-0.28
+(define-public rust-wayland-client-0.28.0
(package
(name "rust-wayland-client")
(version "0.28.6")
@@ -205,3 +205,24 @@
"This package provides Bindings to the standard C implementation of the wayland protocol, client side.")
(license license:expat)))
+(define-public rust-windows-named-pipe-0.1
+ (package
+ (name "rust-windows-named-pipe")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "windows-named-pipe" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1213q0kpicmb3xhpg4kisp47q68fhpiqxl0sjxjm9k467mdsd2w0"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
+ ("rust-winapi" ,rust-winapi-0.2))))
+ (home-page "https://gitlab.com/dgriffen/windows-named-pipe")
+ (synopsis "Windows named pipes with a unix-socket like interface")
+ (description
+ "This package provides Windows named pipes with a unix-socket like interface.")
+ (license license:bsd-2)))
+