haskell-libsystemd-journal: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
aa91690dad
commit
65aa665db2
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||||
unixBytestring unorderedContainers uuid vector
|
unixBytestring unorderedContainers uuid vector
|
||||||
];
|
];
|
||||||
extraLibraries = [ systemd-journal ];
|
extraLibraries = [ systemd-journal ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/libsystemd-journal";
|
homepage = "http://github.com/ocharles/libsystemd-journal";
|
||||||
description = "Haskell bindings to libsystemd-journal";
|
description = "Haskell bindings to libsystemd-journal";
|
||||||
|
|
Loading…
Reference in New Issue