| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: Document the 'validate-runpath' phase.•••* doc/guix.texi (Build Systems): Replace paragraph about RUNPATH
validation with a cross-reference.
(Build Phases): Add 'validate-runpath' phase, with the paragraph taken
above.
| Ludovic Courtès | 2022-07-05 | 1 | -8/+17 |
* | gnu: emacs-org-ql: Sort inputs alphabetically.•••* gnu/packages/emacs-xyz.scm (emacs-org-ql)[propagated-inputs]: Sort inputs
alphabetically.
| Nicolas Goaziou | 2022-07-05 | 1 | -7/+7 |
* | gnu: emacs-org-ql: Update to 0.6.2.•••* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.2.
| Nicolas Goaziou | 2022-07-05 | 1 | -12/+3 |
* | gnu: r-sandwich: Delete more generated vignette files.•••* gnu/packages/cran.scm (r-sandwich)[source]: Delete more files.
| Ricardo Wurmus | 2022-07-05 | 1 | -3/+5 |
* | gnu: guix: Update to 1.3.0-28.c23e0aa.•••Fixes a problem with the binary installer, whose guix command does not
understand manifest format 4 yet.
* gnu/packages/package-management.scm (guix): Update to 1.3.0-28.c23e0aa.
| Lars-Dominik Braun | 2022-07-05 | 1 | -3/+3 |
* | maint: Disable telephony service tests.•••Temporarily, so we can bump the guix package.
* Makefile.am (SCM_TESTS): Remove tests/services/telephony.scm.
| Lars-Dominik Braun | 2022-07-05 | 1 | -1/+0 |
* | gnu: emacs-parsebib: Update to 4.1.•••* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1.
Fixes bug#56346.
| Nicolas Goaziou | 2022-07-05 | 1 | -2/+2 |
* | gnu: emacs-citar: Update to 0.9.6.•••* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.6.
[propagated-inputs]: Add EMACS-CITAR.
| Nicolas Goaziou | 2022-07-05 | 1 | -16/+20 |
* | gnu: python-django@3.2: Update to 3.2.14 [fixes CVE-2022-34265].•••* gnu/packages/django.scm (python-django-3.2): Update to 3.2.14.
| Marius Bakke | 2022-07-05 | 1 | -2/+2 |
* | gnu: Django: Update to 4.0.6 [fixes CVE-2022-34265].•••* gnu/packages/django.scm (python-django-4.0): Update to 4.0.6.
| Marius Bakke | 2022-07-05 | 1 | -2/+2 |
* | style: For 'let' and similar forms, emit one binding per line.•••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'.
| Ludovic Courtès | 2022-07-04 | 2 | -1/+31 |
* | etc/guix-install.sh: Check for profile from 'guix home'.•••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>
| Philip McGrath | 2022-07-04 | 1 | -1/+3 |
* | etc/guix-install.sh: Initialize XDG base directories.•••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>
| Philip McGrath | 2022-07-04 | 1 | -1/+11 |
* | style: Add option '--list-stylings'.•••* guix/scripts/style.scm (show-stylings): New procedure.
(%options, show-help): Add "--list-stylings".
* doc/guix.texi (Invoking guix style): Document "-l".
| Hartmut Goebel | 2022-07-04 | 2 | -0/+15 |
* | gnu: Add trytond-stock-package-shipping-dpd.•••* gnu/packages/tryton.scm (trytond-stock-package-shipping-dpd): New variable.
| Hartmut Goebel | 2022-07-04 | 1 | -0/+26 |
* | gnu: Add trytond-google-maps.•••* gnu/packages/tryton.scm (trytond-google-maps): New variable.
| Hartmut Goebel | 2022-07-04 | 1 | -0/+21 |
* | gnu: Add trytond-gis.•••* gnu/packages/tryton.scm (trytond-gis): New variable.
| Hartmut Goebel | 2022-07-04 | 1 | -0/+20 |
* | gnu: Add python-geomet.•••* gnu/packages/python-xyz.scm (python-geomet): New variable.
| Hartmut Goebel | 2022-07-04 | 1 | -0/+20 |
* | gnu: emacs-emms-print-metadata: Improve package style.•••* gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata)[arguments]: Use G-expressions.
| Nicolas Goaziou | 2022-07-04 | 1 | -12/+12 |
* | gnu: emacs-emms: Update to 11.•••* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 11.
| Nicolas Goaziou | 2022-07-04 | 1 | -2/+2 |
* | gnu: emacs-rg: Improve package style.•••* gnu/packages/emacs-xyz.scm (emacs-rg)[arguments]: Use G-expressions and MAKE-FILE-WRITABLE.
| Nicolas Goaziou | 2022-07-04 | 1 | -9/+10 |
* | gnu: emacs-rg: Update to 2.2.1.•••* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.1.
| Nicolas Goaziou | 2022-07-04 | 1 | -32/+30 |
* | gnu: fsearch: Update to 0.1.3.•••* gnu/packages/search.scm (fsearch): Update to 0.1.3.
| Nicolas Goaziou | 2022-07-04 | 1 | -2/+2 |
* | gnu: manuskript: Update package style.•••* gnu/packages/text-editors.scm (manuskript)[arguments]: Use
G-expressions. Remove trailing #T.
| Nicolas Goaziou | 2022-07-04 | 1 | -43/+43 |
* | gnu: manuskript: Update to 0.14.0.•••* gnu/packages/text-editors.scm (manuskript): Update to 0.14.0.
| Nicolas Goaziou | 2022-07-04 | 1 | -2/+2 |
* | gnu: nauty: Update package style.•••* gnu/packages/maths.scm (nauty)[arguments]: Use G-expressions. Remove
trailing #T.
| Nicolas Goaziou | 2022-07-04 | 1 | -39/+37 |
* | gnu: nauty: Update to 2.7r4.•••* gnu/packages/maths.scm (nauty): Update to 2.7r4.
| Nicolas Goaziou | 2022-07-04 | 1 | -2/+2 |
* | gnu: tlpui: Use G-expressions.•••* gnu/packages/linux.scm (tlpui)[arguments]: Use G-expressions.
| Nicolas Goaziou | 2022-07-04 | 1 | -37/+37 |
* | gnu: tlpui: Honor TESTS?.•••* gnu/packages/linux.scm (tlpui)[arguments]<#:phases>: Honor TESTS? in CHECK
phase.
| Nicolas Goaziou | 2022-07-04 | 1 | -2/+3 |
* | gnu: tlpui: Update to 1.5.0-1.•••* gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
| Nicolas Goaziou | 2022-07-04 | 1 | -2/+2 |
* | gnu: emacs-sly-stepper: Update to 20220704.•••* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
| Pierre Neidhardt | 2022-07-04 | 1 | -3/+3 |
* | gnu: Add r-sccustomize.•••* gnu/packages/bioinformatics.scm (r-sccustomize): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+58 |
* | gnu: Add r-dittoseq.•••* gnu/packages/bioconductor.scm (r-dittoseq): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+44 |
* | gnu: Add r-ggprism.•••* gnu/packages/cran.scm (r-ggprism): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+32 |
* | gnu: Add r-ggrastr.•••* gnu/packages/cran.scm (r-ggrastr): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+23 |
* | gnu: Add r-janitor.•••* gnu/packages/cran.scm (r-janitor): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+40 |
* | gnu: Add r-paletteer.•••* gnu/packages/cran.scm (r-paletteer): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+22 |
* | gnu: Add r-prismatic.•••* gnu/packages/cran.scm (r-prismatic): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+20 |
* | gnu: Add r-colorway.•••* gnu/packages/statistics.scm (r-colorway): New variable.
| Ricardo Wurmus | 2022-07-04 | 1 | -0/+25 |
* | gnu: vpnc: Add bsd-2 license.•••* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jean-Pierre De Jesus DIAZ | 2022-07-04 | 1 | -1/+1 |
* | gnu: vpnc: Fix cross-compilation.•••* 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>
| Jean-Pierre De Jesus DIAZ | 2022-07-04 | 1 | -18/+62 |
* | gnu: Add giza•••* gnu/packages/maths.scm (giza): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sharlatan Hellseher | 2022-07-04 | 1 | -0/+26 |
* | gnu: solidity: Update to 0.8.15.•••* 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>
| Zhu Zihao | 2022-07-04 | 1 | -57/+37 |
* | gnu: Add fmt-for-solidity.•••* gnu/packages/pretty-print.scm (fmt-for-solidity): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zhu Zihao | 2022-07-04 | 1 | -0/+14 |
* | gnu: solidity: Use G-expressions.•••* 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>
| Zhu Zihao | 2022-07-04 | 1 | -31/+31 |
* | gnu: z3: Prefer CMake to build the package.•••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>
| Zhu Zihao | 2022-07-04 | 1 | -33/+31 |
* | gnu: z3: Update to 4.8.17.•••* gnu/packages/maths.scm (z3): Update to 4.8.17.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zhu Zihao | 2022-07-04 | 1 | -2/+2 |
* | gnu: z3: Use G-expressions.•••* gnu/packages/maths.scm (z3)[arguments]: Use G-expressions.
[native-inputs]: Use label-less style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zhu Zihao | 2022-07-04 | 1 | -44/+45 |
* | gnu: sbcl-nkeymaps: Update to 1.0.0.•••* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
| Pierre Neidhardt | 2022-07-04 | 1 | -4/+3 |
* | gnu: tbb: Fix building on riscv64-linux.•••* 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.
| Efraim Flashner | 2022-07-04 | 3 | -4/+48 |