Merge pull request #20061 from Profpatsch/haskell-libsystemd-journald
haskellPackages: fix libsystemd-journal
This commit is contained in:
commit
382f97ecc2
@ -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 ];
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user