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, pythonOlder,
nix-update-script, nix-update-script,
setuptools, setuptools,
paup, paup-cli,
paupIntegration ? false, paupIntegration ? false,
}: }:
let let
paupPath = if paupIntegration then lib.getExe paup else "NONE"; paupPath = if paupIntegration then lib.getExe paup-cli else "NONE";
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "dendropy"; pname = "dendropy";