haskell-libsystemd-journal: re-generate expression with cabal2nix
This commit is contained in:
parent
82aab38251
commit
e278868975
@ -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";
|
||||
|
@ -1521,9 +1521,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
liblastfm = callPackage ../development/libraries/haskell/liblastfm {};
|
||||
|
||||
libsystemdJournal = callPackage ../development/libraries/haskell/libsystemd-journal {
|
||||
systemd-journal = pkgs.systemd;
|
||||
};
|
||||
libsystemdJournal = callPackage ../development/libraries/haskell/libsystemd-journal {};
|
||||
|
||||
libxmlSax = callPackage ../development/libraries/haskell/libxml-sax {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user