forked from mirrors/nixpkgs
python310Packages.dnachisel: add changelog to meta
This commit is contained in:
parent
55ae35dc27
commit
f09bde4cd0
|
@ -50,12 +50,16 @@ buildPythonPackage rec {
|
|||
"test_avoid_phage_blast_matches"
|
||||
"test_avoid_matches_with_list"
|
||||
"test_avoid_matches_with_phage"
|
||||
];
|
||||
pythonImportsCheck = [ "dnachisel" ];
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"dnachisel"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Edinburgh-Genome-Foundry/DnaChisel";
|
||||
description = "Optimize DNA sequences under constraints";
|
||||
changelog = "https://github.com/Edinburgh-Genome-Foundry/DnaChisel/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ prusnak ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue