forked from mirrors/nixpkgs
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:
parent
df592a6535
commit
7a0be26f60
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue