haskell-libsystemd-journal: re-generate expression with cabal2nix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, hashable, hsyslog, pipes, pipesSafe, systemd-journal, text
|
||||
{ cabal, hashable, hsyslog, pipes, pipesSafe, systemd, text
|
||||
, transformers, uniplate, unixBytestring, unorderedContainers, uuid
|
||||
, vector
|
||||
}:
|
||||
@@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
|
||||
hashable hsyslog pipes pipesSafe text transformers uniplate
|
||||
unixBytestring unorderedContainers uuid vector
|
||||
];
|
||||
extraLibraries = [ systemd-journal ];
|
||||
extraLibraries = [ systemd ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/ocharles/libsystemd-journal";
|
||||
|
||||
Reference in New Issue
Block a user