mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python310Packages.dnachisel: add format
- disable on unsupported Python releases
This commit is contained in:
parent
f09bde4cd0
commit
e85f0c7cf6
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, numpy
|
||||
, proglog
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, python-codon-tables
|
||||
, primer3
|
||||
, genome-collector
|
||||
|
@ -16,6 +17,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "dnachisel";
|
||||
version = "3.2.11";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Edinburgh-Genome-Foundry";
|
||||
|
|
Loading…
Reference in a new issue