Age | Commit message (Collapse) | Author |
|
* gnu/packages/chromium.scm (%chromium-version): Set to 104.0.5112.101.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
|
|
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.44.0.
|
|
* gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
|
|
* gnu/packages/web.scm (varnish): Update to 7.1.1.
|
|
* gnu/packages/web.scm (varnish)[properties]: New field.
|
|
* gnu/packages/databases.scm (python-rq): Update to 1.11.
[native-inputs]: Add PYTHON-PSUTIL.
|
|
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Ignore three tests.
|
|
* doc/guix.texi (Essential Home Services): Add files, xdg-configuration-files
and symlink-manager home services.
|
|
* guix/build-system/gnu.scm (dist-package): Fix docstring.
|
|
gnu/home.scm (home-environment-derivation): Fix docstring.
|
|
* gnu/home/services.scm (compute-activation-script): Use absolute path for
home in activation script.
|
|
* gnu/packages/finance.scm (python-duniterpy): Update to 1.1.0.
[propagated-inputs]: Remove PYTHON-AIOHTTP and PYTHON-PYLIBSCRYPT.
|
|
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.2.
|
|
* gnu/packages/lisp.scm (janet): Update to 1.24.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/engineering.scm (rizin): New variable.
|
|
* gnu/packages/admin.scm (rex): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.255.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.210.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.136.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.61.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.18.
(linux-libre-5.18-pristine-source, deblob-scripts-5.18): Update hashes.
|
|
* gnu/packages/fonts.scm (font-latin-modern): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/dezyne.scm (dezyne): Update to 2.16.0.
|
|
* gnu/packages/search.scm (fsearch): Update to 0.2.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.5.0.
|
|
* gnu/packages/bioinformatics.scm (r-kbet): New variable.
|
|
* gnu/packages/lxde.scm (lxsession)[source]: Use a mirror URI.
|
|
* gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
|
|
* gnu/packages/lxde.scm (lxde-common)[source]: Use a mirror URI.
|
|
* gnu/packages/lxde.scm (lxde-icon-theme)[source]: Use a mirror URI.
|
|
* gnu/packages/lxde.scm (lxmenu-data)[source]: Use a mirror URI.
|
|
Automated via:
$ git grep -l 'https://lxde.github.io' | \
xargs sed 's,https://lxde.github.io,https://www.lxde.org/,' -i
|
|
* gnu/packages/lxde.scm (lxterminal)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+. Replace vte/gtk+-2 with vte.
|
|
* gnu/packages/lxde.scm (lxinput)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
|
|
* gnu/packages/lxde.scm (lxtask)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
|
|
* gnu/packages/lxde.scm (lxrandr)[configure-flags]: New argument.
[inputs]: Remove labels. Replace gtk+-2 with gtk+.
|
|
* gnu/packages/lxde.scm (lxsession)[snippet]: Delete trailing #t.
[configure-flags]: New argument.
[phases]: Delete trailing #t.
[inputs]: Remove labels.
|
|
* gnu/packages/lxde.scm (lxappearance): [arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
|
|
* gnu/packages/image-viewers.scm (viewnior)[phases]: Delete trailing #t.
[native-inputs, inputs]: Remove labels.
|
|
* gnu/packages/lxde.scm (pcmanfm)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
|
|
* gnu/packages/lxde.scm (lxpanel)[source]: Use mirror URI.
[configure-flags]: Add --enable-gtk3.
[phases]{wrap}: Use search-input-file and this-package-input.
[inputs]: Use new style inputs. Replace gtk+-2 with gtk+. Remove
libindicator comment; it seems to expect an old incompatible version.
Sort in lexical order. Add bash-minimal.
[native-inputs]: Use new style inputs. Sort in lexical order.
[propagated-inputs]: Likewise.
|
|
* gnu/packages/lxde.scm (pcmanfm)[arguments]: New field.
[inputs]: Replace gtk+2 with gtk+.
|
|
* gnu/packages/lxde.scm (libfm)
[arguments]: New field.
[inputs]: Replace gtk+2 with gtk+.
|
|
* gnu/packages/java.scm (openjdk): New variable.
|
|
* doc/guix.texi (File Systems): Warn against flags presented as options.
|
|
* doc/guix.texi (File Systems): Remove a ‘Note that’ & begin a new
paragraph.
|
|
* gnu/packages/dns.scm (isc-bind): Update to 9.16.32.
|
|
* etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate
cache per system so that parallel system evaluations do no step on each
other's toes.
|