From e084adaf44bbf0f4ae8bdfb24b03608fe05cb996 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 13 Feb 2024 21:02:18 +0000 Subject: picom-next: alias to picom Since picom v11 there is no more reason to keep a separate picom derivation that tracks the `next` branch from upstream since the current release is basically the `next` branch. Also, picom-next right now is pointing to an old commit, so it is clear that nobody is maintaining it updated. If there is a necessity later, we can bring back the picom-next again. --- .../window-managers/picom/picom-next.nix | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 pkgs/applications/window-managers/picom/picom-next.nix (limited to 'pkgs/applications/window-managers') diff --git a/pkgs/applications/window-managers/picom/picom-next.nix b/pkgs/applications/window-managers/picom/picom-next.nix deleted file mode 100644 index 22c748088074..000000000000 --- a/pkgs/applications/window-managers/picom/picom-next.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ lib -, fetchFromGitHub -, libXinerama -, pcre -, pcre2 -, picom -, xcbutil -}: - -picom.overrideAttrs (oldAttrs: { - pname = "picom-next"; - version = "unstable-2023-08-03"; - - buildInputs = [ - pcre2 - xcbutil - ] - # remove dependencies that are not used anymore - ++ (lib.subtractLists [ - libXinerama - pcre - ] - oldAttrs.buildInputs); - - src = fetchFromGitHub { - owner = "yshui"; - repo = "picom"; - rev = "5d6957d3da1bf99311a676eab94c69ef4276bedf"; - hash = "sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g="; - }; - - meta = oldAttrs.meta // { - maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ]; - }; -}) -- cgit 1.4.1