diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 22:35:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-04 22:48:34 +0200 |
commit | a6992b38e730301d35f32e1a0b1a43546862c5f1 (patch) | |
tree | ebf3880769c4ce7445c4d057117002fc066ce382 | |
parent | 222e691666dca345f20d36dc856a9e46bfbeb6c2 (diff) | |
download | guix-a6992b38e730301d35f32e1a0b1a43546862c5f1.tar guix-a6992b38e730301d35f32e1a0b1a43546862c5f1.tar.gz |
gnu: knockd: Omit duplicate COPYING copy.
* gnu/packages/networking.scm (knockd)[arguments]: Set the typical
‘--docdir’.
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a8a989aca8..7c00392bc0 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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") |