Commit 4b745cb5 authored by Doron Behar's avatar Doron Behar
Browse files

lpcnet: Rename from LPCNet

parent 35c32dcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  fetchFromGitHub,
  cmake,
  freedvSupport ? false,
  LPCNet,
  lpcnet,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = lib.optionals freedvSupport [
    LPCNet
    lpcnet
  ];

  # we need to unset these variables from stdenv here and then set their equivalents in the cmake flags
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  libpulseaudio,
  libsamplerate,
  libsndfile,
  LPCNet,
  lpcnet,
  portaudio,
  speexdsp,
  hamlib_4,
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
    codec2
    libsamplerate
    libsndfile
    LPCNet
    lpcnet
    speexdsp
    hamlib_4
    wxGTK32
+1 −0
Original line number Diff line number Diff line
@@ -1809,6 +1809,7 @@ mapAliases {
    prefix = "lib";
  }) libtransmission_3; # Added 2024-06-10
  lpcnetfreedv = throw "lpcnetfreedv was removed in favor of LPCNet"; # Added 2025-05-05
  LPCNet = lpcnet; # Added 2025-05-05
  tracker = lib.warnOnInstantiate "tracker has been renamed to tinysparql" tinysparql; # Added 2024-09-30
  tracker-miners = lib.warnOnInstantiate "tracker-miners has been renamed to localsearch" localsearch; # Added 2024-09-30
  transcode = throw "transcode has been removed as it is unmaintained"; # Added 2024-12-11