1
0
Fork 1
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:
Peter Simons 2019-06-13 22:08:49 +02:00
parent e1126316d7
commit af37181eed
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -6190,7 +6190,6 @@ broken-packages:
- iostring - iostring
- iothread - iothread
- iotransaction - iotransaction
- ip
- ip2location - ip2location
- ip2proxy - ip2proxy
- ipatch - ipatch

View file

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