mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
cln: add license
This commit is contained in:
parent
e86c84d607
commit
e978d7a9f2
@ -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…
Reference in New Issue
Block a user