picom: add update script

This commit is contained in:
Gutyina Gergő 2024-11-13 09:14:34 +01:00
parent 0b4a7c7709
commit d022b09c81
No known key found for this signature in database

View File

@ -30,6 +30,7 @@
xorgproto,
xwininfo,
withDebug ? false,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@ -100,6 +101,10 @@ stdenv.mkDerivation (finalAttrs: {
cp -r ../src $out/
'';
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Fork of XCompMgr, a sample compositing manager for X servers";
longDescription = ''