dendropy: switch to paup-cli from paup
This commit is contained in:
parent
1fcd82e7c8
commit
4fc7130a32
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user