summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* maint: Disable telephony service tests.Lars-Dominik Braun2022-07-05
| | | | | | Temporarily, so we can bump the guix package. * Makefile.am (SCM_TESTS): Remove tests/services/telephony.scm.
* gnu: emacs-parsebib: Update to 4.1.Nicolas Goaziou2022-07-05
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1. Fixes bug#56346.
* gnu: emacs-citar: Update to 0.9.6.Nicolas Goaziou2022-07-05
| | | | | * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.6. [propagated-inputs]: Add EMACS-CITAR.
* gnu: python-django@3.2: Update to 3.2.14 [fixes CVE-2022-34265].Marius Bakke2022-07-05
| | | | * gnu/packages/django.scm (python-django-3.2): Update to 3.2.14.
* gnu: Django: Update to 4.0.6 [fixes CVE-2022-34265].Marius Bakke2022-07-05
| | | | * gnu/packages/django.scm (python-django-4.0): Update to 4.0.6.
* style: For 'let' and similar forms, emit one binding per line.Ludovic Courtès2022-07-04
| | | | | | | | | | | | | | | | | | Previously, 'let' bindings could be rendered like this: (let ((x 1) (y 2) (z 3)) ...) With this change, each bindings goes in its own line. Partly fixes <https://issues.guix.gnu.org/56297>. Reported by Maxime Devos <maximedevos@telenet.be>. * guix/scripts/style.scm (pretty-print-with-comments)[list-of-lists?]: New procedure. Use it. * tests/style.scm: Add tests with 'let' and 'substitute-keyword-arguments'.
* etc/guix-install.sh: Check for profile from 'guix home'.Philip McGrath2022-07-04
| | | | | | | | | | If "$HOME/.guix-home/profile" exists, use it for GUIX_PROFILE instead of "$HOME/.guix-profile". * etc/guix-install.sh (sys_create_init_profile): Check for 'guix home' profile. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc/guix-install.sh: Initialize XDG base directories.Philip McGrath2022-07-04
| | | | | | | | | | | | | | | | The default values from the XDG base directory specification make little sense for Guix System, and some scripts in Guix assume that they are not "empty or unset": for example, see <https://issues.guix.gnu.org/56050>. On foreign distros, however, omitting the default values is likely to break software from the distro, perhaps even preventing the desktop environment from starting. To smooth over the difference, use the system-wide configuration to ensure the environment variables are always explicitly set on foreign distros. * etc/guix-install.sh (sys_create_init_profile): Explicitly initialize XDG base directory variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* style: Add option '--list-stylings'.Hartmut Goebel2022-07-04
| | | | | | * guix/scripts/style.scm (show-stylings): New procedure. (%options, show-help): Add "--list-stylings". * doc/guix.texi (Invoking guix style): Document "-l".
* gnu: Add trytond-stock-package-shipping-dpd.Hartmut Goebel2022-07-04
| | | | * gnu/packages/tryton.scm (trytond-stock-package-shipping-dpd): New variable.
* gnu: Add trytond-google-maps.Hartmut Goebel2022-07-04
| | | | * gnu/packages/tryton.scm (trytond-google-maps): New variable.
* gnu: Add trytond-gis.Hartmut Goebel2022-07-04
| | | | * gnu/packages/tryton.scm (trytond-gis): New variable.
* gnu: Add python-geomet.Hartmut Goebel2022-07-04
| | | | * gnu/packages/python-xyz.scm (python-geomet): New variable.
* gnu: emacs-emms-print-metadata: Improve package style.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata)[arguments]: Use G-expressions.
* gnu: emacs-emms: Update to 11.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 11.
* gnu: emacs-rg: Improve package style.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-rg)[arguments]: Use G-expressions and MAKE-FILE-WRITABLE.
* gnu: emacs-rg: Update to 2.2.1.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.1.
* gnu: fsearch: Update to 0.1.3.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/search.scm (fsearch): Update to 0.1.3.
* gnu: manuskript: Update package style.Nicolas Goaziou2022-07-04
| | | | | * gnu/packages/text-editors.scm (manuskript)[arguments]: Use G-expressions. Remove trailing #T.
* gnu: manuskript: Update to 0.14.0.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/text-editors.scm (manuskript): Update to 0.14.0.
* gnu: nauty: Update package style.Nicolas Goaziou2022-07-04
| | | | | * gnu/packages/maths.scm (nauty)[arguments]: Use G-expressions. Remove trailing #T.
* gnu: nauty: Update to 2.7r4.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/maths.scm (nauty): Update to 2.7r4.
* gnu: tlpui: Use G-expressions.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/linux.scm (tlpui)[arguments]: Use G-expressions.
* gnu: tlpui: Honor TESTS?.Nicolas Goaziou2022-07-04
| | | | | * gnu/packages/linux.scm (tlpui)[arguments]<#:phases>: Honor TESTS? in CHECK phase.
* gnu: tlpui: Update to 1.5.0-1.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
* gnu: emacs-sly-stepper: Update to 20220704.Pierre Neidhardt2022-07-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
* gnu: Add r-sccustomize.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/bioinformatics.scm (r-sccustomize): New variable.
* gnu: Add r-dittoseq.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/bioconductor.scm (r-dittoseq): New variable.
* gnu: Add r-ggprism.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/cran.scm (r-ggprism): New variable.
* gnu: Add r-ggrastr.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/cran.scm (r-ggrastr): New variable.
* gnu: Add r-janitor.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/cran.scm (r-janitor): New variable.
* gnu: Add r-paletteer.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/cran.scm (r-paletteer): New variable.
* gnu: Add r-prismatic.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/cran.scm (r-prismatic): New variable.
* gnu: Add r-colorway.Ricardo Wurmus2022-07-04
| | | | * gnu/packages/statistics.scm (r-colorway): New variable.
* gnu: vpnc: Add bsd-2 license.Jean-Pierre De Jesus DIAZ2022-07-04
| | | | | | * gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vpnc: Fix cross-compilation.Jean-Pierre De Jesus DIAZ2022-07-04
| | | | | | | | | | | | * gnu/packages/vpn.scm (vpnc): Fix cross-compilation. [native-inputs]: Add conditional input of `this-package' (vpnc) to reuse the man page and add `pkg-config'. [arguments]: Use G-Expressions. [arguments]: Make use of `make-flags' instead of using substitutions. [arguments]: Remove unneeded deletion of `configure'. [arguments]: Use `pkg-config' to search for libgcrypt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gizaSharlatan Hellseher2022-07-04
| | | | | | * gnu/packages/maths.scm (giza): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: solidity: Update to 0.8.15.Zhu Zihao2022-07-04
| | | | | | | | | | | | * gnu/packages/solidity.scm (solidity): Update to 0.8.15. [source]: Use Github release. [arguments]<#:phases>: Remove phase 'create-commit_hash.txt'. Restore phase 'configure' and phase 'install'. Remove modifications applied to the phase 'build' and phase 'check'. Add phase 'unbundle-3rd-party-dependencies'. [inputs]: Add fmt-for-solidity, range-v3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add fmt-for-solidity.Zhu Zihao2022-07-04
| | | | | | * gnu/packages/pretty-print.scm (fmt-for-solidity): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: solidity: Use G-expressions.Zhu Zihao2022-07-04
| | | | | | | * gnu/packages/solidity.scm (solidity)[arguments]: Use G-expressions. [native-inputs]: Use label-less style inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: z3: Prefer CMake to build the package.Zhu Zihao2022-07-04
| | | | | | | | | | | | | | | | | | | Z3 developer recommends to use CMake to build Z3 except the OCaml bindings. Use CMake also enable us to cross compile z3. * gnu/packages/maths.scm (z3)[build-system]: Use cmake-build-system. [arguments]<#:configure-flags>: Add flags for CMake. <#:phases>: Remove stale phase 'fix-compatability'. In phase 'check', build the z3 test binary and don't test when cross compiling. Add phase 'compile-python-modules' phase to generate python bytecode cache for z3 python binding. Add phase 'fix-z3-library-path' to help z3 pythong binding to find the z3 shared library. (ocaml-z3)[build-system]: Override the inherited value with 'gnu-build-system'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: z3: Update to 4.8.17.Zhu Zihao2022-07-04
| | | | | | * gnu/packages/maths.scm (z3): Update to 4.8.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: z3: Use G-expressions.Zhu Zihao2022-07-04
| | | | | | | * gnu/packages/maths.scm (z3)[arguments]: Use G-expressions. [native-inputs]: Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sbcl-nkeymaps: Update to 1.0.0.Pierre Neidhardt2022-07-04
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
* gnu: tbb: Fix building on riscv64-linux.Efraim Flashner2022-07-04
| | | | | | * gnu/packages/tbb.scm (tbb)[source]: Add patch. * gnu/packages/patches/tbb-other-arches.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* etc: teams: Add entry for Efraim Flashner.Efraim Flashner2022-07-04
| | | | * etc/teams.scm.in ("Efraim Flashner"): New member.
* gnu: linux-libre 4.9: Update to 4.9.321.Leo Famulari2022-07-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.321. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.286.Leo Famulari2022-07-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.286. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.250.Leo Famulari2022-07-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.250. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.203.Leo Famulari2022-07-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.203. (linux-libre-5.4-pristine-source): Update hash.