mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
opencpn: Set platforms to x86_64-linux exclusively
Other platforms are failing
This commit is contained in:
parent
7f5bf98bd1
commit
2ebfacd249
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A concise ChartPlotter/Navigator";
|
description = "A concise ChartPlotter/Navigator";
|
||||||
maintainers = [ stdenv.lib.maintainers.kragniz ];
|
maintainers = [ stdenv.lib.maintainers.kragniz ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = [ "x86_64-linux" ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
homepage = https://opencpn.org/;
|
homepage = https://opencpn.org/;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue