mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tor-browsers: Use freedesktop module.
The shared-mime-info package has been moved from gnome to freedesktop, causing the variable to be unbound where this module is not imported. * gnu/packages/tor-browsers.scm <define-package>: Add #:use-module (gnu packages freedesktop). Fixes: Unbound variable ‘shared-mime-info’.
This commit is contained in:
parent
e6c847defb
commit
4947b77353
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ (define-module (gnu packages tor-browsers)
|
|||
#:use-module (gnu packages browser-extensions)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages cups)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages fontutils)
|
||||
#:use-module (gnu packages gl)
|
||||
#:use-module (gnu packages glib)
|
||||
|
|
Loading…
Reference in a new issue