mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: qbittorrent: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/bittorrent.scm (qbittorrent)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I854fdcfe7e0cbfd2a99d4b80677caefb9e966ea6
This commit is contained in:
parent
c209f4db0a
commit
8ea60f7525
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ (define-public transmission
|
|||
;; its own icons in pure environments.
|
||||
`("GDK_PIXBUF_MODULE_FILE" =
|
||||
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))
|
||||
(inputs (list curl
|
||||
(inputs (list bash-minimal
|
||||
curl
|
||||
(list glib "bin")
|
||||
gtkmm
|
||||
libappindicator
|
||||
|
|
Loading…
Reference in a new issue