cln: add license
This commit is contained in:
parent
e86c84d607
commit
e978d7a9f2
@ -11,10 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ gmp ];
|
buildInputs = [ gmp ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "C/C++ library for numbers, a part of GiNaC";
|
description = "C/C++ library for numbers, a part of GiNaC";
|
||||||
homepage = http://www.ginac.de/CLN/;
|
homepage = http://www.ginac.de/CLN/;
|
||||||
maintainers = [ ];
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.unix; # Once had cygwin problems
|
platforms = platforms.unix; # Once had cygwin problems
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user