Unverified Commit 9db7a797 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

liblas: rename from libLAS (#488480)

parents e1f34a09 bfa6974a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "libLAS";
  pname = "liblas";
  version = "1.8.1";

  src = fetchurl {
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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