calcmysky: add stellarium to tests

This commit is contained in:
Nick Cao
2023-06-16 21:12:50 +08:00
parent c196ad4df9
commit f9eed769ca
@@ -6,6 +6,7 @@
, glm
, eigen
, qtbase
, stellarium
}:
stdenv.mkDerivation rec {
@@ -26,6 +27,10 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests = {
inherit stellarium;
};
meta = with lib;{
description = "Simulator of light scattering by planetary atmospheres";
homepage = "https://github.com/10110111/CalcMySky";