mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
gecode: meta information
This commit is contained in:
parent
4aed828dd0
commit
6f2ffe2198
@ -10,4 +10,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
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 New Issue
Block a user