guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 02f14bfab2651dfbd4189fbaf0f01e526a905e90
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 4 19:08:48 2026 +0100
gnu: twitchy: Relocate phase 'set-HOME.
* gnu/packages/video.scm (twitchy)[arguments]<#:phases>: Relocate phase
'set-HOME.
Change-Id: Iebee41ed2d4431a40a24aed41b193a51bc1b75d0
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/video.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b9eded95ba..91de6198d2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4030,7 +4030,7 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
(("\"streamlink ")
(format #f "\"~a "
(search-input-file inputs "/bin/streamlink"))))))
- (add-before 'check 'check-setup
+ (add-before 'sanity-check 'check-setup
(lambda _
(setenv "HOME" (getcwd)))) ;Needs to write to ‘$HOME’.
(add-after 'install 'install-rofi-plugin