summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 21f8fc8d1d..f5f1f447cb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2018 Clément Lassieur <[email protected]>
;;; Copyright © 2018 Theodoros Foradis <[email protected]>
;;; Copyright © 2018, 2020-2022 Marius Bakke <[email protected]>
-;;; Copyright © 2018, 2020, 2021 Oleg Pykhalov <[email protected]>
+;;; Copyright © 2018, 2020, 2021, 2022 Oleg Pykhalov <[email protected]>
;;; Copyright © 2018 Pierre Neidhardt <[email protected]>
;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <[email protected]>
;;; Copyright © 2019 Vasile Dumitrascu <[email protected]>
@@ -3090,8 +3090,9 @@ can be whipped up with little effort.")
(sha256
(base32 "0haanralbvd12pvkyihgkmx9ld74dnzm1s7mzparfandl416ibff"))))
(build-system gnu-build-system)
+ (native-inputs (list pkg-config))
(inputs
- (list libcap ncurses))
+ (list jansson libcap ncurses))
(arguments
`(#:tests? #f)) ; tests require network access
(home-page "https://www.bitwizard.nl/mtr/")