1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gecode: meta information

This commit is contained in:
Michael Fellinger 2014-09-10 15:38:25 +02:00
parent 4aed828dd0
commit 6f2ffe2198

View file

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