* Add findlib to hydra
svn path=/nixpkgs/trunk/; revision=25205
This commit is contained in:
parent
c93a60d7a3
commit
d3f00b9cf5
@ -50,5 +50,9 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://projects.camlcity.org/projects/findlib.html;
|
homepage = http://projects.camlcity.org/projects/findlib.html;
|
||||||
description = "O'Caml library manager";
|
description = "O'Caml library manager";
|
||||||
license = "MIT/X11";
|
license = "MIT/X11";
|
||||||
|
platforms = ocaml.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
stdenv.lib.maintainers.z77z
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user