diff options
author | Leo Famulari <leo@famulari.name> | 2023-05-22 16:31:58 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-05-22 16:32:30 -0400 |
commit | f4474002643efdd1564abbce82bd3df9a574a1e1 (patch) | |
tree | 8ee814c37e6f39cd3208c9232e9678ffdbd3ce56 | |
parent | 1638d1f0cecb52a7392d78534e9a0136878759e4 (diff) | |
download | guix-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.scm | 5 |
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}.")))) ;;; |