Commit f322bbe8 authored by Emily's avatar Emily
Browse files

ustream-ssl-wolfssl: drop

parent ac722e11
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  pkg-config,
  libubox-nossl,
  ssl_implementation,
  additional_buildInputs ? [ ],
}:

stdenv.mkDerivation {
@@ -35,7 +34,7 @@ stdenv.mkDerivation {
    cmake
    pkg-config
  ];
  buildInputs = [ ssl_implementation ] ++ additional_buildInputs;
  buildInputs = [ ssl_implementation ];

  passthru = {
    inherit ssl_implementation;
+1 −0
Original line number Diff line number Diff line
@@ -2051,6 +2051,7 @@ mapAliases {
  unixODBCDrivers = warnAlias "'unixODBCDrivers' has been renamed to 'unixodbcDrivers'" unixodbcDrivers; # Added 2026-02-12
  unrar_6 = throw "'unrar_6' has been renamed to/replaced by 'unrar'"; # Added 2026-03-11
  unzoo = throw "'unzoo' has been removed since it is unmaintained upstream and doesn't compile with newer versions of GCC anymore"; # Removed 2025-05-24
  ustream-ssl-wolfssl = throw "'ustream-ssl-wolfssl' has been removed, use 'ustream-ssl' or 'ustream-ssl-mbedtls'"; # Added 2026-03-29
  usync = throw "'usync' has been removed as it is unused and unmaintained upstream"; # Added 2025-12-18
  util-linuxCurses = throw "'util-linuxCurses' has been renamed to/replaced by 'util-linux'"; # Converted to throw 2025-10-27
  utillinux = warnAlias "'utillinux' has been renamed to/replaced by 'util-linux'" util-linux; # Converted to warning 2025-10-28
+0 −5
Original line number Diff line number Diff line
@@ -6134,11 +6134,6 @@ with pkgs;

  ustream-ssl = callPackage ../development/libraries/ustream-ssl { ssl_implementation = openssl; };

  ustream-ssl-wolfssl = callPackage ../development/libraries/ustream-ssl {
    ssl_implementation = wolfssl;
    additional_buildInputs = [ openssl ];
  };

  ustream-ssl-mbedtls = callPackage ../development/libraries/ustream-ssl {
    ssl_implementation = mbedtls_2;
  };