Unverified Commit f9eed769 authored by Nick Cao's avatar Nick Cao
Browse files

calcmysky: add stellarium to tests

parent c196ad4d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";