Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.125.
|
|
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.51.
|
|
* gnu/packages/php.scm (php): Update to 7.2.4.
|
|
This is a follow-up to commit 28f4d56dd311a3b4c7102394120de05be6937494.
* gnu/packages/engineering.scm (ao): Restore variable definition.
|
|
* gnu/packages/engineering.scm (ao): Rename...
(libfive): ...to this new variable; update to 0-2.9d857d1.
[inputs]: Remove glfw, libepoxy, glm, guile-2.0; add qtbase, guile-2.2.
[home-page]: Use new libfive home page.
[description]: Adjust.
(ao): Redefine using 'deprecated-package'.
|
|
* gnu/packages/emacs.scm (emacs-org): Switch back to ELPA. Adopt its naming
scheme.
|
|
* gnu/packages/emacs.scm (emacs-org-contrib): Update SHA256.
[version]: Add keyword.
[arguments]: Use new keyword.
|
|
* gnu/packages/bioinformatics.scm (delly): New variable.
* gnu/packages/patches/delly-use-system-libraries.patch: New file.
* gnu/local.mk: Include delly-use-system-libraries.patch.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/bioconductor.scm (r-regioner): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/rust.scm (rust-bootstrap): Freeze bootstrap version to 1.22.1.
Reorganize bootstrap binaries to match new "rust" package structure with two
ouputs "out" with Rust compiler and "cargo" with Cargo package manager.
Replace all "system*" by "invoke".
(rust-1.23): Rename "rustc" to "rust". Update sha256 for tarball. Add cargo
related dependencies. Install "cargo" as separate "rust" output. Remove
substitutes for parts that were fixed in "rustc" source code. Install
documentation to separate "doc" output. Update configuration according to
changes in "rustc" source code. Replace all "system*" by "invoke".
(rust): Create package for 1.24.1 rust release based on rust-1.23 release.
* guix/build-system/cargo.scm (default-rust): Replace "default-cargo" and
"default-rustc" functions with "default-rust" function.
(cargo-build-system): Take only one package as "rust" source. Use "rustc" of
default output of "rust" package, use "cargo" as "cargo" output of "rust"
package.
|
|
* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.10.
|
|
* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.7.
|
|
* gnu/packages/bioinformatics.scm (mash): Update to 2.0.
|
|
* gnu/packages/bioinformatics.scm (mafft): Update to 7.394.
|
|
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.19.
|
|
* gnu/packages/messaging.scm (pybitmessage): Update to 0.6.3.2.
[source]: Fetch from git.
|
|
* gnu/packages/music.scm (hydrogen): Update to 1.0.0-beta1.
[source]: Fetch from git.
[arguments]: Add phase to fix installation directory for pixmaps.
[inputs]: Remove qt-4; add qtbase and qtxmlpatterns.
|
|
* gnu/packages/music.scm (mod-host): Update to 0.10.6-3.1726ad06b.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.9.0.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.9.0.
|
|
* gnu/packages/music.scm (padthv1): Update to 0.9.0.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.9.0.
|
|
* gnu/packages/music.scm (qtractor): Update to 0.9.0.
|
|
* gnu/packages/wm.scm (awesome)[source](snippet): Remove.
|
|
* gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.3.
|
|
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.2.
[source](snippet): Remove.
|
|
* gnu/packages/crypto.scm (botan): New variable.
|
|
* gnu/packages/password-utils.scm (fpm2): New variable.
Signed-off-by: Tonton <tonton@riseup.net>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/xdisorg.scm (screen-message): New variable.
Signed-off-by: Tonton <tonton@riseup.net>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-16.
|
|
* gnu/packages/web.scm (r-curl): Update to 3.2.
|
|
* gnu/packages/wm.scm (bspwm): Update to 0.9.4.
|
|
* gnu/packages/web.scm (rss-bridge): Update to 2018-03-11.
|
|
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.3;
[propagated-inputs]: Remove r-gridextra.
|
|
* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.2;
[inputs]: Add zlib.
|
|
* gnu/packages/disk.scm (duperemove): New variable.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
|
Suggested by Pjotr Prins <pjotr.public12@thebird.nl>.
* gnu/packages/python.scm (python-debug): New variable.
|
|
* gnu/packages/nano.scm (nano): Update to 2.9.5.
|
|
* gnu/packages/cran.scm (r-idr): New variable.
|
|
* gnu/packages/cran.scm (r-amap): New variable.
|
|
* gnu/packages/cran.scm (r-venndiagram): New variable.
|
|
* gnu/packages/cran.scm (r-pastecs): New variable.
|
|
* gnu/packages/libusb.scm (libusb4java)[arguments]: Add phase to remove
"-Werror" flag.
|
|
* gnu/packages/patches/libusb-for-axoloti.patch: Update context for libusb
1.0.22.
|
|
* gnu/services.scm (boot-service-type) <compose>: Use the "identity"
procedure instead of the "append" procedure because it more accurately
reflects the intent, which is to simply return the single list of
extensions to which fold-services applies the "compose" procedure.
(activation-service-type) <compose>: Likewise.
|
|
* doc/guix.texi (Service Reference): Correct and clarify some statements
regarding the "compose" and "extend" procedures of <service-type>.
|
|
* etc/guix-install.sh (ROOT_HOME): New variable.
(sys_create_store, sys_enable_guix_daemon, sys_authorize_build_farms):
Use ROOT_HOME instead of ~root or the HOME environment variable.
* doc/guix.texi (Binary Installation): Instead of assuming that ~ and
$HOME refer to root's directory simply because commands are being run
as root, explicilty refer to it via ~root.
Fixes: <https://bugs.gnu.org/30728>
|
|
* gnu/packages/node.scm (node): Update to 9.10.0.
|
|
* gnu/packages/web.scm (http-parser): Update to 2.8.0.
|
|
* gnu/packages/xorg.scm (xf86-video-ati): Update to 18.0.1.
|