summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-05-22 16:31:58 -0400
committerLeo Famulari <leo@famulari.name>2023-05-22 16:32:30 -0400
commitf4474002643efdd1564abbce82bd3df9a574a1e1 (patch)
tree8ee814c37e6f39cd3208c9232e9678ffdbd3ce56
parent1638d1f0cecb52a7392d78534e9a0136878759e4 (diff)
downloadguix-f4474002643efdd1564abbce82bd3df9a574a1e1.tar.gz
gnu: linux-libre-with-bpf: Describe the package.
* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 4 insertions, 1 deletions
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}."))))
 
 
 ;;;