summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-05gnu: emacs-parsebib: Update to 4.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1. Fixes bug#56346.
2022-07-05gnu: emacs-citar: Update to 0.9.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.6. [propagated-inputs]: Add EMACS-CITAR.
2022-07-05gnu: python-django@3.2: Update to 3.2.14 [fixes CVE-2022-34265].Marius Bakke
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.14.
2022-07-05gnu: Django: Update to 4.0.6 [fixes CVE-2022-34265].Marius Bakke
* gnu/packages/django.scm (python-django-4.0): Update to 4.0.6.
2022-07-04style: For 'let' and similar forms, emit one binding per line.Ludovic Courtès
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'.
2022-07-04etc/guix-install.sh: Check for profile from 'guix home'.Philip McGrath
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>
2022-07-04etc/guix-install.sh: Initialize XDG base directories.Philip McGrath
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>
2022-07-04style: Add option '--list-stylings'.Hartmut Goebel
* guix/scripts/style.scm (show-stylings): New procedure. (%options, show-help): Add "--list-stylings". * doc/guix.texi (Invoking guix style): Document "-l".
2022-07-04gnu: Add trytond-stock-package-shipping-dpd.Hartmut Goebel
* gnu/packages/tryton.scm (trytond-stock-package-shipping-dpd): New variable.
2022-07-04gnu: Add trytond-google-maps.Hartmut Goebel
* gnu/packages/tryton.scm (trytond-google-maps): New variable.
2022-07-04gnu: Add trytond-gis.Hartmut Goebel
* gnu/packages/tryton.scm (trytond-gis): New variable.
2022-07-04gnu: Add python-geomet.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-geomet): New variable.
2022-07-04gnu: emacs-emms-print-metadata: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata)[arguments]: Use G-expressions.
2022-07-04gnu: emacs-emms: Update to 11.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 11.
2022-07-04gnu: emacs-rg: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-rg)[arguments]: Use G-expressions and MAKE-FILE-WRITABLE.
2022-07-04gnu: emacs-rg: Update to 2.2.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.1.
2022-07-04gnu: fsearch: Update to 0.1.3.Nicolas Goaziou
* gnu/packages/search.scm (fsearch): Update to 0.1.3.
2022-07-04gnu: manuskript: Update package style.Nicolas Goaziou
* gnu/packages/text-editors.scm (manuskript)[arguments]: Use G-expressions. Remove trailing #T.
2022-07-04gnu: manuskript: Update to 0.14.0.Nicolas Goaziou
* gnu/packages/text-editors.scm (manuskript): Update to 0.14.0.
2022-07-04gnu: nauty: Update package style.Nicolas Goaziou
* gnu/packages/maths.scm (nauty)[arguments]: Use G-expressions. Remove trailing #T.
2022-07-04gnu: nauty: Update to 2.7r4.Nicolas Goaziou
* gnu/packages/maths.scm (nauty): Update to 2.7r4.
2022-07-04gnu: tlpui: Use G-expressions.Nicolas Goaziou
* gnu/packages/linux.scm (tlpui)[arguments]: Use G-expressions.
2022-07-04gnu: tlpui: Honor TESTS?.Nicolas Goaziou
* gnu/packages/linux.scm (tlpui)[arguments]<#:phases>: Honor TESTS? in CHECK phase.
2022-07-04gnu: tlpui: Update to 1.5.0-1.Nicolas Goaziou
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
2022-07-04gnu: emacs-sly-stepper: Update to 20220704.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
2022-07-04gnu: Add r-sccustomize.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-sccustomize): New variable.
2022-07-04gnu: Add r-dittoseq.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-dittoseq): New variable.
2022-07-04gnu: Add r-ggprism.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggprism): New variable.
2022-07-04gnu: Add r-ggrastr.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggrastr): New variable.
2022-07-04gnu: Add r-janitor.Ricardo Wurmus
* gnu/packages/cran.scm (r-janitor): New variable.
2022-07-04gnu: Add r-paletteer.Ricardo Wurmus
* gnu/packages/cran.scm (r-paletteer): New variable.
2022-07-04gnu: Add r-prismatic.Ricardo Wurmus
* gnu/packages/cran.scm (r-prismatic): New variable.
2022-07-04gnu: Add r-colorway.Ricardo Wurmus
* gnu/packages/statistics.scm (r-colorway): New variable.
2022-07-04gnu: vpnc: Add bsd-2 license.Jean-Pierre De Jesus DIAZ
* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: vpnc: Fix cross-compilation.Jean-Pierre De Jesus DIAZ
* 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>
2022-07-04gnu: Add gizaSharlatan Hellseher
* gnu/packages/maths.scm (giza): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: solidity: Update to 0.8.15.Zhu Zihao
* 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>
2022-07-04gnu: Add fmt-for-solidity.Zhu Zihao
* gnu/packages/pretty-print.scm (fmt-for-solidity): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: solidity: Use G-expressions.Zhu Zihao
* 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>
2022-07-04gnu: z3: Prefer CMake to build the package.Zhu Zihao
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>
2022-07-04gnu: z3: Update to 4.8.17.Zhu Zihao
* gnu/packages/maths.scm (z3): Update to 4.8.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: z3: Use G-expressions.Zhu Zihao
* gnu/packages/maths.scm (z3)[arguments]: Use G-expressions. [native-inputs]: Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: sbcl-nkeymaps: Update to 1.0.0.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
2022-07-04gnu: tbb: Fix building on riscv64-linux.Efraim Flashner
* 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.
2022-07-04etc: teams: Add entry for Efraim Flashner.Efraim Flashner
* etc/teams.scm.in ("Efraim Flashner"): New member.
2022-07-03gnu: linux-libre 4.9: Update to 4.9.321.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.321. (linux-libre-4.9-pristine-source): Update hash.
2022-07-03gnu: linux-libre 4.14: Update to 4.14.286.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.286. (linux-libre-4.14-pristine-source): Update hash.
2022-07-03gnu: linux-libre 4.19: Update to 4.19.250.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.250. (linux-libre-4.19-pristine-source): Update hash.
2022-07-03gnu: linux-libre 5.4: Update to 5.4.203.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.203. (linux-libre-5.4-pristine-source): Update hash.
2022-07-03gnu: linux-libre 5.10: Update to 5.10.128.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.128. (linux-libre-5.10-pristine-source): Update hash.