tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gpsbabel: remove failing tests for mac and aarch64
Robert Helgesson
8 years ago
099ce920
f338e990
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
gpsbabel
default.nix
+3
-1
pkgs/applications/misc/gpsbabel/default.nix
···
46
46
# The raymarine and gtm tests fail on i686 despite -ffloat-store.
47
47
+ lib.optionalString stdenv.isi686 "rm -v testo.d/raymarine.test testo.d/gtm.test;"
48
48
# The gtm, kml and tomtom asc tests fail on darwin, see PR #23572.
49
49
-
+ lib.optionalString stdenv.isDarwin "rm -v testo.d/gtm.test testo.d/kml.test testo.d/tomtom_asc.test";
49
49
+
+ lib.optionalString stdenv.isDarwin "rm -v testo.d/gtm.test testo.d/kml.test testo.d/tomtom_asc.test testo.d/classic-2.test"
50
50
+
# The arc-project test fails on aarch64.
51
51
+
+ lib.optionalString stdenv.isAarch64 "rm -v testo.d/arc-project.test";
50
52
51
53
meta = with stdenv.lib; {
52
54
description = "Convert, upload and download data from GPS and Map programs";