diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-29 19:17:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-29 19:17:33 +0100 |
commit | cb7bd0cff5e8ea1c01ba835a4ebba6c9abae7e16 (patch) | |
tree | 10a7c6a85be03c3cba14320658d43bba329152a1 /gnu-system.am | |
parent | 25d188ce12e4e192e4167d03728a8ff69fe0bb35 (diff) | |
download | patches-cb7bd0cff5e8ea1c01ba835a4ebba6c9abae7e16.tar patches-cb7bd0cff5e8ea1c01ba835a4ebba6c9abae7e16.tar.gz |
gnu: weechat: Dynamically link against libpython2.7.so.
* gnu/packages/patches/weechat-python.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/weechat.scm (weechat)[source]: Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index e6af49bd0c..e4eb1d7cc9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -726,6 +726,7 @@ dist_patch_DATA = \ gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-fix-compile.patch \ gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch \ + gnu/packages/patches/weechat-python.patch \ gnu/packages/patches/weex-vacopy.patch \ gnu/packages/patches/wicd-bitrate-none-fix.patch \ gnu/packages/patches/wicd-get-selected-profile-fix.patch \ |