Merge pull request #137778 from sikmir/gpscorrelate

gpscorrelate: enable on darwin
This commit is contained in:
Sandro
2021-09-14 14:02:47 +02:00
committed by GitHub
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
homepage = "https://dfandrich.github.io/gpscorrelate/";
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ sikmir ];
};
}