mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: twitchy: Install 'rofi-twitchy'.
* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
This commit is contained in:
parent
cbc1c27b67
commit
ca82bdfdfb
1 changed files with 6 additions and 1 deletions
|
@ -1865,7 +1865,12 @@ (define-public twitchy
|
||||||
(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 a new issue