cln: add license

This commit is contained in:
Markus Kowalewski 2018-09-30 11:15:47 +02:00
parent e86c84d607
commit e978d7a9f2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -11,10 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp ];
meta = {
meta = with stdenv.lib; {
description = "C/C++ library for numbers, a part of GiNaC";
homepage = http://www.ginac.de/CLN/;
maintainers = [ ];
platforms = stdenv.lib.platforms.unix; # Once had cygwin problems
license = licenses.gpl2;
platforms = platforms.unix; # Once had cygwin problems
};
}