Fix mkosi on Arch Linux

/* test compression */
XZ compression finished (38280 -> 11756 bytes, 30.7%)
sh: diff: command not found
Assertion 'system(cmd) == 0' failed at src/journal/test-compress.c:198,
function test_compress_stream(). Aborting.

The journal compression test shells out to diff, so include diffutils as
a BuildPackage on Arch.

Remaining fixes in https://github.com/systemd/mkosi/pull/377
This commit is contained in:
Kevin Kuehler 2019-10-31 02:32:23 -07:00
parent 644ee25461
commit 9e05564006
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ BuildPackages=
cryptsetup
curl
dbus
diffutils
docbook-xsl
elfutils
gcc