summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-04 19:08:48 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:56 +0100
commiteda5b7b01616d4987d1780e27494950fa1afc792 (patch)
tree99e3c82b0e580efc97c122fcba86b0f7f246d427 /gnu
parent67b5f864243d3745990afbc29bba759d901cee67 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9e85778a37e..4d2885dab63 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4029,7 +4029,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