haskellPackages: fix libsystemd-journal

This commit is contained in:
Profpatsch 2016-11-01 18:36:27 +01:00
parent fac1168816
commit 83317f7d04

View File

@ -1045,4 +1045,10 @@ self: super: {
# note: the library is unmaintained, no upstream issue
dataenc = doJailbreak super.dataenc;
libsystemd-journal = overrideCabal super.libsystemd-journal (old: {
# https://github.com/ocharles/libsystemd-journal/pull/17
jailbreak = true;
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
});
}