summary refs log tree commit diff
path: root/pkgs/tools/networking/ip2location
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-07 12:45:23 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-07 12:46:11 +0200
commit7a0be26f6070dca8bada1c96b33df0a9fe03ad37 (patch)
treea9bac5e1eb559ed08b9b319f0e67619d228116f0 /pkgs/tools/networking/ip2location
parentdf592a6535d1800a99bed83747a5756d3fc149a4 (diff)
downloadnixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar
nixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.gz
nixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.bz2
nixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.lz
nixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.xz
nixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.zst
nixlib-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.zip
ip2location{,-c}: platforms.{unix -> linux}
Build fails on Darwin. See:
http://hydra.nixos.org/build/25638456
http://hydra.nixos.org/build/25638462
Diffstat (limited to 'pkgs/tools/networking/ip2location')
-rw-r--r--pkgs/tools/networking/ip2location/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ip2location/default.nix b/pkgs/tools/networking/ip2location/default.nix
index 0f365a1caa2b..18fd2d12131d 100644
--- a/pkgs/tools/networking/ip2location/default.nix
+++ b/pkgs/tools/networking/ip2location/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
     '';
     homepage = http://www.ip2location.com/free/applications;
     license = with licenses; [ gpl3Plus lgpl3Plus ];
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];
   };
 }