gnu: iftop: Fix build failure with GCC 10.

* gnu/packages/admin.scm (iftop)[arguments]: New field.
This commit is contained in:
Leo Famulari 2021-11-23 20:16:53 -05:00
parent c0e7242aa1
commit 57c54bff35
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2937,6 +2937,9 @@ the command line.")
(inputs
`(("libpcap" ,libpcap)
("ncurses" ,ncurses)))
(arguments
;; Fix build failure with GCC 10
'(#:configure-flags '("CFLAGS=-fcommon")))
(synopsis "Monitor network usage")
(description "Iftop does for network usage what @command{top} does
for CPU usage. It listens to network traffic on a named interface and