diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-03 09:28:29 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:41:48 +0000 |
| commit | ca800541dd24c3903f7e10ed5aaa98e839d505a7 (patch) | |
| tree | be30d03d977a3eb488ee68b69beda908398bf1a3 /gnu/packages/networking.scm | |
| parent | f3819c1a624ac1e58692f9517162fa31b6c9b446 (diff) | |
gnu: go-github-com-vishvananda-netns: Update to 0.0.5.
* gnu/packages/networking.scm (go-github-com-vishvananda-netns): Update to 0.0.5.
Change-Id: I73d07d24e5f73f139df6fcc1fb5770299cbe94b5
Diffstat (limited to 'gnu/packages/networking.scm')
| -rw-r--r-- | gnu/packages/networking.scm | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 295c2421eca..2db089f2616 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -1954,7 +1954,7 @@ virtual machines, and certificates.") | |||
| 1954 | (define-public go-github-com-vishvananda-netns | 1954 | (define-public go-github-com-vishvananda-netns |
| 1955 | (package | 1955 | (package |
| 1956 | (name "go-github-com-vishvananda-netns") | 1956 | (name "go-github-com-vishvananda-netns") |
| 1957 | (version "0.0.4") | 1957 | (version "0.0.5") |
| 1958 | (source | 1958 | (source |
| 1959 | (origin | 1959 | (origin |
| 1960 | (method git-fetch) | 1960 | (method git-fetch) |
| @@ -1963,20 +1963,13 @@ virtual machines, and certificates.") | |||
| 1963 | (commit (string-append "v" version)))) | 1963 | (commit (string-append "v" version)))) |
| 1964 | (file-name (git-file-name name version)) | 1964 | (file-name (git-file-name name version)) |
| 1965 | (sha256 | 1965 | (sha256 |
| 1966 | (base32 "0rci8c211m57nya9il81fz6459pia3dj5i4b16fp34vjrkcxliml")))) | 1966 | (base32 "1f96fbmjq93msdfxmicnypnn2lzvi7jrxy82fiyd9gwxdapfd061")))) |
| 1967 | (build-system go-build-system) | 1967 | (build-system go-build-system) |
| 1968 | (arguments | 1968 | (arguments |
| 1969 | (list | 1969 | (list |
| 1970 | #:import-path "github.com/vishvananda/netns" | 1970 | ;; Tests fail with error: operation not permitted. |
| 1971 | #:phases | 1971 | #:test-flags #~(list "-skip" "TestGetNewSetDelete|TestThreaded") |
| 1972 | #~(modify-phases %standard-phases | 1972 | #:import-path "github.com/vishvananda/netns")) |
| 1973 | (add-after 'unpack 'disable-failing-tests | ||
| 1974 | (lambda* (#:key tests? unpack-path #:allow-other-keys) | ||
| 1975 | (with-directory-excursion (string-append "src/" unpack-path) | ||
| 1976 | (substitute* (find-files "." "\\_test.go$") | ||
| 1977 | ;; Disable tests requiring root access. | ||
| 1978 | (("TestGetNewSetDelete") "OffTestGetNewSetDelete") | ||
| 1979 | (("TestThreaded") "OffTestThreaded")))))))) | ||
| 1980 | (propagated-inputs | 1973 | (propagated-inputs |
| 1981 | (list go-golang-org-x-sys)) | 1974 | (list go-golang-org-x-sys)) |
| 1982 | (home-page "https://github.com/vishvananda/netns") | 1975 | (home-page "https://github.com/vishvananda/netns") |
