diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-04-03 17:08:10 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2021-04-11 17:02:30 +0200 |
commit | 3281ba6eae1ead32b5146cfe6af4479dbb72593a (patch) | |
tree | 1d73aafaaf64f13689c803b2c66fd8236c02fe4d /gnu/packages/networking.scm | |
parent | fca8ef0d765f47faed88100e3c9734cfab3768cd (diff) | |
download | guix-3281ba6eae1ead32b5146cfe6af4479dbb72593a.tar guix-3281ba6eae1ead32b5146cfe6af4479dbb72593a.tar.gz |
gnu: lksctp-tools: Fix build of include file.
* gnu/packages/patches/lksctp-tools-1.0.18-fix-header-file-name.patch:
New file.
* gnu/local.mk[patches]: Add it.
* gnu/packages/networking.scm(/lksctp-tools)[source]: Use this patch.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 7f8c68e7dc..5fe9ec26db 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -448,6 +448,8 @@ performance across unpredictable networks, such as the Internet.") (url "https://github.com/sctp/lksctp-tools") (commit (string-append "v" version)))) (file-name (git-file-name name version)) + (patches + (search-patches "lksctp-tools-1.0.18-fix-header-file-name.patch")) (sha256 (base32 "1x4fwzrlzvfa3vcpja97m8w5g9ir2zrh4zs7zksminrnmdrs0dsr")))) (build-system gnu-build-system) |