ustream-ssl-wolfssl: drop

This commit is contained in:
Emily
2026-04-26 20:04:06 +01:00
parent ac722e11b8
commit f322bbe86c
3 changed files with 2 additions and 7 deletions
@@ -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
View File
@@ -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
-5
View File
@@ -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;
};