stellarsolver: enable on non-linux

builds happily on darwin for me
This commit is contained in:
Robert Scott
2022-01-23 19:52:17 +00:00
parent 5404f23417
commit 02ffdfc685
@@ -25,6 +25,6 @@ mkDerivation rec {
description = "Astrometric plate solving library";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hjones2199 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}