summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-16Update NEWS.Maxim Cournoyer
2022-11-16gnu: Add clang-toolchain-15.Maxim Cournoyer
* gnu/packages/llvm.scm (clang-toolchain-15): New variable.
2022-11-16gnu: Add libomp-15.Maxim Cournoyer
* gnu/packages/llvm.scm (libomp-15): New variable. (libomp-14): Inherit from it. [arguments]: Use substitute-keyword-arguments and override the chdir-to-source-and-install-license phase. Remove redundant fields.
2022-11-16gnu: Add clang-15.Maxim Cournoyer
* gnu/packages/llvm.scm (clang-from-llvm): Add LEGACY-BUILD-SHARED-LIBS? argument and update doc. [configure-flags]: Conditionally add -DCLANG_LINK_CLANG_DYLIB=ON. [phases]{change-directory}: Conditionally add phase. {add-tools-extra}: Conditionally patch AddClang.cmake file. (clang-15): New variable. (clang-14): Streamline. (clang-13, clang-12, clang-11, clang-10, clang-9, clang-8, clang-7, clang-6) (clang-3.9.1, clang-3.8, clang-3.7, clang-3.5): Set LEGACY-BUILD-SHARED-LIBS? argument to #t.
2022-11-16gnu: Add clang-runtime-15.Maxim Cournoyer
* gnu/packages/llvm.scm (clang-runtime-15): New variable.
2022-11-16gnu: Add llvm-15.Maxim Cournoyer
* gnu/packages/llvm.scm (llvm-15): New variable. (llvm-14): Inherit from it, removing duplicated fields. * gnu/packages/patches/clang-15.0-libc-search-path.patch: New file. * gnu/local.mk: Register it.
2022-11-16gnu: Add dsp.Ricardo Wurmus
* gnu/packages/audio.scm (dsp): New variable.
2022-11-16import/cran: Add package mapping for freetype.Ricardo Wurmus
* guix/import/cran.scm (transform-sysname): Map "freetype2" to "freetype".
2022-11-16gnu: rust-gfa-0.10: Update to 0.10.1.Efraim Flashner
* gnu/packages/crates-io.scm (rust-gfa-0.10): Update to 0.10.1.
2022-11-16gnu: udiskie: Update to 2.4.2.kiasoc5
* gnu/packages/freedesktop.scm (udiskie): Update to 2.4.2. [phases]: Remove trailing #t. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: microscheme: Update to 0.9.4.Fabio Natali
* gnu/packages/avr.scm (microscheme): Update to 0.9.4. [native-inputs]: Add clang and cppcheck. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: Add cl-random-sample.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-random-sample, cl-random-sample, ecl-random-sample): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: Add cl-infix-math.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-infix-math, cl-infix-math, ecl-infix-math): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: Add cl-wu-decimal.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-wu-decimal, cl-wu-decimal, ecl-wu-decimal): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: Add cl-moira.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-moira, cl-moira, ecl-moira): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: Add cl-flamegraph.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-flamegraph, cl-flamegraph): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16gnu: Add cl-closure-template.jgart
* gnu/packages/lisp-xyz.scm (cl-closure-template, ecl-closure-template, sbcl-closure-template): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of '--symlink' entry.
2022-11-15gnu: mcron: Update to 1.2.1-0.5fd0ccd.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1-0.5fd0ccd. [native-inputs]: Add autoconf, automake, help2man, and texinfo.
2022-11-15gnu: Remove guile2.2-mcron.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile2.2-mcron): Delete variable.
2022-11-15gnu: mcron: Use gexps and strip trailing #t.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (mcron) [phases]: Use gexps and strip trailing #t.
2022-11-15services: mcron: Add log? and log-format fields to mcron-configuration.Maxim Cournoyer
* gnu/services/mcron.scm (list-of-gexps?): New predicate. (mcron-configuration): Rewrite using define-configuration. [log?, log-format]: New fields. (mcron-shepherd-services): Invoke mcron with the --log and --log-format arguments when log? is #t, (generate-doc): New procedure. * doc/guix.texi (Scheduled Job Execution): Update doc. (Mcron Home Service): Likewise. * gnu/home/services/mcron.scm: Keep in sync with the above changes to gnu/services/mcron.scm.
2022-11-15services: configuration: Re-order generated record fields.Maxim Cournoyer
This is so that the first field of the generated record matches the first one declared, which makes 'define-configuration' record API compatible with define-record-type* ones. * gnu/services/configuration.scm (define-configuration-helper): Move the %location field below the ones declared by the user. * gnu/services/monitoring.scm (zabbix-front-end-config): Adjust match pattern accordingly.
2022-11-15news: Add entry for 'guix shell --symlink'.Maxim Cournoyer
* etc/news.scm: Add entry.
2022-11-15etc/news.scm: Normalize indentation.Maxim Cournoyer
* etc/news.scm: Normalize indentation.
2022-11-15shell: Detect --symlink spec problems early.Maxim Cournoyer
* guix/scripts/pack.scm (symlink-spec-option-parser): Remove extraneous char-set. Raise an exception when the target is an absolute file name. (guix-pack): Move with-error-handler earlier. * guix/scripts/shell.scm (guix-shell): Likewise. * guix/scripts/environment.scm (guix-environment): Wrap the whole guix-environment* call with the with-error-handling handler. * tests/guix-environment-container.sh: Add tests. * tests/guix-pack.sh: Adjust symlink spec.
2022-11-15guix: shell: Add '--symlink' option.Maxim Cournoyer
* guix/scripts/pack.scm (%options): Extract symlink parsing logic to... (symlink-spec-option-parser): ... here. (self-contained-tarball/builder): Add a comment mentioning why a relative file name is used for the link target. * guix/scripts/environment.scm (show-environment-options-help): Document new --symlink option. (%default-options): Add default value for symlinks. (%options): Register new symlink option. (launch-environment/container): Add #:symlinks argument and extend doc, and create symlinks using evaluate-populate-directive. (guix-environment*): Pass symlinks arguments to launch-environment/container. * doc/guix.texi (Invoking guix shell): Document it. * tests/guix-shell.sh: Add a --symlink (negative) test. * tests/guix-environment-container.sh: Add tests.
2022-11-15install: Validate symlink target in evaluate-populate-directive.Maxim Cournoyer
* gnu/build/install.scm (evaluate-populate-directive): By default, error when the target of a symlink doesn't exist. Always ensure TARGET ends with "/". (populate-root-file-system): Call evaluate-populate-directive with #:error-on-dangling-symlink #t and add comment.
2022-11-15Makefile.am: Sort EXTRA_DIST entries.Maxim Cournoyer
* Makefile.am (EXTRA_DIST): Sort.
2022-11-15gnu: Add rust-1.65.Efraim Flashner
* gnu/packages/rust.scm (rust-1.65): New variable.
2022-11-15gnu: Add rust-1.64.Efraim Flashner
* gnu/packages/rust.scm (rust-1.64): New variable.
2022-11-15gnu: Add rust-1.63.kiasoc5
* gnu/packages/rust.scm (rust-1.63): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15gnu: Add rust-1.62.kiasoc5
* gnu/packages/rust.scm (rust-1.62): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15gnu: Add rust-1.61.kiasoc5
* gnu/packages/rust.scm (rust-1.61): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15gnu: libjxl: Propagate required inputs.Marius Bakke
* gnu/packages/image.scm (libjxl)[inputs]: Move GOOGLE-BROTLI and GOOGLE-HIGHWAY ... [propagated-inputs]: ... here.
2022-11-13gnu: nano: Update to 7.0.Tobias Geerinckx-Rice
* gnu/packages/nano.scm (nano): Update to 7.0.
2022-11-13gnu: fuzzel: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (fuzzel)[description]: Fix ‘foot’ typo.
2022-11-15doc: Add missing closing parentheses in examples.Ludovic Courtès
* doc/guix.texi (VNC Services, Guix Home Services): Add missing closing parentheses.
2022-11-15doc: Link to the Git book instead of the git-scm.com homepage.pelzflorian (Florian Pelz)
The Pro Git book, unlike the git-scm.com homepage, is translated to many languages. Therefore translators of the Guix Manual can point to the appropriate translation now. * doc/guix.texi (Invoking guix pull): Point to the Pro Git book's URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15doc: Build pt_BR manual.Ludovic Courtès
* doc/build.scm (%manual-languages): Add "pt_BR".
2022-11-15doc: Refer to the pt_BR translation.pelzflorian (Florian Pelz)
* doc/guix.texi (Top): Mention Brazilian Portuguese. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15gnu: Add fuzzel.kiasoc5
This patch avoids building fuzzel with bundled nanosvg and uses librsvg instead. * gnu/packages/xdisorg.scm (fuzzel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15gnu: Add safeint.Antero Mejr
* gnu/packages/cpp.scm (safeint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15installer: Migrate to 'guile-gnutls'.Ludovic Courtès
* gnu/installer.scm (installer-program): Replace GNUTLS with GUILE-GNUTLS.
2022-11-15installer: Report known-unsupported PCI devices.Ludovic Courtès
* gnu/installer/hardware.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add it. * po/guix/POTFILES.in: Add it. * gnu/installer.scm (installer-steps): Pass #:pci-database to the 'welcome' step procedure. * gnu/installer/newt.scm (welcome-page): Add #:pci-database and pass it to 'run-welcome-page'. * gnu/installer/newt/welcome.scm (check-hardware-support): Add #:pci-database. Enumerate unsupported PCI devices and run an error page when unsupported devices are found. (run-welcome-page): Add #:pci-database and pass it to 'check-hardware-support' and to the recursive call. * gnu/installer/record.scm (<installer>)[welcome-page]: Adjust comment. * doc/guix.texi (Hardware Considerations): Mention it.
2022-11-15installer: Error page width is parameterized.Ludovic Courtès
* gnu/installer/newt/page.scm (run-error-page): Add #:width and honor it.
2022-11-15installer: Use 'current-guix' for extensions.Ludovic Courtès
This lets us use the latest (gnu build linux-modules) for instance. Note that items listed in 'with-extensions' come first in the load path, before the directory containing the modules in 'with-imported-modules'. * gnu/installer.scm (installer-program): Use (current-guix) instead of 'guix' in 'with-extensions'.
2022-11-15linux-modules: Add 'load-pci-device-database'.Ludovic Courtès
* gnu/build/linux-modules.scm (read-pci-device-database) (load-pci-device-database): New procedures.
2022-11-15linux-modules: Add support for listing PCI devices.Ludovic Courtès
* gnu/build/linux-modules.scm (<pci-device>): New record type. (pci-device-class-predicate, storage-pci-device?, network-pci-device?) (display-pci-device?, pci-devices?): New procedures.
2022-11-15installer: Warn about hardware support after the welcome page.Ludovic Courtès
This is a followup to 682639c107908426fe6bf0a1b8404b98b7820290, which added the uvesafb upfront, before welcome page had been displayed. * gnu/installer/newt/welcome.scm (check-hardware-support): New procedure. (run-welcome-page): Use it.