haskell-hsyslog: update version override
And move it from configuration-nix to configuration-common.
This commit is contained in:
parent
6de60af3a9
commit
47feb45313
@ -873,4 +873,7 @@ self: super: {
|
||||
postInstall = "rm $out/bin/mkReadme && rmdir $out/bin";
|
||||
});
|
||||
|
||||
# Needs a newer version of hsyslog than lts-8.x provides.
|
||||
logging-facade-syslog = super.logging-facade-syslog.override { hsyslog = self.hsyslog_5_0_1; };
|
||||
|
||||
}
|
||||
|
@ -470,7 +470,4 @@ self: super: builtins.intersectAttrs super {
|
||||
# Needs a newer version of brick than lts-8.x provides.
|
||||
hledger-iadd = super.hledger-iadd.override { brick = self.brick_0_19; };
|
||||
|
||||
# Needs a newer version of hsyslog than lts-8.x provides.
|
||||
logging-facade-syslog = super.logging-facade-syslog.override { hsyslog = self.hsyslog_5; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user