gnu: linux-libre-with-bpf: Describe the package.
* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.master
parent
1638d1f0ce
commit
f447400264
|
@ -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}."))))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Reference in New Issue