aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add sqitch.sqitchChristopher Baines2019-04-14
| | | | * gnu/packages/databases.scm (sqitch): New variable.
* gnu: Add perl-string-shellquote.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-string-shellquote): New variable.
* gnu: Add perl-mysql-config.Christopher Baines2019-04-14
| | | | * gnu/packages/databases.scm (perl-mysql-config): New variable.
* gnu: Add perl-test-version.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-check.scm (perl-test-version): New variable.
* gnu: Add perl-test-file-contents.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-check.scm (perl-test-file-contents): New variable.
* gnu: Add perl-test-file.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-check.scm (perl-test-file): New variable.
* gnu: Add perl-test-dir.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-check.scm (perl-test-dir): New variable.
* gnu: Add perl-test-checkdeps.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-check.scm (perl-test-checkdeps): New variable.
* gnu: Add perl-uri-db.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-web.scm (perl-uri-db): New variable.
* gnu: Add perl-uri-nested.Christopher Baines2019-04-14
| | | | * gnu/packages/perl-web.scm (perl-uri-nested): New variable.
* gnu: Add perl-template-tiny.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-template-tiny): New variable.
* gnu: Add perl-string-formatter.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-string-formatter): New variable.
* gnu: Add perl-io-pager.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-io-pager): New variable.
* gnu: Add perl-tie-handle-offset.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-tie-handle-offset): New variable.
* gnu: Add perl-cpan-distnameinfo.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-cpan-distnameinfo): New variable.
* gnu: Add perl-config-gitlike.Christopher Baines2019-04-14
| | | | * gnu/packages/perl.scm (perl-config-gitlike): New variable.
* gnu: Add perl-http-tinyish.Christopher Baines2019-04-14
| | | | * gnu/packages/web.scm (perl-http-tinyish): New variable.
* gnu: wine-staging: Update to 4.6.Rutger Helling2019-04-14
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.6. * gnu/packages/wine.scm (wine-staging): Update to 4.6.
* nls: Update 'fr' translation.Julien Lepiller2019-04-13
|
* gnu: Add r-rex.Nicolò Balzarotti2019-04-13
| | | | | | * gnu/packages/cran.scm (r-rex): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add marble-marcher.Ricardo Wurmus2019-04-13
| | | | * gnu/packages/games.scm (marble-marcher): New variable.
* gnu: emacs: Update to 26.2.Mark H Weaver2019-04-12
| | | | * gnu/packages/emacs.scm (emacs): Update to 26.2.
* gnu: opam: Update to 2.0.4.Julien Lepiller2019-04-12
| | | | * gnu/packages/ocaml.scm (opam): Update to 2.0.4.
* gnu: Fix uri for perl-template-toolkit.Christopher Baines2019-04-12
| | | | * gnu/packages/perl.scm (perl-template-toolkit)[source]: Fix origin uri.
* gnu: r-rpart: Update to 4.1-15.Ricardo Wurmus2019-04-12
| | | | * gnu/packages/statistics.scm (r-rpart): Update to 4.1-15.
* gnu: r-reticulate: Update to 1.12.Ricardo Wurmus2019-04-12
| | | | * gnu/packages/cran.scm (r-reticulate): Update to 1.12.
* build: Fix typo in Makefile.am conditional.Ludovic Courtès2019-04-12
| | | | | | | | | Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de> in <https://bugs.gnu.org/35138>. This is a followup to a7ad4505b7a09f32e2727a333e11716739efb713. * gnu/local.mk [!ENABLE_INSTALLER]: Use 'else', not 'elif'.
* install: Use a font with more glyphs on tty2.Ludovic Courtès2019-04-12
| | | | | * gnu/system/install.scm (%installation-services): For 'console-font-service-type', use LatGrkCyr-8x16 on tty2.
* installer: Choosing a locale opens the translated manual on tty2.Ludovic Courtès2019-04-12
| | | | | | | | | | | | | Suggested by Florian Pelz. * gnu/system/install.scm (%installation-node-names): New variable. (log-to-info): Expect the chosen locale as an argument. Compute the language, Info file name, and node name. Install the locale. (documentation-shepherd-service): Add 'locale' parameter to the 'start' action and honor it. Set GUIX_LOCPATH and TERM as environment variables for the process. * gnu/installer.scm (apply-locale): Use (gnu services herd). Call 'stop-service' and 'start-service' with the chosen locale.
* install: Add standalone documentation service.Ludovic Courtès2019-04-12
| | | | | | | | * gnu/system/install.scm (log-to-info): Add 'tty' and 'user' parameters. Open the tty and change UIDs/GIDs. (documentation-shepherd-service): New procedure. (%documentation-users, documentation-service-type): New variables. (%installation-services): Use it instead of 'mingetty-service'.
* doc: Strip the "Limitations" section.Ludovic Courtès2019-04-12
| | | | | * doc/guix.texi (Limitations): Strip the paragraph about not being production-ready. Remove the number of packages.
* gnu: fc-host-tools: Fix fc-loadtool.Danny Milosavljevic2019-04-12
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Modify.
* gnu: emacs-direnv: Update to 1.5.0.Jelle Licht2019-04-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 1.5.0.
* gnu: idris: Run tests.Eric Bavier2019-04-11
| | | | | | | | * gnu/packages/patches/idris-test-no-node.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/idris.scm (idris)[origin]: Use it. [native-inputs]: New field. [arguments]: Remove "#:tests? #f". Add custom 'check' phase after 'install'.
* gnu: idris: Enable FFI and GMP support.Eric Bavier2019-04-11
| | | | | * gnu/packages/idris.scm (idris)[inputs]: Add ghc-libffi. [arguments]: Add "-fFFI" and "-fGMP" to #:configure-flags.
* gnu: Add ghc-libffi.Eric Bavier2019-04-11
| | | | * gnu/packages/haskell.scm (ghc-libffi): New variable.
* gnu: idris: Upgrade to 1.3.1.Eric Bavier2019-04-11
| | | | | * gnu/packages/idris.scm (idris): Upgrade to 1.3.1. [arguments]: Remove 'update-constraints' phase.
* build-system/linux-module: Configure module like the kernel.Danny Milosavljevic2019-04-12
| | | | | * guix/build/linux-module-build-system.scm (configure): New procedure. (%standard-phases): Add "configure" phase.
* gnu: rust: Enable parallel tests starting with 1.26.Danny Milosavljevic2019-04-12
| | | | | * gnu/packages/rust.scm (rust-1.26)[arguments]<#:phases>[check]: Enable parallel tests.
* build-system/linux-module: Support module source versioning.Danny Milosavljevic2019-04-12
| | | | | | | | * guix/build-system/linux-module.scm (make-linux-module-builder) [native-inputs]: Add linux. [arguments]<#:phases>[install]: Install "System.map" and "Module.symvers". * guix/build/linux-module-build-system.scm (configure): Delete procedure. (%standard-phases): Delete "configure" phase.
* gnu: r-ggthemes: Update to 4.1.1.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-ggthemes): Update to 4.1.1.
* gnu: r-plotly: Update to 4.9.0.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-plotly): Update to 4.9.0.
* gnu: r-plotrix: Update to 3.7-5.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-plotrix): Update to 3.7-5.
* gnu: r-devtools: Update to 2.0.2.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-devtools): Update to 2.0.2.
* gnu: r-backports: Update to 1.1.4.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-backports): Update to 1.1.4.
* gnu: r-rversions: Update to 1.1.0.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-rversions): Update to 1.1.0.
* gnu: r-data-table: Update to 1.12.2.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-data-table): Update to 1.12.2.
* gnu: r-rlang: Update to 0.3.4.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-rlang): Update to 0.3.4.
* gnu: r-ggplot2: Update to 3.1.1.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-ggplot2): Update to 3.1.1.
* gnu: r-nlme: Update to 3.1-139.Ricardo Wurmus2019-04-11
| | | | * gnu/packages/statistics.scm (r-nlme): Update to 3.1-139.