9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
14 owner = "schrodinger";
17 sha256 = "sha256-9KxCR/spIZzePjmZe8qihIi1hEhPvxg/9dAlYmHxZPs=";
20 nativeBuildInputs = [ cmake ];
21 buildInputs = [ boost zlib ];
24 homepage = "https://github.com/schrodinger/maeparser";
25 description = "Maestro file parser";
26 maintainers = [ maintainers.rmcgibbo ];
27 license = licenses.mit;
28 platforms = platforms.unix;