GNU bug report logs - #75089
[PATCH rust-team 00/27] Refactor (gnu packages crates-io).

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Wed, 25 Dec 2024 16:02: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

From: Herman Rimm <herman <at> rimm.ee>
To: 75089 <at> debbugs.gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#75089] [PATCH rust-team 22/27] gnu: rust-mio-named-pipes-0.1: Use list of licenses.
Date: Wed, 25 Dec 2024 17:01:56 +0100
* gnu/packages/crates-io.scm (rust-mio-named-pipes-0.1)[license]: Use
list.

Change-Id: I18172736a558e5e14a7b6dfd099895622fbb1e34
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 76f1823e61..52c400a29c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47837,7 +47837,7 @@ (define-public rust-mio-named-pipes-0.1
     (synopsis "Windows named pipe bindings for mio")
     (description
      "A library for integrating Windows Named Pipes with mio.")
-    (license `(,license:asl2.0 ,license:expat))))
+    (license (list license:asl2.0 license:expat))))
 
 (define-public rust-mio-uds-0.6
   (package
-- 
2.45.2





This bug report was last modified 142 days ago.

Previous Next


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