guix-patches
[Top][All Lists]
Advanced

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

bug#43619: [PATCH 1/2] gnu: Add liburing.


From: Ludovic Courtès
Subject: bug#43619: [PATCH 1/2] gnu: Add liburing.
Date: Sat, 10 Oct 2020 22:50:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi,

Greg Hogan <code@greghogan.com> skribis:

> Moved to gnu/packages/linux, updated the synopsis, and added a remark for
> the disabled tests.

Great.  Applied with the minor tweaks below.

Thank you!

Ludo’.

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8061457e2e..39960c102b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Anders Thuné <asse.97@gmail.com>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7619,4 +7620,4 @@ then IP sets may be the proper tool for you.")
 helpers to setup and teardown io_uring instances, and also a simplified
 interface for applications that don't need (or want) to deal with the full
 kernel side implementation.")
-    (license expat)))
+    (license license:expat)))

reply via email to

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