3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.dnachisel: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-11 15:05:08 +02:00 committed by GitHub
parent 55ae35dc27
commit f09bde4cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};