mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vde2: Update to 2.3.3; fixes build with gcc-14.
* gnu/packages/networking.scm (vde2): Update to 2.3.3. Change-Id: I25eec78970e827de4c55c28972366f91683bcf38
This commit is contained in:
parent
c7e570ca29
commit
d0f1a986e1
1 changed files with 6 additions and 7 deletions
|
@ -67,6 +67,7 @@
|
|||
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
|
||||
;;; Copyright © 2025 Sughosha <sughosha@disroot.org>
|
||||
;;; Copyright © 2025 B. Wilson <elaexuotee@wilsonb.com>
|
||||
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -4576,20 +4577,18 @@ some traces for unprivileged users.")
|
|||
license:lgpl2.1+)))) ;for the libsupp subdirectory
|
||||
|
||||
(define-public vde2
|
||||
(let ((commit "8c65ebc464b2f986d5f1f4e6ae829ef4480c9d5a")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "vde2")
|
||||
(version (git-version "2.3.2" revision commit))
|
||||
(version "2.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/virtualsquare/vde-2")
|
||||
(commit commit)))
|
||||
(url "https://github.com/virtualsquare/vde-2")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l5xf71sv9zm5zw0wg8xgip58c0wh8zck2bazyc2a8gb67gc3s8y"))))
|
||||
(base32 "0rgsizq6mhmrfc2nm2pdakp3g39b565qaskvv5fqk5grp03r1zk1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-build? #f)) ; Build fails if #t.
|
||||
|
@ -4608,7 +4607,7 @@ cables.")
|
|||
license:lgpl2.1 ; libvdeplug
|
||||
(license:non-copyleft ; slirpvde
|
||||
"file://COPYING.slirpvde"
|
||||
"See COPYING.slirpvde in the distribution."))))))
|
||||
"See COPYING.slirpvde in the distribution.")))))
|
||||
|
||||
(define-public lldpd
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue