summaryrefslogtreecommitdiff
path: root/.mkosi
diff options
context:
space:
mode:
authorKevin Kuehler <keur@xcf.berkeley.edu>2019-10-31 02:32:23 -0700
committerKevin Kuehler <keur@xcf.berkeley.edu>2019-10-31 02:32:23 -0700
commit9e05564006ada86f6e2777506a5e2b45308a4e5c (patch)
tree3e3df98ed46ed8d836979389a2c511cb75fddf80 /.mkosi
parent644ee2546102f9aa12b11c28b3c5e80b62beb157 (diff)
downloadsystemd-9e05564006ada86f6e2777506a5e2b45308a4e5c.tar.gz
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
Diffstat (limited to '.mkosi')
-rw-r--r--.mkosi/mkosi.arch1
1 files changed, 1 insertions, 0 deletions
diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch
index 0561fece11..ce0c1ae38e 100644
--- a/.mkosi/mkosi.arch
+++ b/.mkosi/mkosi.arch
@@ -23,6 +23,7 @@ BuildPackages=
cryptsetup
curl
dbus
+ diffutils
docbook-xsl
elfutils
gcc