Unverified Commit e913839f authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

paup: Rename paup to paup-cli (#341265)

parents d0d0a083 4fc7130a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

stdenvNoCC.mkDerivation {
  pname = "paup";
  pname = "paup-cli";
  version = "4.0a168";

  src = fetchurl {
+2 −2
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -924,6 +924,7 @@ mapAliases {
  paperless-ng = paperless-ngx; # Added 2022-04-11
  partition-manager = libsForQt5.partitionmanager; # Added 2024-01-08
  patchelfStable = patchelf; # Added 2024-01-25
  paup =  paup-cli; # Added 2024-09-11
  pcsctools = pcsc-tools; # Added 2023-12-07
  pcsxr = throw "pcsxr was removed as it has been abandoned for over a decade; please use DuckStation, Mednafen, or the RetroArch PCSX ReARMed core"; # Added 2024-08-20
  pdf4tcl = tclPackages.pdf4tcl; # Added 2024-10-02