autodock-vina: 1.2.6 -> 1.2.7

fixes https://hydra.nixos.org/build/285986633
This commit is contained in:
Peder Bergebakken Sundt
2025-05-03 23:32:17 +02:00
parent ab21c69057
commit 2cba7337ec
2 changed files with 8 additions and 3 deletions
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "autodock-vina";
version = "1.2.6";
version = "1.2.7";
src = fetchFromGitHub {
owner = "ccsb-scripps";
repo = "autodock-vina";
tag = "v${finalAttrs.version}";
hash = "sha256-Y0whqBecZt5D/5HEfL005rCq4lAJTr2mUxy5rygCEtc=";
hash = "sha256-AQJl/EUAkdIQJZSN27sbjG7dYbQxeEb8Pd+p2kKRnvA=";
};
sourceRoot = "${finalAttrs.src.name}/build/${
@@ -47,6 +47,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.boost = boost';
meta = with lib; {
description = "One of the fastest and most widely used open-source docking engines";
homepage = "https://vina.scripps.edu/";
@@ -2,12 +2,15 @@
lib,
buildPythonPackage,
autodock-vina,
boost,
swig,
setuptools,
numpy,
}:
let
inherit (autodock-vina) boost;
in
buildPythonPackage {
inherit (autodock-vina)
pname