Loading pkgs/applications/science/astronomy/calcmysky/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , glm , eigen , qtbase , stellarium }: stdenv.mkDerivation rec { Loading @@ -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"; Loading Loading
pkgs/applications/science/astronomy/calcmysky/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , glm , eigen , qtbase , stellarium }: stdenv.mkDerivation rec { Loading @@ -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"; Loading