activitywatch: simple symlinkJoin wrapper
This commit is contained in:
parent
c175aa624b
commit
0cb9e0c390
18
pkgs/applications/office/activitywatch/wrapper.nix
Normal file
18
pkgs/applications/office/activitywatch/wrapper.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ lib
|
||||
, symlinkJoin
|
||||
, aw-server-rust
|
||||
, aw-qt
|
||||
, aw-watcher-afk
|
||||
, aw-watcher-window
|
||||
, extraWatchers ? [ ]
|
||||
}:
|
||||
|
||||
symlinkJoin {
|
||||
name = "activitywatch-${aw-server-rust.version}";
|
||||
paths = [
|
||||
aw-server-rust.out
|
||||
aw-qt.out
|
||||
aw-watcher-afk.out
|
||||
aw-watcher-window.out
|
||||
] ++ (lib.forEach extraWatchers (p: p.out));
|
||||
}
|
@ -28757,6 +28757,8 @@ with pkgs;
|
||||
aw-watcher-afk
|
||||
aw-watcher-window;
|
||||
|
||||
activitywatch = callPackage ../applications/office/activitywatch/wrapper.nix { };
|
||||
|
||||
adobe-reader = pkgsi686Linux.callPackage ../applications/misc/adobe-reader { };
|
||||
|
||||
adl = callPackage ../applications/video/adl { };
|
||||
|
Loading…
Reference in New Issue
Block a user