diff --git a/pkgs/by-name/rs/rss-glx/cstddef.patch b/pkgs/by-name/rs/rss-glx/cstddef.patch deleted file mode 100644 index 8bec510b0405..000000000000 --- a/pkgs/by-name/rs/rss-glx/cstddef.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git i/src/Implicit/impSurface.h w/src/Implicit/impSurface.h -index 41fab81..027587f 100644 ---- i/src/Implicit/impSurface.h -+++ w/src/Implicit/impSurface.h -@@ -25,6 +25,7 @@ - #ifdef WIN32 - #include - #endif -+#include - #include - #include - diff --git a/pkgs/by-name/rs/rss-glx/package.nix b/pkgs/by-name/rs/rss-glx/package.nix deleted file mode 100644 index 251ee7607aa1..000000000000 --- a/pkgs/by-name/rs/rss-glx/package.nix +++ /dev/null @@ -1,54 +0,0 @@ -{ - lib, - stdenv, - fetchurl, - autoconf, - pkg-config, - libx11, - libxext, - libGLU, - libGL, - imagemagick6, - libtiff, - bzip2, -}: - -stdenv.mkDerivation rec { - version = "0.9.1"; - pname = "rss-glx"; - - src = fetchurl { - url = "mirror://sourceforge/rss-glx/rss-glx_${version}.tar.bz2"; - sha256 = "1aikafjqrfmv23jnrrm5d56dg6injh4l67zjdxzdapv9chw7g3cg"; - }; - - nativeBuildInputs = [ - autoconf - pkg-config - ]; - buildInputs = [ - libGLU - libGL - libx11 - libxext - imagemagick6 - libtiff - bzip2 - ]; - - patches = [ - ./cstddef.patch - ]; - - env.NIX_CFLAGS_COMPILE = "-I${imagemagick6.dev}/include/ImageMagick"; - - meta = { - description = "Really Slick Screensavers Port to GLX"; - longDescription = '' - This package currently contains all of the screensavers from the - original collection, plus a few others. - ''; - license = lib.licenses.gpl2Only; - platforms = lib.platforms.linux; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 4a0bd82326c2..3969453e3414 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1714,6 +1714,7 @@ mapAliases { rpPPPoE = warnAlias "'rpPPPoE' has been renamed to 'rp-pppoe'" rp-pppoe; # Added 2026-02-12 rquickshare-legacy = throw "The legacy version depends on insecure package libsoup2, please use the main version"; # Added 2025-10-09 rr-unstable = throw "'rr-unstable' has been renamed to/replaced by 'rr'"; # Converted to throw 2025-10-27 + rss-glx = throw "'rss-glx' has been removed because it was broken and depends on an outdated version of ImageMagick"; # added 2026-02-26 rtx = throw "'rtx' has been renamed to/replaced by 'mise'"; # Converted to throw 2025-10-27 ruby-zoom = throw "'ruby-zoom' has been removed due to lack of maintaince and had not been updated since 2020"; # Added 2025-08-24 ruby_3_1 = throw "ruby_3_1 has been removed, as it is has reached end‐of‐life upstream"; # Added 2025-10-12