libnova: add license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:19:20 +02:00
parent 4877761ab8
commit cee94fd5f2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -2,15 +2,16 @@
stdenv.mkDerivation rec {
name = "libnova-0.12.3";
src = fetchurl {
url = "mirror://sourceforge/libnova/${name}.tar.gz";
sha256 = "18mkx79gyhccp5zqhf6k66sbhv97s7839sg15534ijajirkhw9dc";
};
meta = {
meta = with stdenv.lib; {
description = "Celestial Mechanics, Astrometry and Astrodynamics Library";
homepage = http://libnova.sf.net;
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}