picom-allusive: preserve meta attrs, except longDescription

This commit is contained in:
éclairevoyant 2023-10-16 20:33:08 -04:00
parent 496319a38c
commit c3c0fe45e2
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -18,7 +18,7 @@ picom.overrideAttrs (oldAttrs: rec {
installManPage $src/man/picom.1.gz
'' + (lib.optionalString (oldAttrs ? postInstall) oldAttrs.postInstall);
meta = {
meta = (builtins.removeAttrs oldAttrs.meta [ "longDescription" ]) // {
description = "A fork of picom featuring improved animations and other features";
homepage = "https://github.com/allusive-dev/picom-allusive";
license = with lib.licenses; [ mit mpl20 ];