haskellPackages: fix libsystemd-journal
This commit is contained in:
parent
fac1168816
commit
83317f7d04
|
@ -1045,4 +1045,10 @@ self: super: {
|
||||||
# note: the library is unmaintained, no upstream issue
|
# note: the library is unmaintained, no upstream issue
|
||||||
dataenc = doJailbreak super.dataenc;
|
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 ];
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue