ip2location{,-c}: platforms.{unix -> linux}

Build fails on Darwin. See:
http://hydra.nixos.org/build/25638456
http://hydra.nixos.org/build/25638462
This commit is contained in:
Tobias Geerinckx-Rice 2015-09-07 12:45:23 +02:00
parent df592a6535
commit 7a0be26f60
2 changed files with 2 additions and 2 deletions

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}