haskell-network-bsd: fix the build in LTS-13.x
This commit is contained in:
parent
fa1741985b
commit
841547a566
@ -1282,4 +1282,7 @@ self: super: {
|
|||||||
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
|
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
|
||||||
yesod-markdown = doJailbreak super.yesod-markdown;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -7178,7 +7178,6 @@ broken-packages:
|
|||||||
- netwire-vinylglfw-examples
|
- netwire-vinylglfw-examples
|
||||||
- network-address
|
- network-address
|
||||||
- network-anonymous-i2p
|
- network-anonymous-i2p
|
||||||
- network-bsd
|
|
||||||
- network-builder
|
- network-builder
|
||||||
- network-bytestring
|
- network-bytestring
|
||||||
- network-connection
|
- network-connection
|
||||||
|
@ -162199,8 +162199,6 @@ self: {
|
|||||||
libraryHaskellDepends = [ base deepseq network ];
|
libraryHaskellDepends = [ base deepseq network ];
|
||||||
description = "POSIX network database (<netdb.h>) API";
|
description = "POSIX network database (<netdb.h>) API";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"network-builder" = callPackage
|
"network-builder" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user