gnu: jnettop: Fix compilation with GCC 14.

* gnu/packages/admin.scm (jnettop)[arguments]: New field.

Change-Id: I0d226c02625f8491c446d2afbe6b5ac128a318df
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ludovic Courtès 2025-07-27 23:51:43 +02:00 committed by Andreas Enge
parent 5ea0b431b3
commit d40bc50ea8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2105,6 +2105,9 @@ through the network interface controller.")
(base32
"1855np7c4b0bqzhf1l1dyzxb90fpnvrirdisajhci5am6als31z9"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
#~'("CFLAGS=-O2 -g -Wno-implicit-function-declaration")))
(native-inputs
(list pkg-config))
(inputs