summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: spacefm: Add dependencies for extra functionality.series-3659Raghav Gururajan2020-04-24
| | | | | | | * gnu/packages/lxde.scm (spacefm): Add dependencies for extra functionality. Adding these inputs and making required changes to build-system+arguments; provides icons, privilege-management and disk-management.
* doc: cookbook: Use @file for file names and extensions.base-for-series-3659Nicolas Goaziou2020-04-24
| | | | | | | | | * doc/guix-cookbook.texi (@samp{GUIX_PACKAGE_PATH}): (Extended example): (Setting up a bind mount): (Basic setup with manifests): (Default profile): Use @file instead of @samp or @code for file names and extensions.
* doc: cookbook: Fix misuses of double spacing.Nicolas Goaziou2020-04-24
| | | | | | | | * doc/guix-cookbook.texi (Extended example): (StumpWM): (Basic setup with manifests): Prevent Texinfo from ending a sentence where it should not. (Setting up a bind mount): Add two spaces where needed.
* gnu: guix: Update to 7dd0539.Marius Bakke2020-04-24
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
* doc: Ensure guix-daemon is built before creating guix-daemon.1.Marius Bakke2020-04-24
| | | | | * doc/local.mk ($(srcdir)/%D%/guix-daemon.1): Depend on guix-daemon$(EXEEXT) instead of its source code.
* gnu: biber: Downgrade to 2.11.Ludovic Courtès2020-04-24
| | | | | | | Biber 2.12 is incompatible with biblatex 3.11, which is what's currently packaged. This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464. * gnu/packages/tex.scm (biber): Downgrade to 2.11.
* gnu: biber: Address test failures.Ludovic Courtès2020-04-24
| | | | | | * gnu/packages/patches/biber-sortinithash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (biber)[source]: Use it.
* pack: 'guix pack -R' wrapper correctly reports exit code.Ludovic Courtès2020-04-24
| | | | | | | | | | Fixes <https://bugs.gnu.org/40816>. Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>. * gnu/packages/aux-files/run-in-namespace.c (main): In the 'default' case, check 'WIFEXITED (status)' and exit with the corresponding code in that case. Exit with 255 in other cases. * tests/guix-pack-relocatable.sh: Add test.
* gnu: llvm: Add 10.0.0.Ludovic Courtès2020-04-24
| | | | | | | | | | * gnu/packages/llvm.scm (llvm-10, clang-runtime-10, clang-10) (clang-toolchain-10, llvm-9, clang-runtime-9, clang-9) (clang-toolchain-9): New variables. (llvm, clang, clang-runtime, clang-toolchain): Redefine as aliases to the '-9' bindings. * gnu/packages/patches/clang-10.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add r-rxnat.base-for-series-3656Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-rxnat): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-rcdd.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-rcdd): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-dcv.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-dcv): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-tea: Fix typo.Ricardo Wurmus2020-04-24
| | | | * gnu/packages/cran.scm (r-tea)[description]: Fix typo.
* gnu: Add r-stam.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-stam): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-grouped.Naga Malleswari2020-04-24
| | | | * gnu/packages/cran.scm (r-grouped): New variable.
* gnu: Add r-sgloptim.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-sgloptim): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-aws.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-aws): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-awsmethods.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-awsmethods): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-tea.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-tea): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add texlive-csquotes.base-for-series-3655Ricardo Wurmus2020-04-24
| | | | * gnu/packages/tex.scm (texlive-csquotes): New variable.
* guix package: Export 'search-path-environment-variables'.Marius Bakke2020-04-24
| | | | | | ...because Emacs-Guix uses it. * guix/scripts/package.scm (search-path-environment-variables): Export.
* gnu: datamash: Update to 1.7.Efraim Flashner2020-04-24
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.7.
* gnu: java-eclipse-jetty-test-helper: Don't use unstable tarball.Efraim Flashner2020-04-24
| | | | | * gnu/packages/web.scm (java-eclipse-jetty-test-helper)[source]: Download using git-fetch.
* Revert "licenses: Export license record."Mathieu Othacehe2020-04-24
| | | | | | This reverts commit f0779922ff260df2404c90504986aa59553154fb. We do not want to export the license record, see: https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.
* gnu: linux-libre: Update to 5.4.35.base-for-series-3650Mark H Weaver2020-04-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.35. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@5.6: Update to 5.6.7.Mark H Weaver2020-04-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.7. (linux-libre-5.6-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.118.Mark H Weaver2020-04-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.118. (linux-libre-4.19-pristine-source): Update hash.
* gnu: Add wsjtx.Guillaume Le Vaillant2020-04-24
| | | | | * gnu/packages/radio.scm (wsjtx-hamlib): New variable. (wsjtx): New variable.
* gnu: fldigi: Add hamlib support.Guillaume Le Vaillant2020-04-24
| | | | * gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.
* gnu: Add hamlib.Guillaume Le Vaillant2020-04-24
| | | | * gnu/packages/radio.scm (hamlib): New package.
* gnu: Add wolf-spectrum.Alexandros Theodotou2020-04-23
| | | | | | * gnu/packages/music.scm (wolf-spectrum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add wolf-shaper.Alexandros Theodotou2020-04-23
| | | | | | * gnu/packages/music.scm (wolf-shaper): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build: Don't build man pages when cross-compiling.Ludovic Courtès2020-04-23
| | | | | * configure.ac: Define 'CROSS_COMPILING' Automake conditional. * doc/local.mk (dist_man1_MANS): Wrap in "if !CROSS_COMPILING".
* doc: Build more man pages.Ludovic Courtès2020-04-23
| | | | | * doc/local.mk (sub_commands_mans): Add guix-deploy.1, guix-time-machine.1, and guix-weather.1.
* compile: Pre-load the compiler outside 'with-target'.Ludovic Courtès2020-04-23
| | | | | | | | | | * guix/build/compile.scm (compile-files): Move call to 'compile' before 'with-target'. Failing to do that, if the target has a different word size than the host, the first call to 'compile-file' fails with: ice-9/eval.scm:293:34: In procedure load-thunk-from-memory: ELF file does not have native word size while attempting loading 'language/spec.go'.
* gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}].Leo Famulari2020-04-23
| | | | * gnu/packages/networking.scm (squid): Update to 4.11.
* gnu: grammalecte: Update to 1.9.0.Nicolas Goaziou2020-04-23
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.9.0.
* gnu: liburcu: Update to 0.12.1.Tobias Geerinckx-Rice2020-04-23
| | | | * gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
* gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".Leo Famulari2020-04-23
| | | | | | This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983. * gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
* licenses: Export license record.zimoun2020-04-23
| | | | | | * guix/licenses.scm (<license>): Export it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add texlive-marginnote.Ricardo Wurmus2020-04-23
| | | | * gnu/packages/tex.scm (texlive-marginnote): New variable.
* git-version: Raise a condition instead of an error.Jakub Kądziołka2020-04-23
| | | | | | | * guix/git-download.scm (git-version): Replace ERROR with RAISE and CONDITION. This is a follow-up to commit bbf6bc1acc9bbdebf7ee7b68c0fa091733a5f6e1.
* Revert "gnu: u-boot: Update to 2020.04."base-for-series-3641Mathieu Othacehe2020-04-23
| | | | This reverts commit be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.
* gnu: emacs-4clojure: Fix license.Nicolas Goaziou2020-04-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-4clojure)[license]: Use GPL3+.
* git-version: Handle invalid arguments gracefullyJakub Kądziołka2020-04-23
| | | | * guix/git-download.scm (git-version): Add a check for commit ID length.
* gnu: Add visidata.Ryan Prior2020-04-23
| | | | | | | * gnu/packages/visidata.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add pyzo.Nicolas Goaziou2020-04-23
| | | | * gnu/packages/python-xyz.scm (pyzo): New variable.
* gnu: Add piper.Brendan Tildesley2020-04-23
| | | | | | * gnu/packages/gnome.scm (piper): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add libratbag.Brendan Tildesley2020-04-23
| | | | | | * gnu/packages/gnome.scm (libratbag): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-evdev.Brendan Tildesley2020-04-23
| | | | | | * gnu/packages/linux.scm (python-evdev): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>