Archived
1
0
Fork 0

gnu: knockd: Omit duplicate COPYING copy.

* gnu/packages/networking.scm (knockd)[arguments]: Set the typical
‘--docdir’.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-04 22:35:04 +02:00
parent 222e691666
commit a6992b38e7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -518,6 +518,10 @@ SCTP-aware kernel (most are).")
(base32
"1iv9h7a9l81ilbld3pi0dmzkizjss1755x1x3v5jxsi4asb8r3b9"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list (string-append "--docdir=" (assoc-ref %outputs "out")
"/share/doc/" ,name "-" ,version))))
(inputs
`(("libpcap" ,libpcap)))
(home-page "https://www.zeroflux.org/projects/knock")