commit 3a1380968f682fae8cc15f05d8c9002d1f14ed3e parent 9156e3a4f93d306bfbcd778ac968bacaaf1a7a0f Author: Nikolay Korotkiy <sikmir@gmail.com> Date: Sun, 24 Oct 2021 10:48:38 +0300 garta: enable on darwin Diffstat:
M | pkgs/gpx/garta/default.nix | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pkgs/gpx/garta/default.nix b/pkgs/gpx/garta/default.nix @@ -55,7 +55,6 @@ rustPlatform.buildRustPackage rec { inherit (src.meta) homepage; license = licenses.gpl3Plus; maintainers = [ maintainers.sikmir ]; - platforms = platforms.linux; - skip.ci = stdenv.isDarwin; + platforms = platforms.unix; }; }