haskell-hsyslog: update version override

And move it from configuration-nix to configuration-common.
This commit is contained in:
Peter Simons 2017-07-07 17:32:28 +02:00
parent 6de60af3a9
commit 47feb45313
2 changed files with 3 additions and 3 deletions

View file

@ -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; };
}

View file

@ -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; };
}