Loading pkgs/by-name/rs/rss-glx/cstddef.patchdeleted 100644 → 0 +0 −12 Original line number Diff line number Diff line 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 <windows.h> #endif +#include <cstddef> #include <vector> #include <GL/gl.h> pkgs/by-name/rs/rss-glx/package.nixdeleted 100644 → 0 +0 −54 Original line number Diff line number Diff line { 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; }; } pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1715,6 +1715,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 Loading Loading
pkgs/by-name/rs/rss-glx/cstddef.patchdeleted 100644 → 0 +0 −12 Original line number Diff line number Diff line 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 <windows.h> #endif +#include <cstddef> #include <vector> #include <GL/gl.h>
pkgs/by-name/rs/rss-glx/package.nixdeleted 100644 → 0 +0 −54 Original line number Diff line number Diff line { 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; }; }
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1715,6 +1715,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 Loading