summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-17gnu: poppler-next: Don't use 'package/inherit'.Marius Bakke
* gnu/packages/pdf.scm (poppler-next): Use object inheritance instead of PACKAGE/INHERIT because it is a different version, so replacement of the original should not be inherited.
2022-10-17gnu: abseil-cpp: Don't use 'package/inherit'.Marius Bakke
* gnu/packages/cpp.scm (abseil-cpp): Use object inheritance instead of PACKAGE/INHERIT because the inherited package has a different source, thus replacements should not be inherited.
2022-10-17installer: Factorize url-alive? in internet check.Andrew Tropin
* gnu/installer/newt/network.scm (wait-service-online): Factorize url-alive? in internet check.
2022-10-17home: dbus: Inherit environment variables from shepherd.Andrew Tropin
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Inherit environment variables from shepherd.
2022-10-17home: dbus: Remove unecessary list call.Andrew Tropin
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Remove unecessary list call.
2022-10-17gnu: Add hunspell-dict-hu.Attila Lendvai
* gnu/packages/libreoffice.scm (hunspell-dict-hu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: nheko: Do not build api docs.Michael Rohleder
* gnu/packages/messaging.scm (nheko)[arguments]<#:configure-flags>: Remove -DBUILD_DOCS=ON. [native-inputs]: Remove doxygen, graphviz. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: git-annex: Promote git to propagated inputKonrad Hinsen
* gnu/packages/haskell-apps.scm (git-annex): changed inputs [propagated-inputs]: Add git [inputs]: Remove git Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17read-print: Recognize 'define-record-type' and 'define-record-type*'.Ludovic Courtès
* guix/read-print.scm (%special-forms): Add 'define-record-type' and 'define-record-type*'.
2022-10-17gnu: Add nerd-dictation/wayland.Nicolas Graves
* gnu/packages/machine-learning.scm (nerd-dictation/wayland): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: Add nerd-dictation.Nicolas Graves
* gnu/packages/machine-learning.scm (nerd-dictation): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: Add python-vosk.Nicolas Graves
* gnu/packages/machine-learning.scm (python-vosk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: Add vosk-api.Nicolas Graves
* gnu/packages/machine-learning.scm (vosk-api): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: Add kaldi-for-vosk.Nicolas Graves
* gnu/packages/machine-learning.scm (kaldi-for-vosk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17gnu: Add openfst-for-vosk.Nicolas Graves
* gnu/packages/machine-learning.scm (openfst-for-vosk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-17channels: Interpret the 'commit' field of channel as a tag or commit.Ludovic Courtès
Previously the 'commit' field would always be interpreted as a commit ID. This change adds flexibility, allowing for things like: guix time-machine --commit=v1.2.0 -- describe * guix/channels.scm (channel-reference): Use 'tag-or-commit' rather than 'commit'. * guix/inferior.scm (channel-full-commit): Likewise. * doc/guix.texi (Invoking guix pull): Document it. (Invoking guix time-machine): Likewise.
2022-10-17git: 'update-cached-checkout' returns the commit ID when given a tag.Ludovic Courtès
Previously, starting with commit efa578ecaece67366b4b0e2266de7c2faaa4ae54, 'update-cached-checkout' would return the OID of the annotated tag the tag points to. With this change it returns the OID of the commit object in all cases. * guix/git.scm (resolve-reference): In the 'tag' case, call 'tag-target-id' and 'tag-lookup' when OID designates an annotated tag. * tests/git.scm ("update-cached-checkout, tag"): New test.
2022-10-17Revert "nix: Guard against removing temporary roots of living processes."Ludovic Courtès
This reverts commit bb0beaecdee1a2315a1269b1746d238c8ab0e699. This change broke a number of tests that assumed the previous behavior.
2022-10-17installer: Relax internet check availability criteria.aleksandr barakin
Checks the availability of the mirror bordeaux.guix.gnu.org in addition to ci.guix.gnu.org. This allows to proceed the installation if the ci.guix.gnu.org is unavailable. * gnu/installer/newt/network.scm (wait-service-online): Relax internet check availability criteria. Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-10-17news: Add 'pt' translation.Thiago Jung Bauermann
* etc/news.scm: Add Portuguese translation of entry about the new --emulate-fhs option. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-10-17doc: Fix typos.Julien Lepiller
These typos were found and reported on weblate. * doc/guix.texi: Fix typos.
2022-10-17guix: Fix typos.Julien Lepiller
These typos were found and reported through weblate. * gnu/packages/audio.scm (wildmidi)[description]: Fix typo. * gnu/packages/games.scm (cgoban)[description]: Fix typo. * gnu/services/version-control.scm (gitolite-service-type)[description]: Fix typo. * gnu/installer/newt/substitutes.scm (run-substitutes-page): Remove full stop at end of title. * gnu/machine/ssh.scm (machine-ssh-configuration-system): Move punctuation outside of quotes. * guix/scripts/home.scm (process-action): Remove trailing space before newline. * guix/scripts/system.scm (show-help): Fix typo. * guix/scripts/environment.scm (with-store/maybe): Fix typo.
2022-10-16gnu: Add dds.Nicolas Goaziou
* gnu/packages/game-development.scm (dds): New variable.
2022-10-16gnu: emacs-tempel: Update to 0.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.5.
2022-10-16gnu: emacs-marginalia: Update to 0.15.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.15.
2022-10-16gnu: emacs-consult: Update to 0.20.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.20.
2022-10-16gnu: guix-build-coordinator: Update to 0-64.f051c28.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-64.f051c28.
2022-10-16gnu: 0ad: Update to 0.0.26-alpha.Brendan Tildesley
* gnu/packages/games.scm (0ad): Update to 0.0.26-alpha. [inputs]: Add freetype. (0ad-data): Update to 0.0.26-alpha. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-16gnu: Add s3cmd.Matthew James Kraai
* gnu/packages/python-xyz.scm (s3cmd): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-16gnu: lziprecover: Fix cross-compilation.Christopher Baines
* gnu/packages/comression.scm (lziprecover)[arguments]: Set CXX when cross compiling. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-16gnu: lzip: Fix cross-compilation.Christopher Baines
Previously the package would build, but the binaries would be build for the host system, rather than the target. * gnu/packages/compression.scm (lzip)[arguments]: Set CXX when cross compiling. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-16gnu: Add python-dotmapRyan Tolboom
* gnu/packages/python-xyz.scm: New variable Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-16gnu: Add textpieces.Sughosha
* gnu/packages/text-editors.scm (textpieces): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-16gnu: ghc-4: Use Perl 5.6Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-4)[native-inputs]: Replace perl-5.14 with perl-5.6.
2022-10-16gnu: Add perl-5.6.Ricardo Wurmus
* gnu/packages/perl.scm (perl-5.6): New variable.
2022-10-16gnu: akgregator: Fix build.Marius Bakke
* gnu/packages/kde.scm (akregator)[arguments]: Use SEARCH-INPUT-FILE to locate QtWebEngine instead of referring to non-existent label.
2022-10-16gnu: akgregator: Fix source hash.Marius Bakke
This is a follow-up to commit 6971feca53a19d60fdd2b39fb2a8966ccf1d6598. * gnu/packages/kde.scm (akregator)[source](sha256): Update.
2022-10-16gnu: gst-plugins-bad: Build without faac.Marius Bakke
This is a follow-up to commit fe0ab5dbeacbd1b00a0b5bfeef6dafa82e0c037d. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove FAAC.
2022-10-16gnu: Remove faac.Liliana Marie Prikler
Contrary to the misleading license field, the ISO MPEG-4 code is not actually GPL-licensed, but actually contradicts freedom 0. For further information, see <https://issues.guix.gnu.org/58147>. * gnu/packages/audio.scm (faac): Delete variable.
2022-10-16gnu: transcode: Build without faac.Liliana Marie Prikler
* gnu/packages/video.scm (transcode)[#:configure-flags]: Remove “--enable-faac”. [inputs]: Remove faac.
2022-10-16gnu: ffmpeg: Don't mention libfaac.Liliana Marie Prikler
* gnu/packages/video.scm (ffmpeg-5): Remove comment mentioning faac.
2022-10-16gnu: lablgtk3: Update to 3.1.3.Julien Lepiller
* gnu/packages/ocaml.scm (lablgtk3): Update to 3.1.3. [propagated-inputs]: Add ocaml-camlp-streams.
2022-10-16gnu: ocaml-core: Update to 0.15.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-core): Update to 0.15.1.
2022-10-16gnu: emacs: Update to 28.2.Liliana Marie Prikler
* gnu/packages/emacs.scm (emacs): Update to 28.2.
2022-10-09gnu: man-pages: Use LIST of arguments.Tobias Geerinckx-Rice
We're already using a Gexp for #:make-flags; this unweirds that ,#~. * gnu/packages/man.scm (man-pages)[arguments]: Use LIST & G-expressions.
2022-10-09gnu: man-pages: Update to 6.00.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-pages): Update to 6.00. [arguments]: Add a new 'skip-html phase.
2022-10-16gnu: emacs-puni: Update to 0-1.28836e98.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-puni): Update to 0-1.28836e98. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-16gnu: emacs-evil-nerd-commenter: Update to 3.5.8.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.8.
2022-10-16gnu: emacs-geiser: Update to 0.27.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.27.
2022-10-16gnu: emacs-taxy-magit-section: Update to 0.12.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.1.