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!
|
# 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
|
, transformers, uniplate, unixBytestring, unorderedContainers, uuid
|
||||||
, vector
|
, vector
|
||||||
}:
|
}:
|
||||||
@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
hashable hsyslog pipes pipesSafe text transformers uniplate
|
hashable hsyslog pipes pipesSafe text transformers uniplate
|
||||||
unixBytestring unorderedContainers uuid vector
|
unixBytestring unorderedContainers uuid vector
|
||||||
];
|
];
|
||||||
extraLibraries = [ systemd-journal ];
|
extraLibraries = [ systemd ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/libsystemd-journal";
|
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 {};
|
liblastfm = callPackage ../development/libraries/haskell/liblastfm {};
|
||||||
|
|
||||||
libsystemdJournal = callPackage ../development/libraries/haskell/libsystemd-journal {
|
libsystemdJournal = callPackage ../development/libraries/haskell/libsystemd-journal {};
|
||||||
systemd-journal = pkgs.systemd;
|
|
||||||
};
|
|
||||||
|
|
||||||
libxmlSax = callPackage ../development/libraries/haskell/libxml-sax {};
|
libxmlSax = callPackage ../development/libraries/haskell/libxml-sax {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user