picom: add update script
This commit is contained in:
parent
0b4a7c7709
commit
d022b09c81
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user