1 { lib, stdenv, fetchFromGitHub, boost, cmake, }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0mhplcpni4p8lavrq4fz9qq8mbxhvpnlxzy55yrz8y07d76ajg6y";
14 nativeBuildInputs = [ cmake ];
16 buildInputs = [ boost ];
19 description = "Manipulate mmCIF and PDB files";
20 homepage = "https://github.com/PDB-REDO/libcifpp";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ natsukium ];
23 platforms = platforms.unix;