From f41776244dc1b2a59b3ae46a7ffe2153e38ecfbd Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Wed, 25 Jun 2025 16:55:27 +0200 Subject: [PATCH] responsively-app: drop responsively-app has been unmaintained upstream since January 2025. This is not acceptable for a browser (as security relevant package). --- pkgs/by-name/re/responsively-app/package.nix | 38 -------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 pkgs/by-name/re/responsively-app/package.nix diff --git a/pkgs/by-name/re/responsively-app/package.nix b/pkgs/by-name/re/responsively-app/package.nix deleted file mode 100644 index f7fbe7c8dc9c..000000000000 --- a/pkgs/by-name/re/responsively-app/package.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ - lib, - fetchurl, - appimageTools, -}: - -appimageTools.wrapType2 rec { - pname = "responsively-app"; - version = "1.16.0"; - - src = fetchurl { - url = "https://github.com/responsively-org/responsively-app-releases/releases/download/v${version}/ResponsivelyApp-${version}.AppImage"; - hash = "sha256-r0wznN+7zZXKNFNFUV4hm2e4gd84M6hVcun4OfNEeSw="; - }; - - appimageContents = appimageTools.extract { - inherit pname version src; - }; - - extraInstallCommands = '' - install -m 444 -D ${appimageContents}/responsivelyapp.desktop $out/share/applications/responsivelyapp.desktop - install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/512x512/apps/responsivelyapp.png \ - $out/share/icons/hicolor/512x512/apps/responsivelyapp.png - substituteInPlace $out/share/applications/responsivelyapp.desktop \ - --replace-fail 'Exec=AppRun' 'Exec=${pname}' - ''; - - meta = { - description = "Modified web browser that helps in responsive web development"; - mainProgram = "responsively-desktop"; - homepage = "https://responsively.app/"; - changelog = "https://github.com/responsively-org/responsively-app/releases/tag/v${version}"; - license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ kashw2 ]; - platforms = [ "x86_64-linux" ]; - sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index cbd388f1cc92..cd8ccf6d6068 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1711,6 +1711,7 @@ mapAliases { retroarchBare = retroarch-bare; # Added 2024-11-23 retroarchFull = retroarch-full; # Added 2024-11-23 retroshare06 = retroshare; + responsively-app = throw "'responsively-app' has been removed due to lack of maintainance upstream."; # Added 2025-06-25 rftg = throw "'rftg' has been removed due to lack of maintenance upstream."; # Added 2024-12-04 rigsofrods = rigsofrods-bin; # Added 2023-03-22 ring-daemon = throw "'ring-daemon' has been renamed to/replaced by 'jami-daemon'"; # Converted to throw 2024-10-17