diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-10-08 08:35:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-15 18:40:09 +0200 |
commit | d268c964af758d83135f82489846210fe7bd8491 (patch) | |
tree | 43ccb94a9481c070287066c4b94aa5c6ceba20c2 /gnu/packages/telephony.scm | |
parent | d3a82bbad252dbc10edbc3bfaa09ae0135e745b7 (diff) | |
download | guix-d268c964af758d83135f82489846210fe7bd8491.tar guix-d268c964af758d83135f82489846210fe7bd8491.tar.gz |
gnu: sipwitch: Fix build.
* gnu/packages/telephony.scm (sipwitch): Fix build.
[origin]<patches>: Add sipwitch-fix-build-with-exosip5.patch here...
* gnu/packages/patches: ...here and...
* gnu/local.mk: ...here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 714982c5b0..99a8486b7f 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -409,7 +409,9 @@ multiplayer games.") (uri (string-append "mirror://gnu/sipwitch/sipwitch-" version ".tar.gz")) (sha256 (base32 - "10lli9c703d7qbarzc0lgmz963ppncvnrklwrnri0s1zcmmahyia")))) + "10lli9c703d7qbarzc0lgmz963ppncvnrklwrnri0s1zcmmahyia")) + (patches + (search-patches "sipwitch-fix-build-with-exosip5.patch")))) (build-system gnu-build-system) ;; The configure.ac uses pkg-config but in a kludgy way which breaks when ;; cross-compiling. Among other issues there the program name "pkg-config" |