diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-25 23:24:58 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-02-07 22:37:16 +0100 |
| commit | 320d3dcbf28ab015c3e3306038600fe658d775f3 (patch) | |
| tree | ab52dd94600d3e872764af77ea441c8babaa262b /gnu/packages/monitoring.scm | |
| parent | 2e962f4b89870c466b61843ec1a568ccf87171d8 (diff) | |
gnu: Add aw-watcher-window-wayland.
* gnu/packages/monitoring.scm (aw-watcher-window-wayland): New variable.
* gnu/packages/rust-crates.scm: Record aw-watcher-window-wayland cargo-inputs.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/monitoring.scm')
| -rw-r--r-- | gnu/packages/monitoring.scm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index ad16d9abe64..d7d9cc83247 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm | |||
| @@ -311,6 +311,42 @@ retrieval of all your quantified self data.") | |||
| 311 | (description | 311 | (description |
| 312 | "This package provides a X11 window watcher for @code{ActivityWatch}."))) | 312 | "This package provides a X11 window watcher for @code{ActivityWatch}."))) |
| 313 | 313 | ||
| 314 | (define-public aw-watcher-window-wayland | ||
| 315 | (let ((commit "aea9aca029bd33d373bf53946a16dc05ef81e0b3") | ||
| 316 | (revision "0")) | ||
| 317 | (package | ||
| 318 | (name "aw-watcher-window-wayland") | ||
| 319 | (version (git-version "0.1.0" revision commit)) | ||
| 320 | (source | ||
| 321 | (origin | ||
| 322 | (method git-fetch) | ||
| 323 | (uri | ||
| 324 | (git-reference | ||
| 325 | (url "https://github.com/ActivityWatch/aw-watcher-window-wayland") | ||
| 326 | (commit commit))) | ||
| 327 | (file-name (git-file-name name version)) | ||
| 328 | (sha256 | ||
| 329 | (base32 "0viir38q1vr5q2w3kfrz42m1lx9fxvxwq7l939m9sycqzmawi3fy")))) | ||
| 330 | (build-system cargo-build-system) | ||
| 331 | (arguments | ||
| 332 | (list | ||
| 333 | #:install-source? #f | ||
| 334 | #:phases | ||
| 335 | #~(modify-phases %standard-phases | ||
| 336 | (add-after 'unpack 'patch-aw-requirements | ||
| 337 | (lambda _ | ||
| 338 | (substitute* "Cargo.toml" | ||
| 339 | (("^aw-client-rust = .*") | ||
| 340 | "aw-client-rust = \"*\"\n"))))))) | ||
| 341 | (native-inputs (list pkg-config)) | ||
| 342 | (inputs (cons* openssl (cargo-inputs 'aw-watcher-window-wayland))) | ||
| 343 | (home-page "https://activitywatch.net/") | ||
| 344 | (synopsis "Wayland window watcher for ActivityWatch") | ||
| 345 | (description | ||
| 346 | "This package provides a wayland window watcher for | ||
| 347 | @code{ActivityWatch}.") | ||
| 348 | (license license:mpl2.0)))) | ||
| 349 | |||
| 314 | (define-public glances | 350 | (define-public glances |
| 315 | (package | 351 | (package |
| 316 | (name "glances") | 352 | (name "glances") |
