1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: twitchy: Install 'rofi-twitchy'.

* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
This commit is contained in:
Oleg Pykhalov
2018-06-08 19:11:24 +03:00
parent cbc1c27b67
commit ca82bdfdfb

View File

@@ -1865,7 +1865,12 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(add-before 'check 'check-setup
(lambda _
(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
`(("python-requests" ,python-requests)
("streamlink" ,streamlink)))