gecode: fix meta
This commit is contained in:
parent
6f2ffe2198
commit
b3594998d3
@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
license = stdenv.lib.licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = http://www.gecode.org;
|
homepage = http://www.gecode.org;
|
||||||
description = "Toolkit for developing constraint-based systems";
|
description = "Toolkit for developing constraint-based systems";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.manveru ];
|
maintainers = [ maintainers.manveru ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user