Hi, I noticed xournalpp’s crash reporter depends on binutils’ addr2line binary. When running `guix environment --pure --ad-hoc xournalpp -- xournalpp` you can see lines like `sh: addr2line: command not found`. The attached patch replaces the path by the build-time binutil’s version. Cheers, Lars