guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: linux-libre-with-bpf: Describe the package.


From: guix-commits
Subject: branch master updated: gnu: linux-libre-with-bpf: Describe the package.
Date: Mon, 22 May 2023 16:32:57 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f447400264 gnu: linux-libre-with-bpf: Describe the package.
f447400264 is described below

commit f4474002643efdd1564abbce82bd3df9a574a1e1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 22 16:31:58 2023 -0400

    gnu: linux-libre-with-bpf: Describe the package.
    
    * gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New 
fields.
---
 gnu/packages/linux.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d164ef7061..21b6651853 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1369,7 +1369,10 @@ Linux kernel.  It has been modified to remove all 
non-free binary blobs.")
     (package
       (inherit base-linux-libre)
       (inputs (modify-inputs (package-inputs base-linux-libre)
-                (prepend cpio))))))
+                (prepend cpio)))
+      (synopsis "Linux-libre with BPF support")
+      (description "This package provides GNU Linux-Libre with support
+for @acronym{BPF, the Berkeley Packet Filter}."))))
 
 
 ;;;



reply via email to

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