mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5ea0b431b3
commit
d40bc50ea8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue