haskell-network-bsd: fix the build in LTS-13.x

This commit is contained in:
Peter Simons
2019-04-30 11:43:45 +00:00
parent fa1741985b
commit 841547a566
3 changed files with 3 additions and 3 deletions
@@ -1282,4 +1282,7 @@ self: super: {
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
yesod-markdown = doJailbreak super.yesod-markdown;
# This package needs network 3.x, which is not in LTS-13.x.
network-bsd = super.network-bsd.override { network = self.network_3_0_1_1; };
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super