diff mbox series

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

Message ID 87o8l9hkl2.fsf@gnu.org
State Accepted
Headers show
Series bug#43619: [PATCH 1/2] gnu: Add liburing. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès Oct. 10, 2020, 8:50 p.m. UTC
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 mbox series

Patch

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)))