cln: add license

wip/yesman
Markus Kowalewski 6 years ago
parent e86c84d607
commit e978d7a9f2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 6
      pkgs/development/libraries/cln/default.nix

@ -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
};
}

Loading…
Cancel
Save