summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-12gnu: elixir: Enable more tests and remove patch....Previously, due to issues in the erlang package, many tests would fail, and the package would also nondeterministically fail to build. This is now fixed (by patching occurrences of /bin/sh in the erlang package), so all the tests can be run. * gnu/packages/elixir.scm (elixir)[source]: Remove patches. [arguments]: Remove the fix-or-disable-tests phase. Add a new set-home phase to set the HOME environment variable prior to running the tests. * gnu/packages/patches/elixir-disable-failing-tests.patch: Delete this file. * gnu/local.mk: Remove now deleted patch. Christopher Baines
2018-06-12gnu: erlang: Patch occurrences of /bin/sh in the source....Previously, the elixir package would often fail to build, as running :os:cmd would fail, as /bin/sh doesn't exist when building the elixir package. These changes fix that issue. * gnu/packages/erlang.scm (erlang)[arguments]: Add new patch-/bin/sh phase to replace hardcoded references to /bin/sh with a file in the store. Christopher Baines
2018-06-12gnu: erlang: Delete the bootstrap phase....This fails for the erlang package, as the gnu build system attempts to execute the bootstrap directory. * gnu/packages/erlang.scm (erlang)[arguments]: Delete the bootstrap phase. Christopher Baines
2018-06-11gnu: xf86-video-vmware: Update to 13.3.0....* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.3.0. Marius Bakke
2018-06-11gnu: xf86-input-evdev: Update to 2.10.6....* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.6. Marius Bakke
2018-06-11gnu: xf86-input-synaptics: Update to 1.9.1....* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.1. Marius Bakke
2018-06-11gnu: xf86-video-fbdev: Update to 0.5.0....* gnu/packages/xorg.scm (xf86-video-fbdev): Update to 0.5.0. Marius Bakke
2018-06-11system: Default .bashrc now sources /etc/bashrc....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. Ludovic Courtès
2018-06-11gnu: python2: Deprecate "python@2"....* gnu/packages/python.scm (python2-called-python): New variable. Ludovic Courtès
2018-06-11gnu: wine-staging: Add vkd3d support....* gnu/packages/wine.scm (wine-staging)[inputs]: Add vkd3d. Rutger Helling
2018-06-11gnu: Add vkd3d....* gnu/packages/vulkan.scm (vkd3d): New variable. Rutger Helling
2018-06-11gnu: shaderc: Update to be8e087....* gnu/packages/vulkan.scm (shaderc): Update to be8e087. [arguments]: Enable tests. [inputs]: Add googletest. Rutger Helling
2018-06-11gnu: glslang: Update to 32d3ec3....* gnu/packages/vulkan.scm (glslang): Update to 32d3ec3. Rutger Helling
2018-06-11gnu: spirv-tools: Update to fe2fbee....* gnu/packages/vulkan.scm (spirv-tools): Update to fe2fbee. [arguments]: Disable tests. Remove "-DCMAKE_INSTALL_LIBDIR" configure-flag. Rutger Helling
2018-06-11gnu: spirv-headers: Update to 3ce3e49....* gnu/packages/vulkan.scm (spirv-headers): Update to 3ce3e49. Use INVOKE. Rutger Helling
2018-06-11gnu: Add ovmf-arm....* gnu/packages/firmware.scm (ovmf-arm): New variable. Efraim Flashner
2018-06-11gnu: Add ovmf-aarch64....* gnu/packages/firmware.scm (ovmf-aarch64): New variable. Efraim Flashner
2018-06-11gnu: libraw: Update to 0.18.12 [security fixes]....* gnu/packages/photo.scm (libraw): Update to 0.18.12. Marius Bakke
2018-06-11gnu: libndp: Update to 1.7....* gnu/packages/networking.scm (libndp): Update to 1.7. Marius Bakke
2018-06-11gnu: webkitgtk: Update to 2.20.3 [security fixes]....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. Marius Bakke
2018-06-11gnu: efivar: Update to 36....* gnu/packages/linux.scm (efivar): Update to 36. Marius Bakke
2018-06-11gnu: ldb: Delete bundled libraries from the source....* gnu/packages/samba.scm (ldb)[source](snippet): New field. Marius Bakke
2018-06-11gnu: ldb: Update to 1.4.0....* gnu/packages/samba.scm (ldb): Update to 1.4.0. [inputs]: Add LMDB. Marius Bakke
2018-06-11gnu: Add Add emacs-wgrep-helm....* gnu/packages/emacs.scm (emacs-wgrep-helm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-06-11gnu: Add emacs-package-lint....* gnu/packages/emacs.scm (emacs-package-lint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-06-11gnu: Add emacs-image+....* gnu/packages/emacs.scm (emacs-image+): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-06-11gnu: Add emacs-helm-pass....* gnu/packages/emacs.scm (emacs-helm-pass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-06-11gnu: Add emacs-helm-mu....* gnu/packages/emacs.scm (emacs-helm-mu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-06-11gnu: Add emacs-helm-ls-git....* gnu/packages/emacs.scm (emacs-helm-ls-git): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-06-11gnu: Add go-github-com-spf13-pflag....* gnu/packages/golang.scm (go-github-com-spf13-pflag): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine
2018-06-11gnu: Add go-github-com-jonboulle-clockwork....* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine
2018-06-11gnu: Add go-github-com-gorilla-mux....* gnu/packages/golang.scm (go-github-com-gorilla-mux): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine
2018-06-11offload: Honor the build timeout internally....* guix/scripts/offload.scm (call-with-timeout): New procedure. (with-timeout): New macro. (process-request): Use it around 'transfer-and-offload' call. Ludovic Courtès
2018-06-11gnu: iproute2: Update to 4.17.0....* gnu/packages/linux.scm (iproute): Update to 4.17.0. Tobias Geerinckx-Rice
2018-06-11gnu: libfilezilla: Update to 0.12.3....* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.3. Tobias Geerinckx-Rice
2018-06-11gnu: emacs-emacsql: Replace mysql with mariadb input....* gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with 'mariadb'. Oleg Pykhalov
2018-06-10gnu: guix: Update to 77a1aac....* gnu/packages/package-management.scm (guix): Update to 77a1aac. Ludovic Courtès
2018-06-10hydra: guix-modular: Build the full Guix....* build-aux/hydra/guix-modular.scm (build-job): Pass #:pull-version to BUILD. Ludovic Courtès
2018-06-10import: json: Consolidate duplicate json-fetch functionality....* 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. Jelle Licht
2018-06-10gnu: keepalived: Install info documentation....* gnu/packages/cluster.scm (keepalived)[arguments]: Add phases 'build-info' and 'install-info'. [native-inputs]: Add texinfo. 宋文武
2018-06-10gnu: Add keepalived....* gnu/packages/cluster.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. 宋文武
2018-06-10gnu: Add libnfnetlink....* gnu/packages/linux.scm (libnfnetlink): New variable. 宋文武
2018-06-10gnu: mumble: Fix build with Boost 1.66....Fixes <https://bugs.gnu.org/31775>. * gnu/packages/patches/mumble-1.2.19-abs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/telephony.scm (mumble)[source]: Add it. Danny Milosavljevic
2018-06-10gnu: nix: Update to 2.0.4....* gnu/packages/package-management.scm (nix): Update to 2.0.4. 宋文武
2018-06-10gnu: musescore: Fix build against Qt 5.11....* gnu/packages/music.scm (musescore)[arguments]: Remove Webkit support, since it is replaced with Qt WebEngine in Qt 5.11. Add missing include line. [inputs]: Remove "qtwekbit". Nicolas Goaziou
2018-06-10gnu: heimdal: Update to 7.5.0....* gnu/packages/kerberos.scm (heimdal): Update to 7.5.0. [source]: Update source uri. Remove patches. [arguments]: Adjust #:configure-flags and build phases accordingly. [inputs]: Add sqlite. [native-inputs]: Add texinfo and unzip. * gnu/packages/patches/heimdal-CVE-2017-6594.patch, gnu/packages/patches/heimdal-CVE-2017-11103.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: 宋文武 <iyzsong@member.fsf.org> Alex Vong
2018-06-09gnu: milkytracker: Update to 1.02.00....* gnu/packages/music.scm (milkytracker): Update to 1.02.00. Kei Kebreau
2018-06-09gnu: GnuPG 1.4: Fix CVE-2018-12020....* gnu/packages/patches/gnupg-1.4-CVE-2018-12020.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg-1)[source]: Use it. Leo Famulari
2018-06-09gnu: Add maven-resolver-provider....* gnu/packages/maven.scm (maven-resolver-provider): New variable. Julien Lepiller
2018-06-09gnu: Add maven-shared-utils....gnu/packages/maven.scm (maven-shared-utils): New variable. Julien Lepiller