10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 tag = "v${finalAttrs.version}";
18 hash = "sha256-PD811D/n++PM45H/BatlLiMaIeUEiisLU/bGhiUhPU0=";
26 # disable network access
27 "-DCIFPP_DOWNLOAD_CCD=OFF"
36 # cmake requires the existence of this directory when building dssp
38 mkdir -p $out/share/libcifpp
42 description = "Manipulate mmCIF and PDB files";
43 homepage = "https://github.com/PDB-REDO/libcifpp";
44 changelog = "https://github.com/PDB-REDO/libcifpp/releases/tag/v${finalAttrs.version}";
45 license = licenses.bsd2;
46 maintainers = with maintainers; [ natsukium ];
47 platforms = platforms.unix;