Age | Commit message (Collapse) | Author |
|
* gnu/packages/ruby.scm (ruby-mocha-on-bacon): New variable.
|
|
* gnu/packages/networking.scm (czmq): New variable.
|
|
* gnu/packages/haskell.scm (ghc-refact)[description]: Fix typo.
|
|
* gnu/packages/networking.scm (quagga): Update to 1.2.4.
|
|
* gnu/packages/conky.scm (conky)[arguments]: Remove redundant MKDIR-P.
|
|
* gnu/packages/networking.scm (sslh): Update to 1.19c.
|
|
Wv is still unmaintained – this just makes it more obvious.
* gnu/packages/wv.scm (wv)[description]: Mention the product versions in
addition to internal file format ones. Align more closely with the
upstream description.
|
|
* gnu/packages/linux.scm (libseccomp): Update to 2.3.3.
|
|
* gnu/packages/linux.scm (hdparm): Update to 9.54.
|
|
* gnu/packages/sdl.scm (sdl2): Update to 2.0.8.
|
|
* gnu/packages/web.scm (r-httpuv): Update to 1.3.6.2.
|
|
* gnu/packages/statistics.scm (r-dbi): Update to 0.8.
|
|
* gnu/packages/cran.scm (r-performanceanalytics): Update to 1.5.2.
[propagated-inputs]: Add r-quadprog.
[native-inputs]: Remove gfortran.
|
|
Fixes a regression in installation tests, whereby 'guix system init'
would report that virtio modules are missing for the target devices.
In practice virtio modules were always available since 'base-initrd' was
always called with #:virtio? #t. This commit simply moves them to
'%base-initrd-modules' so that 'guix system' knows they're available.
Reported by Danny Milosavljevic <dannym@scratchpost.org> at
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30629#112>.
* gnu/system/linux-initrd.scm (default-initrd-modules): Add virtio
modules.
(base-initrd): Remove #:virtio? and 'virtio-modules'.
* gnu/system/vm.scm (expression->derivation-in-linux-vm)
(system-qemu-image, virtualized-operating-system): Remove uses of
#:virtio?.
* doc/guix.texi (Initial RAM Disk): Update 'base-initrd' doc.
|
|
* gnu/system/examples/beaglebone-black.tmpl: Use 'initrd-modules'
instead of 'initrd'.
|
|
Fixes a regression introduced in
bc499b113a598c0e7863da9887a4133472985713, whereby the default initrd
used by 'expression->derivation-in-linux-vm' would lack all the usual
modules: virtio, nls_iso8859-1, etc.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
#:linux-modules to 'base-initrd'.
|
|
Fixes a bug whereby, for an "iso9660" file system, it would return
'("iso9660" "isofs"), i.e., both the key and the value.
Reported by Danny Milosavljevic <dannym@scratchpost.org>
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30629#115>.
* gnu/system/linux-initrd.scm (lookup-procedure): 'vhash-assoc' returns
a key/value pair; match it.
|
|
* gnu/packages/bioinformatics.scm (cutadapt): Update to 1.16.
[source]: Fetch via git.
[arguments]: Remove.
[native-inputs]: Replace python-nose with python-pytest.
|
|
* gnu/packages/python.scm (python-xopen): Update to 0.3.2.
|
|
* gnu/packages/bioconductor.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/cran.scm (r-powerplus): New variable.
|
|
* gnu/packages/cran.scm (r-np): New variable.
|
|
* gnu/packages/cran.scm (r-phontools): New variable.
|
|
* gnu/packages/cran.scm (r-complexplus): New variable.
|
|
* gnu/packages/cran.scm (r-expm): New variable.
|
|
* gnu/packages/cran.scm (r-trend): New variable.
|
|
* gnu/packages/cran.scm (r-cubature): New variable.
|
|
* gnu/packages/cran.scm (r-urca): New variable.
|
|
* gnu/packages/cran.scm (r-fractal): New variable.
|
|
* gnu/packages/cran.scm (r-extradistr): New variable.
|
|
* gnu/packages/cran.scm (r-tsa): New variable.
|
|
* gnu/packages/cran.scm (r-wmtsa): New variable.
|
|
* gnu/packages/cran.scm (r-tseries): New variable.
|
|
* gnu/packages/cran.scm (r-quantmod): New variable.
|
|
* gnu/packages/cran.scm (r-sapa): New variable.
|
|
* gnu/packages/cran.scm (r-ifultools): New variable.
|
|
* gnu/packages/cran.scm (r-splus2r): New variable.
|
|
* gnu/packages/cran.scm (r-leaps): New variable.
|
|
* gnu/packages/cran.scm (r-ttr): New variable.
|
|
* gnu/packages/graph.scm (r-rbiofabric): New variable.
|
|
* gnu/packages/cran.scm (r-sna): New variable.
|
|
* gnu/packages/cran.scm (r-statnet-common): New variable.
|
|
* gnu/packages/cran.scm (r-network): New variable.
|
|
* gnu/packages/web.scm (nghttp2): Update to 1.31.0.
|
|
* gnu/packages/web.scm (libpsl): Update to 0.20.1.
|
|
* gnu/packages/linux.scm (zerofree): Update to 1.1.1.
|
|
* gnu/packages/python-web.scm (python-webencodings)[description]: Fix typo.
|
|
* gnu/packages/debug.scm (delta)[arguments]: Remove unneeded MKDIR-P
calls.
|
|
* gnu/packages/perl.scm (perl-mozilla-ca): Update to 20180117.
|
|
* gnu/packages/perl-check.scm (perl-test-harness): Update to 3.41.
|