diff options
| author | John Khoo <johnkhootf@gmail.com> | 2025-09-28 00:06:40 +0800 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-01-30 10:37:54 +0100 |
| commit | d25404a99832a059efcb68a2c97352c15924dd83 (patch) | |
| tree | 3b62981fe2e43f3c8ed0de641347596f79746e0b /gnu | |
| parent | 20be65d4814b4a025de0a054b9c74f6c62601e63 (diff) | |
gnu: Format sway-audio-idle-inhibit.
This is due to a committer error: the latest revision of a PR
was not pulled and some comments remained unaddressed.
* gnu/packages/wm.scm (sway-audio-idle-inhibit): Reformat.
Change-Id: I8a1c04b00e92e38da20407500caa27cbac2ad927
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 965f9a31a9..23cf1b774e 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2818,7 +2818,7 @@ corners, shadows, inactive window dimming, etc.") (revision "1")) ; commit fixes elogind build (package (name "sway-audio-idle-inhibit") - (version (git-version "v0.2.0" revision commit)) + (version (git-version "0.2.0" revision commit)) (source (origin (method git-fetch) @@ -2836,7 +2836,7 @@ corners, shadows, inactive window dimming, etc.") (home-page "https://github.com/ErikReider/SwayAudioIdleInhibit") (synopsis "Idle inhibit for Sway/Hyprland") (description "Prevents swayidle/hypridle from sleeping while any - application is outputting or receiving audio.") + application is outputting or receiving audio.") (license license:gpl3)))) (define-public swaylock |
