From 7a0be26f6070dca8bada1c96b33df0a9fe03ad37 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 7 Sep 2015 12:45:23 +0200 Subject: [PATCH] ip2location{,-c}: platforms.{unix -> linux} Build fails on Darwin. See: http://hydra.nixos.org/build/25638456 http://hydra.nixos.org/build/25638462 --- pkgs/development/libraries/ip2location-c/default.nix | 2 +- pkgs/tools/networking/ip2location/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/ip2location-c/default.nix b/pkgs/development/libraries/ip2location-c/default.nix index 2ce18b96ddc0..7bf4e746db4c 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 ]; }; } 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 ]; }; }