gnu: twitchy: Install 'rofi-twitchy'.
* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
This commit is contained in:
parent
cbc1c27b67
commit
ca82bdfdfb
|
@ -1865,7 +1865,12 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd)) ;Needs to write to ‘$HOME’.
|
(setenv "HOME" (getcwd)) ;Needs to write to ‘$HOME’.
|
||||||
#t)))))
|
#t))
|
||||||
|
(add-after 'install 'install-rofi-plugin
|
||||||
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
(install-file "plugins/rofi-twitchy"
|
||||||
|
(string-append (assoc-ref outputs "out")
|
||||||
|
"/bin")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-requests" ,python-requests)
|
`(("python-requests" ,python-requests)
|
||||||
("streamlink" ,streamlink)))
|
("streamlink" ,streamlink)))
|
||||||
|
|
Loading…
Reference in New Issue