11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${finalAttrs.version}";
19 hash = "sha256-ThQInyVuf8ejkidne/T3GdPBbf3HeThDBwWQEWB+JMI=";
34 description = "Calculate the most likely secondary structure assignment given the 3D structure of a protein";
35 mainProgram = "mkdssp";
36 homepage = "https://github.com/PDB-REDO/dssp";
37 changelog = "https://github.com/PDB-REDO/dssp/releases/tag/${lib.removePrefix "refs/tags/" finalAttrs.src.rev}";
38 license = licenses.bsd2;
39 maintainers = with maintainers; [ natsukium ];
40 platforms = platforms.unix;