Age | Commit message (Expand) | Author |
2023-01-05 | gnu: Add yaru-theme...* gnu/packages/gnome-xyz (yaru-theme): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| florhizome |
2023-01-05 | gnu: Add zls....* gnu/packages/zig-xyz.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maya Tomasek |
2023-01-05 | gnu: Add emacs-ibrowse....* gnu/packages/emacs-xyz.scm (emacs-ibrowse): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2023-01-05 | home: shells: Do not escape backslashes in single-quoted strings....This is a followup to 73684dc90e013f2f0cca1097b0c944bb9aa88709.
* gnu/home/services.scm (environment-variable-shell-definitions)
[shell-single-quote]: Remove #\\ from the escape list.
| Ludovic Courtès |
2023-01-05 | gnu: guile-avahi: Fix cross-compilation....Previously ./configure would fail because 'guile.m4' wouldn't be picked
up by 'autoreconf' when generating it.
* gnu/packages/guile-xyz.scm (guile-avahi)[native-inputs]: Add GUILE-3.0.
| Ludovic Courtès |
2023-01-05 | environment: Avoid false positive on 'PS1' check....* guix/scripts/environment.scm (validate-child-shell-environment): Do
not warn when 'PS1' refers to 'GUIX_ENVIRONMENT'.
| Ludovic Courtès |
2023-01-05 | environment: Simplify 'PS1' suggestion on '--check'....* guix/scripts/environment.scm (validate-child-shell-environment): In
'PS1' suggestion, remove 'export' and avoid 'if'.
| Ludovic Courtès |
2023-01-05 | system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc....Users can override 'PS1' in ~/.bashrc if they wish.
Previously, on Guix Home, the "default" 'PS1' would be set in ~/.bashrc
when 'home-bash-configuration-guix-defaults?' is true, preventing users
from overriding it via the 'environment-variables' field of
'home-bash-extension'.
* gnu/system/shadow.scm (%default-bashrc): Remove 'PS1' setting.
* gnu/system.scm (operating-system-etc-service): Define PS1 in
/etc/bashrc.
* gnu/home/services/shells.scm (add-bash-configuration): When
'home-bash-configuration-guix-defaults?' is true, add a default 'PS1' to
~/.bash_profile.
| Ludovic Courtès |
2023-01-05 | system, home: Factorize default '.bashrc'....* gnu/system/shadow.scm (%default-bashrc): New variable. Source
/etc/bashrc only if it exists.
(default-skeletons): Use it.
* gnu/home/services/shells.scm (guix-bashrc): Remove.
(add-bash-configuration): Refer to '%default-bashrc' instead.
| Ludovic Courtès |
2023-01-05 | home: services: environment-variables: Add support for literal strings....* gnu/home/services.scm (<literal-string>): New record type.
(environment-variable-shell-definitions): Split 'shell-quote' into
'quote-string' and 'shell-double-quote'. Add 'shell-single-quote'.
Add clause for 'literal-string' records.
* tests/guix-home.sh: Test it.
* doc/guix.texi (Essential Home Services): Document it.
| Ludovic Courtès |
2023-01-05 | home: '--version' really says "guix home"....* guix/scripts/home.scm (%options): Fix argument to 'show-version-and-exit'.
| Ludovic Courtès |
2023-01-05 | nls: Update translations....* po/guix/ka.po: New file.
* po/guix/LINGUAS: Add it.
* po/packages/uk.po: New file.
* po/packages/LINGUAS: Add it.
| Julien Lepiller |
2023-01-04 | gnu: kodi/wayland: Fix syntax error....This is a follow-up to commit dbd9305a5682b1c5cd0b2a516b09f1f3af47209d.
Fixes the cuirass evaluation problems reported and investigated by Leo
Famulari.
* gnu/packages/kodi.scm (kodi/wayland)[inputs]: Do not wrap arguments to
"prepend" in "list".
| Ricardo Wurmus |
2023-01-04 | gnu: kodi/wayland: Do not use package/inherit....* gnu/packages/kodi.scm (kodi/wayland): Use regular inheritance.
| Ricardo Wurmus |
2023-01-04 | gnu: bamtools: Build shared libraries....* gnu/packages/bioinformatics.scm (bamtools)[arguments]: Build shared
libraries instead of static libs.
| Ricardo Wurmus |
2023-01-04 | gnu: zlib: Update to 1.2.12 [fixes CVE-2018-25032]....https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
https://seclists.org/oss-sec/2022/q1/191
* gnu/packages/compression.scm (zlib)[replacement]: New field.
(zlib-1.2.12): New variable.
| Leo Famulari |
2023-01-04 | gnu: Add sugar....* gnu/packages/sugar.scm (sugar): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: sugar-toolkit-gtk3: Add missing inputs....* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[propagated-inputs]: Add
python-pycairo and python-dateutil.
| Ricardo Wurmus |
2023-01-04 | gnu: Add python-gwebsockets....* gnu/packages/python-web.scm (python-gwebsockets): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: Add scallop....* gnu/packages/bioinformatics.scm (scallop): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: Add sugar-artwork....* gnu/packages/sugar.scm (sugar-artwork): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: Add sugar-datastore....* gnu/packages/sugar.scm (sugar-datastore): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: sugar-toolkit-gtk3: Propagate some inputs....* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[inputs]: Move gdk-pixbuf,
gobject-introspection, and librsvg-for-system from here...
[native-inputs]: ...and move gtk+ from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus |
2023-01-04 | gnu: hunspell: Move hunspell and dictionaries to hunspell module....Consolidate hunspell and its dictionaries into the (gnu packages hunspell)
module instead of having them scattered about.
* gnu/packages/aspell.scm (aspell-word-list, define-word-list-dictionary,
hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Remove variables.
* gnu/packages/libreoffice.scm (hunspell, dicollecte-french-dictionary,
define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme,
toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu):
Remove variables.
* gnu/packages/hunspell.scm (hunspell, dicollecte-french-dictionary,
define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme,
toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu,
aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au,
en-gb, en-gb-ize, en-us}): Add variables.
(hunspell-dictionary): Explicitly declare upstream libreoffice version to
prevent circular dependency.
* gnu/packages/ebook.scm,
gnu/packages/enchant.scm,
gnu/packages/freedesktop.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/messaging.scm,
gnu/packages/scribus.scm,
gnu/packages/task-management.scm,
gnu/packages/telegram.scm,
gnu/packages/tex.scm,
gnu/packages/text-editors.scm,
gnu/packages/video.scm: Adjust module imports.
| Brian Cully |
2023-01-04 | gnu: Add sugar-toolkit-gtk3....* gnu/packages/sugar.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus |
2023-01-04 | gnu: Correct file prefix....* gnu/local.mk (dist_patch_DATA): Use "%D%" instead of "gnu" as prefix for
tootle patch files.
| Ricardo Wurmus |
2023-01-04 | gnu: Add wdl....Alined and improved the definition, as per the chat in IRC.
* gnu/packages/cpp.scm (wdl): New public variable.
* gnu/packages/patches/wdl-link-libs-and-fix-jnetlib.patch: New file.
* gnu/local.mk: Register the patch file.
| Sughosha |
2023-01-04 | gnu: emacs-inspector: Update to 0.9....* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.9.
| Nicolas Goaziou |
2023-01-04 | gnu: emacs-embark: Update to 0.19....* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.19.
| Nicolas Goaziou |
2023-01-04 | gnu: libavif: Add rav1e when it is supported....* gnu/packages/image.scm (libavif)[inputs]: Add rav1e when building on
a supported system.
| Efraim Flashner |
2023-01-04 | gnu: libavif: Add configure-flag for rav1e when available....* gnu/packages/image.scm (libavif)[arguments]: Adjust configure-flags to
build with rav1e support when it is in the build closure.
| Efraim Flashner |
2023-01-04 | gnu: libavif: Honor #:tests? flag....* gnu/packages/image.scm (libavif)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
| Efraim Flashner |
2023-01-03 | gnu: jami-qt: Remove deprecated alias....* gnu/packages/jami.scm (jami-qt): Delete variable.
| Maxim Cournoyer |
2023-01-03 | gnu: jami-gnome: Remove deprecated alias....* gnu/packages/jami.scm (jami-gnome): Delete variable.
| Maxim Cournoyer |
2023-01-03 | gnu: libring: Remove deprecated alias....* gnu/packages/jami.scm (libring): Delete variable.
| Maxim Cournoyer |
2023-01-04 | gnu: r-qs: Add missing inputs....Use existing packages for zstd and lz4 instead of compiling bundled sources.
* gnu/packages/cran.scm (r-qs)[inputs]: Add zstd:lib and lz4.
[arguments]: Patch configure script to accept slightly older zstd.
| Ricardo Wurmus |
2023-01-04 | gnu: Add r-multidplyr....* gnu/packages/cran.scm (r-multidplyr): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: synfigstudio: Update to 1.4.4....* gnu/packages/animation.scm (synfigstudio): Update to 1.4.4.
[source]: Remove snippet.
| Ricardo Wurmus |
2023-01-04 | gnu: synfigstudio: Use gexp....* gnu/packages/animation.scm (synfigstudio)[arguments]: Use gexp.
| Ricardo Wurmus |
2023-01-04 | gnu: synfig: Update to 1.4.4....* gnu/packages/animation.scm (synfig): Update to 1.4.4.
[inputs]: Drop labels; remove ffmpeg.
[propagated-inputs]: Drop labels; add ffmpeg-4; replace glibmm with
glibmm-2.64; replace libxml++ with libxml++-2.
[arguments]: Remove.
| Ricardo Wurmus |
2023-01-04 | gnu: etl: Update to 1.4.4....* gnu/packages/animation.scm (etl): Update to 1.4.4.
[inputs]: Add glibmm-2.64.
[native-inputs]: Add pkg-config.
| Ricardo Wurmus |
2023-01-03 | gnu: sugar-*-sddm-theme: Fix install location....* gnu/packages/display-managers.scm (sugar-dark-sddm-theme,
sugar-light-sddm-theme): Fix install location.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Tobias Kortkamp |
2023-01-03 | services: certbot: Fix broken link....* gnu/services/certbot.scm (certbot-renewal-jobs): Fix broken link.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| jgart |
2023-01-03 | guix: Fix typos....* gnu/home/services.scm (home-files-service-type): Fix typo.
(home-xdg-configuration-files-service-type): Likewise.
(home-xdg-data-files-service-type): Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| jman |
2023-01-03 | doc: Fix broken link for go-build-system....* doc/guix.texi (Build Systems): Fix broken link for go-build-system.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Bruno Victal |
2023-01-03 | gnu: %guile-static-3.0: New variable....* gnu/packages/make-bootstrap.scm (%guile-static-3.0): New variable.
(%guile-static-stripped): Use it.
| Maxim Cournoyer |
2023-01-03 | gnu: %guile-static-stripped: Update to Guile 3.0.8....* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Use
guile-3.0-latest, currently at 3.0.8. This resolves a segfault in the Guix
System Linux initrd when running Guile 3.0.7 on a Cortex A9 CPU (NXP i.MX6
Quad).
| Maxim Cournoyer |
2023-01-03 | gnu: cross-base: Standardize API to use keyword arguments....This makes it possible to invoke the procedures with a single or fewer
optional arguments.
* gnu/packages/cross-base.scm (contains-keyword?): New procedure.
(cross-binutils): Dispatch to either...
(cross-binutils/deprecated): ... this renamed procedure or ...
(cross-binutils*): ... this new procedure.
(cross-kernel-headers, cross-libc/deprecated): Likewise.
| Maxim Cournoyer |
2023-01-03 | gnu: dtc: Install documentation....* gnu/packages/bootloaders.scm (dtc) [modules]: New argument.
[phases]: Add install-doc phase.
| Maxim Cournoyer |
2023-01-03 | gnu: dtc: Use gexps....* gnu/packages/bootloaders.scm (dtc) [arguments]: Use gexps.
| Maxim Cournoyer |