Age | Commit message (Collapse) | Author |
|
|
|
* doc/htmlxref.cnf (EMACS_GUIX): Update URL.
|
|
* doc/guix.texi (Top): Add note about l10n.
* doc/htmlxref.cnf: Add "guix.fr".
|
|
This works around a regression introduced in commit
66e9944e078cbb9e0d618377dd6df6e639640efa while waiting for a proper fix.
* tests/guix-pack.sh: Add "exit 77".
|
|
|
|
* gnu/packages/bioinformatics.scm (pigx): Update to 0.0.3.
|
|
* gnu/packages/algebra.scm (arb): Update to 2.13.0.
|
|
* gnu/packages/bioconductor.scm (r-rots): New variable.
|
|
* gnu/packages/bioconductor.scm (r-glimma): New variable.
|
|
* gnu/packages/bioconductor.scm (r-goseq): New variable.
|
|
* gnu/packages/bioconductor.scm (r-ctc): New variable.
|
|
* gnu/packages/bioconductor.scm (r-genelendatabase): New variable.
|
|
* gnu/packages/cran.scm (r-argparse): New variable.
|
|
* gnu/packages/cran.scm (r-findpython): New variable.
|
|
* gnu/packages/bioinformatics.scm (r-getopt): Move from here...
* gnu/packages/cran.scm (r-getopt): ...to here.
|
|
* gnu/packages/cran.scm (r-goplot): New variable.
|
|
* gnu/packages/cran.scm (r-biasedurn): New variable.
|
|
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'.
|
|
|
|
* doc/guix.texi (Limitations): Update number.
|
|
* doc/guix.texi (Bootloader Configuration): Mention ARM and AArch64.
Add missing uses of @code.
|
|
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.
|
|
* gnu/packages/messaging.scm (qtox): Update to 1.16.1.
|
|
* gnu/packages/emacs.scm (emacs-async): Update to 1.9.3.
[source]: Update URI.
|
|
* gnu/packages/game-development.scm (nml): Update to 0.4.5.
|
|
* gnu/packages/game-development.scm (nml)[home-page]: Use HTTPS.
|
|
* gnu/packages/cran.scm (r-lava): Update to 1.6.2.
|
|
* gnu/packages/cran.scm (r-broom): Update to 0.4.5.
|
|
* gnu/packages/cran.scm (r-broom)[home-page]: Use HTTPS.
|
|
* 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/packages/fpga.scm (gtkwave)[description]: Use @dfn.
|
|
* gnu/packages/freedesktop.scm (exempi)[description]: Use @dfn.
|
|
* gnu/packages/cluster.scm (keepalived): Update to 2.0.5.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.14-1.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.4.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.53.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.111.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.139.
|
|
* 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.
|
|
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.6.
[arguments]: Remove "wrap-executable" phase.
|
|
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.
|
|
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'.
|
|
* gnu/packages/maven.scm (maven)[arguments]: Configure classloading
properly instead of adding jars to maven's classpath.
|
|
* gnu/packages/maven.scm (maven-compat)[arguments]: Add
recreate-removed-jar phase.
|
|
* gnu/packages/maven.scm (maven-artifact): Update to 3.5.4.
(maven-core)[arguments]: Use new version.
|
|
* gnu/packages/maven.scm (maven-wagon-provider-api): Update to 3.1.0.
|
|
* gnu/packages/java.scm (java-plexus-compiler-api): Update to 2.8.4.
|
|
|
|
* gnu/build/vm.scm (load-in-linux-vm): Disable KVM on i386.
|
|
* gnu/packages/finance.scm (ledger)[home-page]: Use HTTPS URI.
|