gnu: weechat: Fix patching of assignments to 'python2_bin'. Fixes a regression introduced in a9346fa. * gnu/packages/weechat.scm (weechat)[arguments]: Make sure PYTHON2_BIN can be freed with 'free'.
1 files changed, 3 insertions(+), 3 deletions(-) M gnu/packages/weechat.scm
M gnu/packages/weechat.scm => gnu/packages/weechat.scm +3 -3
@@ 87,10 87,10 @@ (add-before 'build 'set-python-file-name (lambda* (#:key inputs #:allow-other-keys) (substitute* "src/plugins/python/weechat-python.c" (("python2_bin = .*;") (string-append "python2_bin = \"" (("python2_bin = weechat_python_get_python2_bin.*;") (string-append "python2_bin = strdup (\"" (assoc-ref inputs "python") "/bin/python\";\n"))) "/bin/python\");\n"))) #t))))) (synopsis "Extensible chat client") (description "WeeChat (Wee Enhanced Environment for Chat) is an