diff options
author | Adrian Fullmer <adrianfullmer@yahoo.com> | 2020-03-14 11:59:58 -0500 |
---|---|---|
committer | Guix Patches Tester <> | 2020-03-14 19:37:10 +0000 |
commit | fd5946ce65f21020fa3fa8c79c54f28943859125 (patch) | |
tree | 338c2123519549feaa2b108fc9ce08f07d39e128 | |
parent | 6ceb771657bdc3516c6c22f43532ff67d75465f6 (diff) | |
download | patches-fd5946ce65f21020fa3fa8c79c54f28943859125.tar patches-fd5946ce65f21020fa3fa8c79c54f28943859125.tar.gz |
gnu: bitlbee-discord: Fix build failure
-rw-r--r-- | gnu/packages/messaging.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f8b743f766..72c505c6d9 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -248,6 +248,9 @@ identi.ca and status.net).") (replace 'configure (lambda* (#:key inputs outputs #:allow-other-keys) (invoke "./configure" + (string-append "--with-bdatadir=" + (assoc-ref outputs "out") + "/share/bitlbee/") (string-append "--with-plugindir=" (assoc-ref outputs "out") "/lib/bitlbee/"))))))) |