summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-05gnu: Add r-ctc....* gnu/packages/bioconductor.scm (r-ctc): New variable. Ricardo Wurmus
2018-07-05gnu: Add r-genelendatabase....* gnu/packages/bioconductor.scm (r-genelendatabase): New variable. Ricardo Wurmus
2018-07-05gnu: Add r-argparse....* gnu/packages/cran.scm (r-argparse): New variable. Ricardo Wurmus
2018-07-05gnu: Add r-findpython....* gnu/packages/cran.scm (r-findpython): New variable. Ricardo Wurmus
2018-07-05gnu: r-getopt: Move from bioinformatics to cran....* gnu/packages/bioinformatics.scm (r-getopt): Move from here... * gnu/packages/cran.scm (r-getopt): ...to here. Ricardo Wurmus
2018-07-05gnu: Add r-goplot....* gnu/packages/cran.scm (r-goplot): New variable. Ricardo Wurmus
2018-07-05gnu: Add r-biasedurn....* gnu/packages/cran.scm (r-biasedurn): New variable. Ricardo Wurmus
2018-07-05pack: Use guile-for-build for the target system....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'. Ludovic Courtès
2018-07-05nls: Update 'fr' translation.Julien Lepiller
2018-07-05doc: Update package count....* doc/guix.texi (Limitations): Update number. Ludovic Courtès
2018-07-05doc: Mention ARM and AArch64 bootloaders....* doc/guix.texi (Bootloader Configuration): Mention ARM and AArch64. Add missing uses of @code. Ludovic Courtès
2018-07-05doc: Improve UEFI/BIOS bootloader documentation....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. Ludovic Courtès
2018-07-05gnu: qtox: Update to 1.16.1....* gnu/packages/messaging.scm (qtox): Update to 1.16.1. Rutger Helling
2018-07-05gnu: emacs-async: Update to 1.9.3....* gnu/packages/emacs.scm (emacs-async): Update to 1.9.3. [source]: Update URI. Tobias Geerinckx-Rice
2018-07-05gnu: nml: Update to 0.4.5....* gnu/packages/game-development.scm (nml): Update to 0.4.5. Tobias Geerinckx-Rice
2018-07-05gnu: nml: Use HTTPS home page....* gnu/packages/game-development.scm (nml)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-07-05gnu: r-lava: Update to 1.6.2....* gnu/packages/cran.scm (r-lava): Update to 1.6.2. Tobias Geerinckx-Rice
2018-07-05gnu: r-broom: Update to 0.4.5....* gnu/packages/cran.scm (r-broom): Update to 0.4.5. Tobias Geerinckx-Rice
2018-07-05gnu: r-broom: Use HTTPS home page....* gnu/packages/cran.scm (r-broom)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-07-05Don't force colour in aliases....* 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. Tobias Geerinckx-Rice
2018-07-05gnu: gtkwave: Mark up description....* gnu/packages/fpga.scm (gtkwave)[description]: Use @dfn. Tobias Geerinckx-Rice
2018-07-05gnu: exempi: Mark up description....* gnu/packages/freedesktop.scm (exempi)[description]: Use @dfn. Tobias Geerinckx-Rice
2018-07-05gnu: keepalived: Update to 2.0.5....* gnu/packages/cluster.scm (keepalived): Update to 2.0.5. Tobias Geerinckx-Rice
2018-07-05gnu: inxi: Update to 3.0.14-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.14-1. Tobias Geerinckx-Rice
2018-07-04gnu: linux-libre: Update to 4.17.4....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.4. (%linux-libre-hash): Update hash. Mark H Weaver
2018-07-04gnu: linux-libre@4.14: Update to 4.14.53....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.53. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-07-04gnu: linux-libre@4.9: Update to 4.9.111....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.111. Mark H Weaver
2018-07-04gnu: linux-libre@4.4: Update to 4.4.139....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.139. Mark H Weaver
2018-07-04gnu: Remove linux-libre@4.1....* gnu/packages/linux.scm (linux-libre-4.1): Remove variable. * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Mark H Weaver
2018-07-05gnu: pigx-scrnaseq: Update to 0.0.6....* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.6. [arguments]: Remove "wrap-executable" phase. Ricardo Wurmus
2018-07-05services: mingetty: Use '--nohangup'....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. Ludovic Courtès
2018-07-04system: Default .bashrc uses '--color=auto' for grep and ls....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'. Ludovic Courtès
2018-07-04gnu: maven: Fix maven crash when compiling java8 code....* gnu/packages/maven.scm (maven)[arguments]: Configure classloading properly instead of adding jars to maven's classpath. Julien Lepiller
2018-07-04gnu: maven-compat: Fix test failure....* gnu/packages/maven.scm (maven-compat)[arguments]: Add recreate-removed-jar phase. Julien Lepiller
2018-07-04gnu: maven-artifact: Update to 3.5.4....* gnu/packages/maven.scm (maven-artifact): Update to 3.5.4. (maven-core)[arguments]: Use new version. Julien Lepiller
2018-07-04gnu: maven-wagon-provider-api: Update to 3.1.0....* gnu/packages/maven.scm (maven-wagon-provider-api): Update to 3.1.0. Julien Lepiller
2018-07-04gnu: java-plexus-compiler-api: Update to 2.8.4....* gnu/packages/java.scm (java-plexus-compiler-api): Update to 2.8.4. Julien Lepiller
2018-07-04nls: Update 'fr' translation.Julien Lepiller
2018-07-04vm: Disable KVM on i386....* gnu/build/vm.scm (load-in-linux-vm): Disable KVM on i386. Ludovic Courtès
2018-07-04gnu: ledger: Use HTTPS home page URI....* gnu/packages/finance.scm (ledger)[home-page]: Use HTTPS URI. Arun Isaac
2018-07-04gnu: ledger: Use invoke and fix #t return....* gnu/packages/finance.scm (ledger)[arguments]: Replace system* with invoke in build-doc phase. Remove #t return from relocate-elisp phase since emacs-generate-autoloads already returns #t. Arun Isaac
2018-07-04gnu: ledger: Skip failing test....* gnu/packages/finance.scm (ledger)[arguments]: Set #:make-flags to skip failing test BaselineTest_cmd-org. Replace check phase with the check phase from gnu-build-system. Arun Isaac
2018-07-04doc: Mention the build environment....* doc/contributing.texi (Running Guix Before It Is Installed): Add a note about having the dependencies available. Ludovic Courtès
2018-07-04profiles: 'info-dir-file' hook now produces 'dir.LANG' files....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. Ludovic Courtès
2018-07-04gnu: qtox: Update to 1.16.0....* gnu/packages/messaging.scm (qtox): Update to 1.16.0. Rutger Helling
2018-07-04gnu: clutter-gtk: Update to 1.8.4....* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4. Tobias Geerinckx-Rice
2018-07-04gnu: totem: Update to 3.26.1....I did not re-enable #:parallel-build? because I was unable to reproduce the original failure in the first place. * gnu/packages/gnome.scm (totem): Update to 3.26.1. Tobias Geerinckx-Rice
2018-07-04gnu: exempi: Update to 2.4.5....* gnu/packages/freedesktop.scm (exempi): Update to 2.4.5. Tobias Geerinckx-Rice
2018-07-04gnu: gtkwave: Update to 3.3.91....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.91. Tobias Geerinckx-Rice
2018-07-04gnu: kicad-library: Update to 4.0.7....* gnu/packages/engineering.scm (kicad-library): Update to 4.0.7. Tobias Geerinckx-Rice