Loading pkgs/development/libraries/libcifpp/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -3,20 +3,19 @@ , boost , cmake , fetchFromGitHub , fetchpatch , eigen , zlib }: stdenv.mkDerivation (finalAttrs: { pname = "libcifpp"; version = "7.0.3"; version = "7.0.4"; src = fetchFromGitHub { owner = "PDB-REDO"; repo = "libcifpp"; rev = "refs/tags/v${finalAttrs.version}"; hash = "sha256-YRK648gJ2UlgeG5GHMjTid1At0lYt7Zqu4/+O5WG/OM="; hash = "sha256-/dX77KRYmTIj8jxRzQRlpG/ktqDL1jjySux/JqHnE3I="; }; nativeBuildInputs = [ Loading @@ -34,6 +33,11 @@ stdenv.mkDerivation (finalAttrs: { zlib ]; # cmake requires the existence of this directory when building dssp postInstall = '' mkdir -p $out/share/libcifpp ''; meta = with lib; { description = "Manipulate mmCIF and PDB files"; homepage = "https://github.com/PDB-REDO/libcifpp"; Loading Loading
pkgs/development/libraries/libcifpp/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -3,20 +3,19 @@ , boost , cmake , fetchFromGitHub , fetchpatch , eigen , zlib }: stdenv.mkDerivation (finalAttrs: { pname = "libcifpp"; version = "7.0.3"; version = "7.0.4"; src = fetchFromGitHub { owner = "PDB-REDO"; repo = "libcifpp"; rev = "refs/tags/v${finalAttrs.version}"; hash = "sha256-YRK648gJ2UlgeG5GHMjTid1At0lYt7Zqu4/+O5WG/OM="; hash = "sha256-/dX77KRYmTIj8jxRzQRlpG/ktqDL1jjySux/JqHnE3I="; }; nativeBuildInputs = [ Loading @@ -34,6 +33,11 @@ stdenv.mkDerivation (finalAttrs: { zlib ]; # cmake requires the existence of this directory when building dssp postInstall = '' mkdir -p $out/share/libcifpp ''; meta = with lib; { description = "Manipulate mmCIF and PDB files"; homepage = "https://github.com/PDB-REDO/libcifpp"; Loading