GNU bug report logs - #50362
[PATCH 01/26] gnu: Add rust-assert-fs-1.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Fri, 3 Sep 2021 22:28:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: phodina <phodina <at> protonmail.com>
To: "50362 <at> debbugs.gnu.org" <50362 <at> debbugs.gnu.org>
Subject: [bug#50362] [PATCH 16/26] gnu: Add rust-swayipc-command-builder-0.1.
Date: Fri, 03 Sep 2021 22:48:58 +0000
* gnu/packages/crates-io.scm (rust-swayipc-command-builder-0.1): New variable.

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aa200b741f..691e9ca3a0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46610,6 +46610,29 @@ values without proliferating generics.
         ("rust-syn" ,rust-syn-1)
         ("rust-quote" ,rust-quote-1))))))

+(define-public rust-swayipc-command-builder-0.1
+  (package
+    (name "rust-swayipc-command-builder")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "swayipc-command-builder" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1w7sjl05c7rpgskk11i5969mv8pdbh0qrkp8djvy46hk9df9qig7"))))
+    (build-system cargo-build-system)
+    (home-page
+     "https://github.com/jaycefayne/swayipc-command-builder")
+    (synopsis
+     "Library for building commands that can be executed by swayipc")
+    (description
+     "This package provides a library for building commands that can be
+executed by swayipc")
+    (license license:expat)))
+
 (define-public rust-swc-1
   (package
     (name "rust-swc")
--
2.32.0




This bug report was last modified 3 years and 246 days ago.

Previous Next


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