1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Maxime Devos
2021-07-02 12:06:39 +02:00
committed by Ludovic Courtès
parent c209f4db0a
commit 8ea60f7525

View File

@@ -150,7 +150,8 @@
;; 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