diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-06-10 15:49:10 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-06-10 16:03:35 +0200 |
commit | fc51c11b9d2534050ee32ea4598dc1ccef911913 (patch) | |
tree | 5d556599d9da210163925a9b71aed4d2d166de66 /gnu/packages/telephony.scm | |
parent | e6c8199b66e8309a329c8693dbb5ddbfa44ec20e (diff) | |
download | gnu-guix-fc51c11b9d2534050ee32ea4598dc1ccef911913.tar gnu-guix-fc51c11b9d2534050ee32ea4598dc1ccef911913.tar.gz |
gnu: mumble: Fix build with Boost 1.66.
Fixes <https://bugs.gnu.org/31775>.
* gnu/packages/patches/mumble-1.2.19-abs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (mumble)[source]: Add it.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 6b625b5d3f..201cd8099a 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -387,6 +387,7 @@ address of one of the participants.") (sha256 (base32 "1s60vaici3v034jzzi20x23hsj6mkjlc0glipjq4hffrg9qgnizh")) + (patches (search-patches "mumble-1.2.19-abs.patch")) (modules '((guix build utils))) (snippet `(begin |