10 stdenv.mkDerivation rec {
11 pname = "coordgenlibs";
14 src = fetchFromGitHub {
15 owner = "schrodinger";
18 sha256 = "sha256-casFPNbPv9mkKpzfBENW7INClypuCO1L7clLGBXvSvI=";
21 nativeBuildInputs = [ cmake ];
22 buildInputs = [ boost zlib maeparser ];
25 description = "Schrodinger-developed 2D Coordinate Generation";
26 maintainers = [ maintainers.rmcgibbo ];
27 license = licenses.bsd3;