Unverified Commit 1271dfd1 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.vina: change 'format = "pyproject"' to 'pyproject = true' (#479856)

parents df940922 58363f06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildPythonPackage {
    meta
    ;

  format = "pyproject";
  pyproject = true;

  sourceRoot = "${autodock-vina.src.name}/build/python";

@@ -29,7 +29,7 @@ buildPythonPackage {
    substituteInPlace setup.py \
      --replace "python_requires='>=3.5.*'" "python_requires='>=3.5'"

    # setupPyBuildFlags are not applied with `format = "pyproject"`
    # setupPyBuildFlags are not applied with `pyproject = true`
    substituteInPlace setup.py \
      --replace "= locate_boost()" "= '${lib.getDev boost}/include', '${boost}/lib'"