mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: iftop: Fix build failure with GCC 10.
* gnu/packages/admin.scm (iftop)[arguments]: New field.
This commit is contained in:
parent
c0e7242aa1
commit
57c54bff35
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue