Unverified Commit 31f6e6fa authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.primer3: refactor

parent 27496593
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,12 +7,13 @@
, click
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "primer3";
  version = "2.0.3";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -25,6 +26,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    cython
    setuptools
  ] ++ lib.optionals stdenv.isDarwin [
    gcc
  ];