summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * ui: Add -V as short option for --version.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | * guix/ui.scm (run-guix): Add -V as the short option for --version for consistency with most commands. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * scripts: Add missing -V option to commands that document it.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | | | | | * guix/scripts/container.scm (guix-container): * guix/scripts/import.scm (guix-import): * guix/scripts/substitute.scm (guix-substitute): Add -V as the short option for --version to match show-help's description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * weather: Fix pasto in --version output.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | * guix/scripts/weather.scm (%options): Correct the command name passed to show-version-and-exit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Update stellarium to 0.18.1.Björn Höfling2018-07-07
| | | | | | | | | | | | | | | | [[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-07-06T23:28:16+0200 using DSA]] * gnu/packages/astronomy.scm (stellarium): Update to 0.18.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: guile-git: Update to 0.1.0.Ludovic Courtès2018-07-07
| | | | | | | | * gnu/packages/guile.scm (guile-git): Update to 0.1.0.
| * doc: Fix typo.Oleg Pykhalov2018-07-07
| | | | | | | | * doc/guix.texi (Preparing for Installation): Fix ‘the’ typo.
| * gnu: grammalecte: Update to 0.6.5.Nicolas Goaziou2018-07-07
| | | | | | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.5.
| * gnu: musescore: Update to 2.3.1.Nicolas Goaziou2018-07-07
| | | | | | | | * gnu/packages/music.scm (musescore): Update to 2.3.1.
| * Merge branch 'version-0.15.0'Ludovic Courtès2018-07-06
| |\
| | * gnu: guix: Update to 4876bc8.Ludovic Courtès2018-07-06
| | |
| | * gnu: guix: Update to 0.15.0.Ludovic Courtès2018-07-06
| | |
| | * Update NEWS.v0.15.0Ludovic Courtès2018-07-05
| | |
| | * doc: Update URL of the Emacs-Guix manual.Ludovic Courtès2018-07-05
| | | | | | | | | | | | * doc/htmlxref.cnf (EMACS_GUIX): Update URL.
| | * doc: Mention translations of the manual.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | * doc/guix.texi (Top): Add note about l10n. * doc/htmlxref.cnf: Add "guix.fr".
| | * tests: Skip 'guix-pack.sh'.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | | | | | | | This works around a regression introduced in commit 66e9944e078cbb9e0d618377dd6df6e639640efa while waiting for a proper fix. * tests/guix-pack.sh: Add "exit 77".
| | * Update NEWS.Ludovic Courtès2018-07-05
| | |
| | * pack: Use guile-for-build for the target system.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, running "guix pack -s i686-linux" on an x86_64-linux machine, for instance, would use an x86_64 guile for module derivations. This was OK until now, but would break when passing "--localstatedir" due to the introduction of guile-sqlite3: we'd be using the i686 guile-sqlite3 along with the x86_64 guile. * guix/scripts/pack.scm (guix-pack): Pass the 'system option from OPTS to 'package-derivation'.
| | * nls: Update 'fr' translation.Julien Lepiller2018-07-05
| | |
| | * doc: Update package count.Ludovic Courtès2018-07-05
| | | | | | | | | | | | * doc/guix.texi (Limitations): Update number.
| | * doc: Mention ARM and AArch64 bootloaders.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | * doc/guix.texi (Bootloader Configuration): Mention ARM and AArch64. Add missing uses of @code.
| | * doc: Improve UEFI/BIOS bootloader documentation.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partly fixes <https://bugs.gnu.org/30312>. * doc/guix.texi (Preparing for Installation): Add note on how to choose between UEFI and BIOS. (Using the Configuration System)[Bootloader]: New subsubsection. (Bootloader Configuration): Expound on the bootloader type and target. * gnu/system/examples/desktop.tmpl: Switch to UEFI. * gnu/system/examples/bare-bones.tmpl: Explicitly mention "legacy" and "BIOS" in the comments.
| | * services: mingetty: Use '--nohangup'.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | See the discussion at <https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00049.html>. * gnu/services/base.scm (mingetty-shepherd-service): Pass "--nohangup" to mingetty.
| | * system: Default .bashrc uses '--color=auto' for grep and ls.Ludovic Courtès2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Reported by Tobias Geerinckx-Rice <me@tobias.gr> and Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/system/shadow.scm (default-skeletons)["bashrc"]: Use '--color=auto' instead of '--color'.
| | * vm: Disable KVM on i386.Ludovic Courtès2018-07-04
| | | | | | | | | | | | * gnu/build/vm.scm (load-in-linux-vm): Disable KVM on i386.
| | * doc: Mention the build environment.Ludovic Courtès2018-07-04
| | | | | | | | | | | | | | | * doc/contributing.texi (Running Guix Before It Is Installed): Add a note about having the dependencies available.
| | * profiles: 'info-dir-file' hook now produces 'dir.LANG' files.Ludovic Courtès2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, entries for 'guix.fr.info' would end up in 'dir', above the 'guix.info' entries; consequently, running 'info guix' would actually open 'guix.fr.info', which was confusing for non-French readers. * guix/profiles.scm (info-dir-file)[glibc-utf8-locales]: New variable. [build](info-file-language): New procedure. (install-info): Use it, to create 'dir.LANG' files. Set GUIX_LOCPATH.
| * | gnu: gptfdisk: Update to 1.0.4.Tobias Geerinckx-Rice2018-07-06
| | | | | | | | | | | | * gnu/packages/disk.scm (gptfdisk): Update to 1.0.4.
| * | gnu: pigx: Update to 0.0.3.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pigx): Update to 0.0.3.
| * | gnu: arb: Update to 2.13.0.Andreas Enge2018-07-05
| | | | | | | | | | | | * gnu/packages/algebra.scm (arb): Update to 2.13.0.
| * | gnu: Add r-rots.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-rots): New variable.
| * | gnu: Add r-glimma.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-glimma): New variable.
| * | gnu: Add r-goseq.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-goseq): New variable.
| * | gnu: Add r-ctc.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-ctc): New variable.
| * | gnu: Add r-genelendatabase.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-genelendatabase): New variable.
| * | gnu: Add r-argparse.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-argparse): New variable.
| * | gnu: Add r-findpython.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-findpython): New variable.
| * | gnu: r-getopt: Move from bioinformatics to cran.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-getopt): Move from here... * gnu/packages/cran.scm (r-getopt): ...to here.
| * | gnu: Add r-goplot.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-goplot): New variable.
| * | gnu: Add r-biasedurn.Ricardo Wurmus2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-biasedurn): New variable.
| * | gnu: qtox: Update to 1.16.1.Rutger Helling2018-07-05
| | | | | | | | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.16.1.
| * | gnu: emacs-async: Update to 1.9.3.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-async): Update to 1.9.3. [source]: Update URI.
| * | gnu: nml: Update to 0.4.5.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/game-development.scm (nml): Update to 0.4.5.
| * | gnu: nml: Use HTTPS home page.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/game-development.scm (nml)[home-page]: Use HTTPS.
| * | gnu: r-lava: Update to 1.6.2.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-lava): Update to 1.6.2.
| * | gnu: r-broom: Update to 0.4.5.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-broom): Update to 0.4.5.
| * | gnu: r-broom: Use HTTPS home page.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/cran.scm (r-broom)[home-page]: Use HTTPS.
| * | Don't force colour in aliases.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | | | | | | | | | | * gnu/system/shadow.scm (default-skeletons): Substitute ‘--color=auto’ for ‘--color’ (which implies ‘=always’) in aliases. * doc/guix.texi (G-Expressions): Also adjust examples as that makes more sense.
| * | gnu: gtkwave: Mark up description.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/fpga.scm (gtkwave)[description]: Use @dfn.
| * | gnu: exempi: Mark up description.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (exempi)[description]: Use @dfn.
| * | gnu: keepalived: Update to 2.0.5.Tobias Geerinckx-Rice2018-07-05
| | | | | | | | | | | | * gnu/packages/cluster.scm (keepalived): Update to 2.0.5.