haskell-libsystemd-journal: jailbreak to fix build with recent versions of 'text'

This commit is contained in:
Peter Simons 2014-10-31 13:49:40 +01:00
parent aa91690dad
commit 65aa665db2

View File

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
unixBytestring unorderedContainers uuid vector
];
extraLibraries = [ systemd-journal ];
jailbreak = true;
meta = {
homepage = "http://github.com/ocharles/libsystemd-journal";
description = "Haskell bindings to libsystemd-journal";