picom-jonaburg: remove
This commit is contained in:
parent
f68c5bb998
commit
03ddd6654e
@ -1,20 +0,0 @@
|
||||
{ picom, lib, fetchFromGitHub, pcre }:
|
||||
|
||||
picom.overrideAttrs (oldAttrs: rec {
|
||||
pname = "picom-jonaburg";
|
||||
version = "unstable-2022-03-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jonaburg";
|
||||
repo = "picom";
|
||||
rev = "e3c19cd7d1108d114552267f302548c113278d45";
|
||||
sha256 = "sha256-4voCAYd0fzJHQjJo4x3RoWz5l3JJbRvgIXn1Kg6nz6Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pcre ] ++ oldAttrs.nativeBuildInputs;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A fork of picom featuring animations and improved rounded corners.";
|
||||
homepage = "https://github.com/jonaburg/picom";
|
||||
maintainers = with maintainers; oldAttrs.meta.maintainers ++ [ michaelBelsanti ];
|
||||
};
|
||||
})
|
@ -825,6 +825,7 @@ mapAliases ({
|
||||
phodav_2_0 = throw "'phodav_2_0' has been renamed to/replaced by 'phodav'"; # Added 2023-02-21
|
||||
photoflow = throw "photoflow was removed because it was broken and unmaintained by upstream"; # Added 2023-03-10
|
||||
picom-allusive = throw "picom-allusive was renamed to compfy and is being abandoned by upstream"; # Added 2024-02-13
|
||||
picom-jonaburg = throw "picom-jonaburg was removed because it is unmaintained by upstream"; # Added 2024-02-13
|
||||
|
||||
# Obsolete PHP version aliases
|
||||
php80 = throw "php80 has been dropped due to the lack of maintenance from upstream for future releases"; # Added 2023-06-21
|
||||
|
@ -36440,8 +36440,6 @@ with pkgs;
|
||||
|
||||
picom = callPackage ../applications/window-managers/picom { };
|
||||
|
||||
picom-jonaburg = callPackage ../applications/window-managers/picom/picom-jonaburg.nix { };
|
||||
|
||||
picom-next = callPackage ../applications/window-managers/picom/picom-next.nix { };
|
||||
|
||||
xd = callPackage ../applications/networking/p2p/xd { };
|
||||
|
Loading…
Reference in New Issue
Block a user