The python package is not being installed properly due to install directory not
being in PYTHONPATH.
* gnu/packages/accessibility.scm (brltty)[phases]: Add set-pythonpath-phase.
[modules, imported-modules]: Add (guix build python-build-system).
Change-Id: Ia9a24f872d82c3e582413eb1d9fc4df3e0979916
Signed-off-by: Christopher Baines <mail@cbaines.net>
This extension has not been ported to GNOME 44, because you can switch the
audio output directly in the shell.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser):
Remove variable.
Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e
This extension has not been ported to GNOME 44. The master branch has
compatibility for 43 but not 44.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window):
Remove variable.
Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c
This extension has not been made compatible with GNOME 44.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable.
Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00
This extension has not been ported to GNOME 44. The appindicator extension
exhibits a similar feature.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate
in favor of gnome-shell-extension-appindicator.
Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378
The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to
a maintained fork. The version number is computed in continuity with
NoAnnoyance v2.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to
the fork. Bump version to 17 and revision to 6.
[arguments]: Convert to list of G-Expressions.
Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28
The top-level modules that are wrapped are the /extension.js and /prefs.js of
every extension sub-directory. The GI_TYPELIB_PATH used contains glib for
every extension, and gnome-menus for Applications Menu.
* gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add
'wrap-extensions.
[native-inputs]: Add gobject-introspection.
[inputs]: Add gnome-menus and glib.
[propagated-imputs]: Remove glib.
Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63
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’.
* gnu/packages/gnome.scm (deja-dup): Update to 45.2.
[arguments]: Convert to list of G-Expressions.
Change-Id: I60823287827b0690796fec7955bcf9682acd88b3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* doc/contributing.texi (Commit Access): Mention that blocking comes with
extra responsibilities.
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
* gnu/local.mk (GNU_SYSTEM_MODULES): Add packages/tor-browsers.scm.
* gnu/packages/gnupg.scm: Remove fix for dependency loop (fixed because we use
a new file).
* gnu/packages/tor-browsers.scm (mozilla-locale, mozilla-locales,
%torbrowser-locales, %moz-build-date, %torbrowser-version,
%torbrowser-firefox-version, translation-base-browser,
translation-tor-browser, torbrowser-assets, torbrowser): New variables.
(make-torbrowser): New procedure, which is a merge of ‘make-torbrowser’ (from
tor.scm) with ‘icecat-minimal’ (from gnuzilla.scm).
* gnu/packages/tor.scm (%moz-build-date, %torbrowser-version,
%torbrowser-firefox-version, %torbrowser-locales, translation-base-browser,
translation-tor-browser, torbrowser-assets, torbrowser): Remove variables.
Change-Id: I5fcf73e53fe4481a18e13cdeb3515c3dc4430090