Skip to content

Commit

Permalink
haskellPackages: fix libsystemd-journal
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed Nov 2, 2016
1 parent fac1168 commit 83317f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
});

}

0 comments on commit 83317f7

Please sign in to comment.