gecode: fix meta

This commit is contained in:
Michael Fellinger 2014-09-10 16:15:24 +02:00
parent 6f2ffe2198
commit b3594998d3

View File

@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ];
meta = {
license = stdenv.lib.licenses.mit;
meta = with stdenv.lib; {
license = licenses.mit;
homepage = http://www.gecode.org;
description = "Toolkit for developing constraint-based systems";
platforms = stdenv.lib.platforms.all;
platforms = platforms.all;
maintainers = [ maintainers.manveru ];
};
}