Merge pull request #20061 from Profpatsch/haskell-libsystemd-journald

haskellPackages: fix libsystemd-journal
This commit is contained in:
Peter Simons 2016-11-02 08:18:27 +01:00 committed by GitHub
commit 382f97ecc2

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 ];
});
}