dendropy: switch to paup-cli from paup

This commit is contained in:
Gavin John 2024-09-11 15:41:43 -07:00
parent 1fcd82e7c8
commit 4fc7130a32
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -7,12 +7,12 @@
pythonOlder,
nix-update-script,
setuptools,
paup,
paup-cli,
paupIntegration ? false,
}:
let
paupPath = if paupIntegration then lib.getExe paup else "NONE";
paupPath = if paupIntegration then lib.getExe paup-cli else "NONE";
in
buildPythonPackage rec {
pname = "dendropy";