commit 35655ac1b82484b736934716da00f6ad9172caed
parent fee361ef5318540b04184c37009cf1af2740dc88
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Wed, 30 Jun 2021 00:59:53 +0300
gpxtools: broken on darwin
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/gpx/gpxtools/default.nix b/pkgs/gpx/gpxtools/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation {
license = licenses.gpl3;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
+ broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/127172
};
}