Age | Commit message (Collapse) | Author |
|
* gnu/packages/bioconductor.scm (r-roc): New variable.
|
|
* gnu/packages/enlightenment.scm (efl): Update to 1.22.4.
|
|
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with CLISP.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 1.5.6.
|
|
* guix/build/lisp-utils.scm (build-program): Add `compress?' key argument.
(generate-executable-for-system): Same.
(generate-executable): Same.
|
|
* gnu/packages/emulators.scm (dolphin-emu): Update to commit a974540.
[source]: Delete unneeded MoltenVK map.
[arguments]: Properly hardcode libvulkan path.
|
|
* gnu/packages/docker.scm (docker)[inputs]: Add tini.
[phases]{patch-paths}: Patch the path of the default init binary.
|
|
* gnu/packages/docker.scm (tini): New variable.
|
|
This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516.
* gnu/packages/web.scm (nginx): Update to 1.17.3.
|
|
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190824.
|
|
* gnu/packages/web.scm (varnish): Update to 6.2.1.
|
|
* gnu/packages/linux.scm (libnl): Update to 3.5.0.
|
|
* gnu/packages/samba.scm (samba): Update to 4.10.8.
|
|
* gnu/packages/samba.scm (tevent): Update to 0.10.1.
|
|
* gnu/packages/samba.scm (talloc): Update to 2.3.0.
|
|
* gnu/packages/databases.scm (tdb): Update to 1.4.2.
|
|
* gnu/packages/libreoffice.scm (libvisio): Update to 0.1.7.
|
|
* gnu/packages/libreoffice.scm (libabw): Update to 0.1.3.
[arguments]: Remove.
|
|
* gnu/packages/photo.scm (libraw): Update to 0.19.5.
|
|
* gnu/packages/php.scm (php)[inputs]: Change ONIGURUMA-5 to ONIGURUMA.
* gnu/packages/textutils.scm (oniguruma-5): Remove variable.
|
|
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.3.
|
|
* guix/build-system/julia.scm: Remove unused imports.
(lower)[julia]: Default to (DEFAULT-JULIA).
|
|
* guix/build-system/julia.scm: Fix invalid module reference.
|
|
* gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xfce.scm (libxfce4util): Add gobject-introspection to native-inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xfce.scm (xfce4-screensaver): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xfce.scm (xfce4-screenshooter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* README: Update intro a bit.
(Installing Guix as non-root): Remove as it's largely outdated.
(Contact): Update.
|
|
Fixes <https://bugs.gnu.org/36388>.
This fixes error logging errors in the activation script.
* gnu/services/web.scm (nginx-activation): Add "-p" flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This avoids having two matches for the "ghostscript" spec.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
|
|
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.2.
|
|
* gnu/packages/ocaml.scm (ocaml-frontc): Update to 3.4.2.
|
|
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
|
|
* gnu/packages/ocaml.scm (opam): Update to 2.0.5.
|
|
* gnu/packages/ocaml.scm (ocaml-stringext): Update to 1.6.0.
|
|
* gnu/packages/ocaml.scm (ocaml-markup): Update to 0.8.1.
(ocaml-bisect-ppx): Use propagated-inputs instead of inputs.
|
|
* gnu/packages/ocaml.scm (ocaml-lwt-log): Update to 1.1.1.
[source]: Use git-fetch.
|
|
* gnu/packages/ocaml.scm (ocaml-biniou): Update to 1.2.1.
|
|
* guix/import/opam.scm (opam->guix-package): Use propagated-inputs instead of inputs.
|
|
* guix/import/opam.scm (opam-fetch): Remove initial "v" in some version numbers.
|
|
* gnu/packages/julia.scm (julia)[native-search-paths]: Add
specification for JULIA_LOAD_PATH.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* guix/build/julia-build-system.scm: New file.
* guix/build-system/julia.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document julia-build-system.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
This causes too many rebuilds for the master branch.
This reverts commit 210b6412eeb915bba0848c1a947a24bfc51b9efc.
|
|
* gnu/packages/engineering.scm (librepcb): Update to 0.1.2.
|
|
* gnu/packages/texinfo.scm (texinfo)[arguments]: Do not reset environment
before running configure with the native compiler, in a cross-compilation
context,
[inputs]: move perl from here ...
[native-inputs]: ... to here. Also add ncurses that is needed in a
cross-compilation context to build texinfo native tools.
|
|
* gnu/packages/linux.scm (make-linux-libre)[arguments]: Unset CROSS_CPATH to
make sure that cross-libc is not found. Otherwise, some of its header would
conflict with the one from linux (stdint.h and linux/types.h).
|
|
When running qemu-img from (gnu system vm) with an aarch64 kernel, mounting
ext4 partitions fails because no modprobe of ext4 module is made. Like for
other kernel configs, provide built-in support for ext4 partitions.
* gnu/packages/aux-files/linux-libre/5.2-arm64.conf: Enable built-in ext4,
like in intel and armhf configs.
|
|
* gnu/packages/bootloaders.scm (grub)[arguments]: Search for unifont in both
native-inputs and inputs.
|
|
* gnu/packages/base.scm (glibc-utf8-locales)[inputs]: Move to ...
[native-inputs]: ... here, in order to fix cross-compilation.
* gnu/packages/commencement.scm (glibc-utf8-locales-final)[inputs]: Move to ...
[native-inputs]: ... here, in order to fix cross-compilation.
|
|
* gnu/packages/guile-wm.scm (guile-wm): Add guile and guile-xcb to native-inputs.
|