lastools: rename from LAStools
rename to lowercase to fit package naming conventions
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "LAStools";
|
||||
pname = "lastools";
|
||||
version = "2.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -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 = [
|
||||
|
||||
@@ -952,6 +952,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
|
||||
|
||||
Reference in New Issue
Block a user