summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: OpenBLAS: Update to 0.3.0.Marius Bakke2018-06-18
| | | | * gnu/packages/maths.scm (openblas): Update to 0.3.0.
* gnu: zathura-pdf-mupdf: Link to JPEG libraries.Tobias Geerinckx-Rice2018-06-18
| | | | | | | * gnu/packages/pdf.scm (zathura-pdf-mupdf)[source]: Add patch. * gnu/packages/patches/zathura-pdf-mupdf-link-to-jpeg-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: zathura: Fix plugin path regression.Tobias Geerinckx-Rice2018-06-18
| | | | | | | | | | | eb6a5dab5cf0f85fbc4eda4b6f7956eed464c3cf (gnu: zathura: Update to 0.3.9) silently broke Zathura's (Guix-specific) ZATHURA_PLUGIN_PATH mechanism. My environment was so filthy that all happened to work just fine, but as usual Marius was right and the patch needed tweaking. * gnu/packages/patches/zathura-plugindir-environment-variable.patch: Tweak.
* gnu: ant: Add missing dependencies.Gábor Boskovits2018-06-17
| | | | * gnu/packages/java.scm (ant)[native-inputs]: Add zip and unzip.
* gnu: ant/java8: Add missing dependencies.Gábor Boskovits2018-06-17
| | | | * gnu/packages/java.scm (ant/java8)[native-inputs]: Add zip and unzip.
* build-system/ant: Unconditionally return #t in build phases.Ricardo Wurmus2018-06-16
| | | | | | | * guix/build/ant-build-system.scm (unpack, build, strip-jar-timestamps, check, install): Use invoke. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: ant-bootstrap: Make build reproducible.Gábor Boskovits2018-06-16
| | | | | | | | * gnu/packages/java.scm (ant-bootstrap)[arguments]<#:phases>[strip-jar-timestamps]: New phase to reset jar file timestamps. <#:imported-modules>: Import guix build syscalls, gnu-build-system-modules. <#:modules>: Import guix build: gnu-build-system, utils, syscalls. [native-inputs]: Add unzip, zip.
* gnu: mesa: Update to 18.1.2.Rutger Helling2018-06-16
| | | | * gnu/packages/gl.scm (mesa): Update to 18.1.2.
* gnu: custom-gcc: Fix regex used for matching executables.Alex Vong2018-06-14
| | | | | | | | | Fixes <https://bugs.gnu.org/31561>. * gnu/packages/gcc.scm (custom-gcc)[arguments]: Fix regex used for matching broken or conflicting executables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mesa: Build tegra driver on arm systems.Efraim Flashner2018-06-13
| | | | | * gnu/packages/gl.scm (mesa)[arguments]: Add 'tegra' to the gallium-drivers list for armhf-linux and aarch64-linux.
* gnu: mesa: Update to 18.1.1.Rutger Helling2018-06-13
| | | | | | * gnu/packages/gl.scm (mesa): Update to 18.1.1. [inputs]: Change llvm-3.9.1 to llvm. [arguments]: Remove substitution for removed file.
* gnu: tzdata-for-tests: Downgrade to 2018d.Marius Bakke2018-06-12
| | | | | * gnu/packages/base.scm (tzdata-for-tests): Don't inherit source and inputs from TZDATA.
* Merge branch 'master' into stagingMarius Bakke2018-06-11
|\
| * gnu: xf86-video-vmware: Update to 13.3.0.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.3.0.
| * gnu: xf86-input-evdev: Update to 2.10.6.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.6.
| * gnu: xf86-input-synaptics: Update to 1.9.1.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.1.
| * gnu: xf86-video-fbdev: Update to 0.5.0.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-fbdev): Update to 0.5.0.
| * system: Default .bashrc now sources /etc/bashrc.Ludovic Courtès2018-06-11
| | | | | | | | | | | | | | | | | | | | This is a followup to commit 1382bde93c3ccb5be6b846b932edd7707fac1a3e, which disabled automatic sourcing of /etc/bashrc by interactive shell. The noticeable effect of the change would be that Bash completion would only work in login shells. * gnu/system/shadow.scm (default-skeletons)["bashrc"]: Source /etc/bashrc.
| * gnu: python2: Deprecate "python@2".Ludovic Courtès2018-06-11
| | | | | | | | * gnu/packages/python.scm (python2-called-python): New variable.
| * gnu: wine-staging: Add vkd3d support.Rutger Helling2018-06-11
| | | | | | | | * gnu/packages/wine.scm (wine-staging)[inputs]: Add vkd3d.
| * gnu: Add vkd3d.Rutger Helling2018-06-11
| | | | | | | | * gnu/packages/vulkan.scm (vkd3d): New variable.
| * gnu: shaderc: Update to be8e087.Rutger Helling2018-06-11
| | | | | | | | | | | | * gnu/packages/vulkan.scm (shaderc): Update to be8e087. [arguments]: Enable tests. [inputs]: Add googletest.
| * gnu: glslang: Update to 32d3ec3.Rutger Helling2018-06-11
| | | | | | | | * gnu/packages/vulkan.scm (glslang): Update to 32d3ec3.
| * gnu: spirv-tools: Update to fe2fbee.Rutger Helling2018-06-11
| | | | | | | | | | * gnu/packages/vulkan.scm (spirv-tools): Update to fe2fbee. [arguments]: Disable tests. Remove "-DCMAKE_INSTALL_LIBDIR" configure-flag.
| * gnu: spirv-headers: Update to 3ce3e49.Rutger Helling2018-06-11
| | | | | | | | * gnu/packages/vulkan.scm (spirv-headers): Update to 3ce3e49. Use INVOKE.
| * gnu: Add ovmf-arm.Efraim Flashner2018-06-11
| | | | | | | | * gnu/packages/firmware.scm (ovmf-arm): New variable.
| * gnu: Add ovmf-aarch64.Efraim Flashner2018-06-11
| | | | | | | | * gnu/packages/firmware.scm (ovmf-aarch64): New variable.
| * gnu: libraw: Update to 0.18.12 [security fixes].Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/photo.scm (libraw): Update to 0.18.12.
| * gnu: libndp: Update to 1.7.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/networking.scm (libndp): Update to 1.7.
| * gnu: webkitgtk: Update to 2.20.3 [security fixes].Marius Bakke2018-06-11
| | | | | | | | | | | | | | Fixes CVE-2018-4190, CVE-2018-4199, CVE-2018-4218, CVE-2018-4222, CVE-2018-4232, CVE-2018-4233, CVE-2018-4246 and CVE-2018-11646. * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.3.
| * gnu: efivar: Update to 36.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/linux.scm (efivar): Update to 36.
| * gnu: ldb: Delete bundled libraries from the source.Marius Bakke2018-06-11
| | | | | | | | * gnu/packages/samba.scm (ldb)[source](snippet): New field.
| * gnu: ldb: Update to 1.4.0.Marius Bakke2018-06-11
| | | | | | | | | | * gnu/packages/samba.scm (ldb): Update to 1.4.0. [inputs]: Add LMDB.
| * gnu: Add Add emacs-wgrep-helm.Pierre Neidhardt2018-06-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-wgrep-helm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-package-lint.Pierre Neidhardt2018-06-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-package-lint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-image+.Pierre Neidhardt2018-06-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-image+): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-helm-pass.Pierre Neidhardt2018-06-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-helm-pass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-helm-mu.Pierre Neidhardt2018-06-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-helm-mu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-helm-ls-git.Pierre Neidhardt2018-06-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-helm-ls-git): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-spf13-pflag.Rouby Pierre-Antoine2018-06-11
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-spf13-pflag): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-jonboulle-clockwork.Rouby Pierre-Antoine2018-06-11
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-gorilla-mux.Rouby Pierre-Antoine2018-06-11
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-gorilla-mux): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * offload: Honor the build timeout internally.Ludovic Courtès2018-06-11
| | | | | | | | | | | | * guix/scripts/offload.scm (call-with-timeout): New procedure. (with-timeout): New macro. (process-request): Use it around 'transfer-and-offload' call.
| * gnu: iproute2: Update to 4.17.0.Tobias Geerinckx-Rice2018-06-11
| | | | | | | | * gnu/packages/linux.scm (iproute): Update to 4.17.0.
| * gnu: libfilezilla: Update to 0.12.3.Tobias Geerinckx-Rice2018-06-11
| | | | | | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.12.3.
| * gnu: emacs-emacsql: Replace mysql with mariadb input.Oleg Pykhalov2018-06-11
| | | | | | | | | | * gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with 'mariadb'.
| * gnu: guix: Update to 77a1aac.Ludovic Courtès2018-06-10
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 77a1aac.
| * hydra: guix-modular: Build the full Guix.Ludovic Courtès2018-06-10
| | | | | | | | | | * build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to BUILD.
| * import: json: Consolidate duplicate json-fetch functionality.Jelle Licht2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * guix/import/json.scm (json-fetch): Return a list or hash table. (json-fetch-alist): New procedure. * guix/import/github.scm (json-fetch*): Remove. (latest-released-version): Use json-fetch. * guix/import/cpan.scm (module->dist-name): Use json-fetch-alist. (cpan-fetch): Likewise. * guix/import/crate.scm (crate-fetch): Likewise. * guix/import/gem.scm (rubygems-fetch): Likewise. * guix/import/pypi.scm (pypi-fetch): Likewise. * guix/import/stackage.scm (stackage-lts-info-fetch): Likewise.
| * gnu: keepalived: Install info documentation.宋文武2018-06-10
| | | | | | | | | | | | * gnu/packages/cluster.scm (keepalived)[arguments]: Add phases 'build-info' and 'install-info'. [native-inputs]: Add texinfo.