Unverified Commit 3cef5922 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

lastools: rename from LAStools (#488290)

parents 20d42cd5 4bb4fd61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "LAStools";
  pname = "lastools";
  version = "2.0.4";

  src = fetchFromGitHub {
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  cmake,
  gmp,
  onetbb,
  LAStools,
  lastools,
  eigen,
  mpfr,
  numpy,
@@ -60,7 +60,7 @@ buildPythonPackage rec {
    eigen
  ]
  ++ lib.optionals withLAS [
    LAStools
    lastools
  ];

  dependencies = [
+1 −0
Original line number Diff line number Diff line
@@ -961,6 +961,7 @@ mapAliases {
  lanzaboote-tool = throw "lanzaboote-tool has been removed due to lack of integration maintenance with nixpkgs. Consider using the Nix expressions provided by https://github.com/nix-community/lanzaboote"; # Added 2025-07-23
  larynx = throw "'larynx' has been renamed to/replaced by 'piper-tts'"; # Converted to throw 2025-10-27
  lash = throw "'lash' has been removed, as it is unmaintained upstream"; # Added 2026-01-02
  LAStools = lastools; # Added 2026-02-08
  LASzip2 = throw "'LASzip2' has been renamed to/replaced by 'laszip_2'"; # Converted to throw 2025-10-27
  LASzip = throw "'LASzip' has been renamed to/replaced by 'laszip'"; # Converted to throw 2025-10-27
  latinmodern-math = throw "'latinmodern-math' has been renamed to/replaced by 'lmmath'"; # Converted to throw 2025-10-27