mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
gecode: meta information
This commit is contained in:
parent
4aed828dd0
commit
6f2ffe2198
|
@ -10,4 +10,12 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = http://www.gecode.org;
|
||||
description = "Toolkit for developing constraint-based systems";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ maintainers.manveru ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue