1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

opencpn: Set platforms to x86_64-linux exclusively

Other platforms are failing
This commit is contained in:
Silvan Mosberger 2018-11-10 14:25:41 +01:00
parent 7f5bf98bd1
commit 2ebfacd249
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A concise ChartPlotter/Navigator";
maintainers = [ stdenv.lib.maintainers.kragniz ];
platforms = stdenv.lib.platforms.all;
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
homepage = https://opencpn.org/;
};