me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre-with-bpf: Describe the package.

* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.
master
Leo Famulari 2023-05-22 16:31:58 -04:00
parent 1638d1f0ce
commit f447400264
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 1 deletions

View File

@ -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}."))))
;;;