summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-03-19 13:51:55 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-03-19 15:17:37 +0200
commitd02e2f5dd210d27390011239010788a254abac7a (patch)
tree41aa22b6c6ec3aceda240ecd5f47d66bc2d4a5ae /gnu
parent763bd56e6429f43fe75223deb383d84c62536b0f (diff)
gnu: quagga: Build with gcc-7.
* gnu/packages/networking.scm (quagga)[native-inputs]: Remove gcc-9, add gcc-7. Change-Id: I70a785cd461beea66d6673d9bd25a53149950ec5
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 780b3b17e6f..2ff252df1fa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3486,7 +3486,7 @@ does not use SSH and requires a pre-shared symmetric key.")
(delete-file "lib/version.h")
(delete-file "vtysh/extract.pl")))))
(build-system gnu-build-system)
- (native-inputs (list gawk gcc-9 pkg-config perl dejagnu))
+ (native-inputs (list gawk gcc-7 pkg-config perl dejagnu))
(inputs (list c-ares libxcrypt readline))
(synopsis "Routing Software Suite")
(description "Quagga is a routing software suite, providing implementations