[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: knockd: Omit duplicate COPYING copy.
From: |
guix-commits |
Subject: |
09/10: gnu: knockd: Omit duplicate COPYING copy. |
Date: |
Tue, 4 May 2021 17:13:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a6992b38e730301d35f32e1a0b1a43546862c5f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 22:35:04 2021 +0200
gnu: knockd: Omit duplicate COPYING copy.
* gnu/packages/networking.scm (knockd)[arguments]: Set the typical
‘--docdir’.
---
gnu/packages/networking.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a8a989a..7c00392 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")
- branch master updated (aa7eeab -> 2959ade), guix-commits, 2021/05/04
- 03/10: tests: go: Fix typos in test descriptions., guix-commits, 2021/05/04
- 05/10: gnu: rasdaemon: Edit synopsis & description., guix-commits, 2021/05/04
- 01/10: gnu: go-gopkg-in-go-playground-assert-v1: Fix typo in description., guix-commits, 2021/05/04
- 02/10: doc: Fix typos., guix-commits, 2021/05/04
- 04/10: gnu: java-javaparser: Upgrade os.name to ‘Guix’., guix-commits, 2021/05/04
- 06/10: doc: Fix typo and use @acronym for RAS., guix-commits, 2021/05/04
- 07/10: gnu: powertop: Update to 2.14., guix-commits, 2021/05/04
- 08/10: gnu: knockd: Update to 0.8., guix-commits, 2021/05/04
- 09/10: gnu: knockd: Omit duplicate COPYING copy.,
guix-commits <=
- 10/10: gnu: Add node-once., guix-commits, 2021/05/04