liblas: rename from libLAS (#488480)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libLAS";
|
||||
pname = "liblas";
|
||||
version = "1.8.1";
|
||||
|
||||
src = fetchurl {
|
||||
@@ -48,7 +48,7 @@
|
||||
vncSupport ? false,
|
||||
libvncserver,
|
||||
lasSupport ? false,
|
||||
libLAS,
|
||||
liblas,
|
||||
luaSupport ? false,
|
||||
lua,
|
||||
sdlSupport ? false,
|
||||
@@ -108,7 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ lib.optional svgSupport librsvg
|
||||
++ lib.optional pdfSupport poppler
|
||||
++ lib.optional vncSupport libvncserver
|
||||
++ lib.optional lasSupport libLAS
|
||||
++ lib.optional lasSupport liblas
|
||||
++ lib.optional luaSupport lua
|
||||
++ lib.optional sdlSupport SDL2
|
||||
++ lib.optional restSupport asio
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
# io modules
|
||||
cgns,
|
||||
adios2,
|
||||
libLAS,
|
||||
liblas,
|
||||
gdal,
|
||||
pdal,
|
||||
alembic,
|
||||
@@ -138,7 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
) python3Packages.pythonImportsCheckHook;
|
||||
|
||||
buildInputs = [
|
||||
libLAS
|
||||
liblas
|
||||
alembic
|
||||
imath
|
||||
c-blosc
|
||||
|
||||
@@ -996,6 +996,7 @@ mapAliases {
|
||||
libixp_hg = throw "'libixp_hg' has been renamed to/replaced by 'libixp'"; # Converted to throw 2025-10-27
|
||||
libkkc = throw "'libkkc' has been removed due to lack of maintenance. Consider using anthy instead"; # Added 2025-08-28
|
||||
libkkc-data = throw "'libkkc-data' has been removed as it depended on libkkc which was removed"; # Added 2025-08-28
|
||||
libLAS = liblas; # Added 2026-02-08
|
||||
liblinphone = throw "'liblinphone' has been moved to 'linphonePackages.liblinphone'"; # Added 2025-09-20
|
||||
libmesode = throw "'libmesode' has been removed because it was deprecated and archived upstream. Consider using 'libstrophe' instead"; # Added 2026-01-15
|
||||
libmp3splt = throw "'libmp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17
|
||||
|
||||
Reference in New Issue
Block a user