libnova: add license
This commit is contained in:
parent
4877761ab8
commit
cee94fd5f2
@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "18mkx79gyhccp5zqhf6k66sbhv97s7839sg15534ijajirkhw9dc";
|
sha256 = "18mkx79gyhccp5zqhf6k66sbhv97s7839sg15534ijajirkhw9dc";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Celestial Mechanics, Astrometry and Astrodynamics Library";
|
description = "Celestial Mechanics, Astrometry and Astrodynamics Library";
|
||||||
homepage = http://libnova.sf.net;
|
homepage = http://libnova.sf.net;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user