summary refs log tree commit diff
path: root/pkgs/development/libraries/ip2location-c
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/development/libraries/ip2location-c
parentdf592a6535d1800a99bed83747a5756d3fc149a4 (diff)
downloadnixpkgs-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar
nixpkgs-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.gz
nixpkgs-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.bz2
nixpkgs-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.lz
nixpkgs-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.xz
nixpkgs-7a0be26f6070dca8bada1c96b33df0a9fe03ad37.tar.zst
nixpkgs-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/development/libraries/ip2location-c')
-rw-r--r--pkgs/development/libraries/ip2location-c/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ip2location-c/default.nix b/pkgs/development/libraries/ip2location-c/default.nix
index 2ce18b96ddc..7bf4e746db4 100644
--- a/pkgs/development/libraries/ip2location-c/default.nix
+++ b/pkgs/development/libraries/ip2location-c/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
     '';
     homepage = http://www.ip2location.com/developers/c-7;
     license = with licenses; [ gpl3Plus lgpl3Plus ];
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];
   };
 }