diff --git a/pkgs/by-name/pa/parcellite/package.nix b/pkgs/by-name/pa/parcellite/package.nix deleted file mode 100644 index a39b4d9f8ac8..000000000000 --- a/pkgs/by-name/pa/parcellite/package.nix +++ /dev/null @@ -1,52 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - autoreconfHook, - gtk2, - hicolor-icon-theme, - intltool, - pkg-config, - which, - wrapGAppsHook3, - xdotool, - libappindicator-gtk2, -}: - -stdenv.mkDerivation rec { - pname = "parcellite"; - version = "1.2.1"; - - src = fetchFromGitHub { - owner = "rickyrockrat"; - repo = "parcellite"; - rev = version; - sha256 = "19q4x6x984s6gxk1wpzaxawgvly5vnihivrhmja2kcxhzqrnfhiy"; - }; - - nativeBuildInputs = [ - autoreconfHook - intltool - pkg-config - wrapGAppsHook3 - ]; - buildInputs = [ - gtk2 - hicolor-icon-theme - libappindicator-gtk2 - ]; - NIX_LDFLAGS = "-lgio-2.0"; - - preFixup = '' - # Need which and xdotool on path to fix auto-pasting. - gappsWrapperArgs+=(--prefix PATH : "${which}/bin:${xdotool}/bin") - ''; - - meta = with lib; { - description = "Lightweight GTK clipboard manager"; - homepage = "https://github.com/rickyrockrat/parcellite"; - license = licenses.gpl3Plus; - platforms = platforms.linux; - mainProgram = "parcellite"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 09c9e0d8900a..fc47f1566450 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1151,6 +1151,7 @@ mapAliases { PageEdit = throw "'PageEdit' has been renamed to/replaced by 'pageedit'"; # Converted to throw 2025-10-27 pal = throw "pal has been removed, as it was broken"; # Added 2025-08-25 paperless-ng = throw "'paperless-ng' has been renamed to/replaced by 'paperless-ngx'"; # Converted to throw 2025-10-27 + parcellite = throw "'parcellite' was remove due to lack of maintenance and relying on gtk2"; # Added 2025-10-03 patchelfStable = throw "'patchelfStable' has been renamed to/replaced by 'patchelf'"; # Converted to throw 2025-10-27 paup = throw "'paup' has been renamed to/replaced by 'paup-cli'"; # Converted to throw 2025-10-27 pcp = throw "'pcp' has been removed because the upstream repo was archived and it hasn't been updated since 2021"; # Added 2025-09-23