mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
haskell-ip: use version 1.5.x to fix the build
This commit is contained in:
parent
e1126316d7
commit
af37181eed
|
@ -1276,4 +1276,7 @@ self: super: {
|
||||||
# Test suite won't link for no apparent reason.
|
# Test suite won't link for no apparent reason.
|
||||||
constraints-deriving = dontCheck super.constraints-deriving;
|
constraints-deriving = dontCheck super.constraints-deriving;
|
||||||
|
|
||||||
|
# The old LTS-13.x version does not compile.
|
||||||
|
ip = self.ip_1_5_0;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -6190,7 +6190,6 @@ broken-packages:
|
||||||
- iostring
|
- iostring
|
||||||
- iothread
|
- iothread
|
||||||
- iotransaction
|
- iotransaction
|
||||||
- ip
|
|
||||||
- ip2location
|
- ip2location
|
||||||
- ip2proxy
|
- ip2proxy
|
||||||
- ipatch
|
- ipatch
|
||||||
|
|
|
@ -134398,8 +134398,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Library for IP and MAC addresses";
|
description = "Library for IP and MAC addresses";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ip-quoter" = callPackage
|
"ip-quoter" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue