diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-19 13:51:55 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-19 15:17:37 +0200 |
| commit | d02e2f5dd210d27390011239010788a254abac7a (patch) | |
| tree | 41aa22b6c6ec3aceda240ecd5f47d66bc2d4a5ae /gnu | |
| parent | 763bd56e6429f43fe75223deb383d84c62536b0f (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.scm | 2 |
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.") | |||
| 3486 | (delete-file "lib/version.h") | 3486 | (delete-file "lib/version.h") |
| 3487 | (delete-file "vtysh/extract.pl"))))) | 3487 | (delete-file "vtysh/extract.pl"))))) |
| 3488 | (build-system gnu-build-system) | 3488 | (build-system gnu-build-system) |
| 3489 | (native-inputs (list gawk gcc-9 pkg-config perl dejagnu)) | 3489 | (native-inputs (list gawk gcc-7 pkg-config perl dejagnu)) |
| 3490 | (inputs (list c-ares libxcrypt readline)) | 3490 | (inputs (list c-ares libxcrypt readline)) |
| 3491 | (synopsis "Routing Software Suite") | 3491 | (synopsis "Routing Software Suite") |
| 3492 | (description "Quagga is a routing software suite, providing implementations | 3492 | (description "Quagga is a routing software suite, providing implementations |
