summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-08-01gnu: rapidjson: Update to 1.1.0.Leo Famulari
* gnu/packages/web.scm (rapidjson): Update to 1.1.0. [source]: Remove snippet.
2017-08-01gnu: Add pidentd.ng0
* gnu/packages/networking.scm (pidentd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-08-01gnu: hyperrogue: Update to 10.0e.Kei Kebreau
* gnu/packages/games.scm (hyperrogue): Update to 10.0e. [arguments]: Adjust accordingly.
2017-08-01gnu: metabat: Limit to x86_64 and i686 only.Efraim Flashner
* gnu/packages/bioinformatics.scm (metabat)[supported-systems]: New field.
2017-08-01gnu: Add emacs-yasnippet-snippets.Kyle Meyer
* gnu/packages/emacs.scm (emacs-yasnippet-snippets): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01gnu: emacs-yasnippet: Upgrade to 0.12.0.Kyle Meyer
* gnu/packages/emacs.scm (emacs-yasnippet): Upgrade to 0.12.0. [source]: Remove an uninstalled directory from yas-snippet-dirs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01gnu: guile-ssh: Update to 0.11.2.Ludovic Courtès
* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.2. [source]: Remove 'patches', 'modules', and 'snippet'. * gnu/packages/patches/guile-ssh-channel-finalization.patch, gnu/packages/patches/guile-ssh-double-free.patch, gnu/packages/patches/guile-ssh-rexec-bug.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove them.
2017-08-01gnu: artanis: Unbundled guile-json and version according to documentation.Adonay Felipe Nogueira
* gnu/packages/guile.scm (artanis): Unbundled guile-json and version according to documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01gnu: python-pbr-minimal: Update to 3.0.1Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-pbr-minimal): Update to 3.0.1 [source]: Update hash and remove patch. * gnu/packages/patches/python-pbr-fix-man-page-support.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-08-01gnu: libgit2: Enable SHA-1 collision detection.Leo Famulari
* gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC' in #:configure-flags.
2017-08-01gnu: ruby-bio-commandeer: Update to 0.2.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.2.0.
2017-07-31gnu: libmicrohttpd: Update to 0.9.55.Ludovic Courtès
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.55. [arguments]: Add 'add-missing-LDFLAGS' phase.
2017-07-31gnu: xf86-video-intel: Update snapshot.Ludovic Courtès
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2100efa. Introduce 'revision' variable.
2017-07-31gnu: guile-bytestructures: Install .go files to lib/guile/X.Y.Ludovic Courtès
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Install .go files to OBJECT-DIR, defined as OUT/lib/guile/X.Y/site-ccache.
2017-07-31gnu: tor: Remove '--enable-expensive-hardening' option.ng0
* gnu/packages/tor.scm (tor)[arguments]: Remove '--enable-expensive-hardening' option. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-31gnu: erlang: Update to 20.0.Peter Mikkelsen
* gnu/packages/erlang.scm (erlang): Update to 20.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-31gnu: network-manager: Add dependency on Newt.Ludovic Courtès
Suggested by Mark H Weaver. * gnu/packages/gnome.scm (network-manager)[inputs]: Add NEWT.
2017-07-31gnu: guile-git: Skip faulty tests on non-x86_64.Ludovic Courtès
Reported by Mark H Weaver. * gnu/packages/guile.scm (guile-git)[arguments]: Add 'skip-tests' phase unless on x86_64-linux.
2017-07-31gnu: libgit2: Add "debug" output.Ludovic Courtès
* gnu/packages/version-control.scm (libgit2)[outputs]: New field.
2017-07-31gnu: libgit2: Update to 0.26.0.Ludovic Courtès
* gnu/packages/version-control.scm (libgit2): Update to 0.26.0. Remove "libgit2-use-after-free.patch". * gnu/packages/patches/libgit2-use-after-free.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-31gnu: efl: Add wayland support.Efraim Flashner
* gnu/packages/enlightenment.scm (efl)[inputs]: Add wayland-protocols. Move mesa ... [propagated-inputs]: ... to here. Add libinput, libxkbcommon, wayland. [arguments]: Add flags to enable wayland, elput and drm.
2017-07-31gnu: gst-plugins-good: Update disable-failing-tests phase.Efraim Flashner
* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Change the list of tests to disable during 'disable-failing-tests phase.
2017-07-30services: ntp: Use the NTP pool via the 'guix' zone.Leo Famulari
* gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.
2017-07-30gnu: automake: Add 1.15.1.Ludovic Courtès
* gnu/packages/autotools.scm (automake/latest): New variable.
2017-07-30gnu: guix: Search .go files of dependencies in lib/guile/.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments]: Add (srfi srfi-26) to #:modules. Introduce 'gopath', distinct from 'path'.
2017-07-30gnu: guix: Update snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 228a398.
2017-07-30services: openssh: Extensions provide extra authorized keys.Ludovic Courtès
* gnu/services/ssh.scm (extend-openssh-authorized-keys): New procedure. (openssh-service-type)[compose, extend]: New fields. * doc/guix.texi (Networking Services): Document the extension.
2017-07-30services: openssh: Add 'authorized-keys' field.Ludovic Courtès
* gnu/services/ssh.scm (<openssh-configuration>)[authorized-keys]: New field. (authorized-key-directory): New procedure. (openssh-config-file): Honor 'authorized-keys'. (openssh-activation): Use 'with-imported-modules'. Make /etc/ssh 755. Create /etc/ssh/authorized_keys.d. * doc/guix.texi (Networking Services): Document it.
2017-07-30services: cuirass: Set 'GIT_SSL_CAINFO' and 'GIT_EXEC_PATH'.Ludovic Courtès
Reported by Ricardo Wurmus. * gnu/services/cuirass.scm (cuirass-shepherd-service): Pass #:environment-variables.
2017-07-30gnu: ffmpeg: Update to 3.3.3.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 3.3.3.
2017-07-30gnu: qemu: Build with support for Linux AIOChristopher Baines
Add libaio as an input, such that QEMU is built with support for Asynchronous I/O (AIO). * gnu/packages/virtualization.scm (qemu)[inputs]: Uncomment libaio.
2017-07-30services: Add memcached.Christopher Baines
* gnu/services/databases.scm (memcached-service-type, %memcached-accounts): New variables. (<memcached-configuration>): New record type. (memcached-service-type): New procedures. * gnu/tests/databases.scm: New file. * doc/guix.texi (Database Services): Document the new memcached service. * gnu/local.mk (GNU_SYSTEM_MODULES): Add entry for tests/databases.scm.
2017-07-30gnu: Add memcached.Christopher Baines
* gnu/packages/databases.scm (memcached): New variable.
2017-07-30gnu: retroarch: Update to 1.6.3.宋文武
* gnu/packages/games.scm (retroarch): Update to 1.6.3.
2017-07-29gnu: yosys: Add dependency on z3.Theodoros Foradis
* gnu/packages/fpga.scm (yosys): Add z3 to propagated-inputs.
2017-07-29gnu: Add z3.Theodoros Foradis
* gnu/packages/maths.scm (z3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-29gnu: erlang: Fix man-pages search path of 'erl -man'.Peter Mikkelsen
* gnu/packages/patches/erlang-man-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/erlang.scm (erlang)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-29gnu: tome4: Clean up snippet.Oleg Pykhalov
* gnu/packages/games.scm (tome4)[source](snippet): Use a single 'substitute*' call instead of 'for-each'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-29gnu: vim: Update to 8.0.0808.Marius Bakke
* gnu/packages/vim.scm (vim): Update to 8.0.0808. [arguments]: Remove obsolete 'make-bit-reproducable' phase. (vim-full): Update to 8.0.0808. [arguments]: Remove 'drop-failing-tests' phase.
2017-07-29gnu: emacs: Check GUIX_ENVIRONMENT when autoloading packages.Kyle Meyer
Check the environment profile so that we autoload packages that are given as arguments to "guix environment" but are not in the system or user profile. Note that the union of Emacs packages in the system, user, and environment profiles will be autoloaded even when --pure was passed to "guix environment", because it's not clear how to detect that --pure was given. * gnu/packages/aux-files/emacs/guix-emacs.el (guix-emacs-autoload-packages): Add Emacs packages from GUIX_ENVIRONMENT profile. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-07-29gnu: Remove emacs-seq.Kyle Meyer
The seq.el library has been included with Emacs since version 25.1. * gnu/packages/emacs.scm (emacs-seq): Remove variable. (flycheck, emacs-cider)[propagated-inputs]: Remove emacs-seq. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-07-29gnu: Remove let-alist.Kyle Meyer
The let-alist package has been included with Emacs since version 25.1. * gnu/packages/emacs.scm (let-alist): Remove variable. (flycheck, emacs-pdf-tools, emacs-sx)[propagated-inputs]: Remove let-alist. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-07-29gnu: emacs-ess: Install elisp files in "guix.d".Alex Kost
Fixes <http://bugs.gnu.org/27686>. Reported by Adonay Felipe Nogueira <adfeno@openmailbox.org>. * gnu/packages/emacs.scm (emacs-ess)[arguments]: Add LISPDIR to 'make-flags' to install *.el files into "guix.d" sub-directory.
2017-07-29gnu: grub-efi: Add mtools input.Danny Milosavljevic
* gnu/packages/bootloaders.scm: Add (gnu packages mtools). (grub-efi)[inputs]: Add mtools. [arguments]: Add phase "use-absolute-mtools-path".
2017-07-29gnu: Add coq-interval.Julien Lepiller
* gnu/packages/ocaml.scm (coq-interval): New variable.
2017-07-29gnu: Add coq-coquelicot.Julien Lepiller
* gnu/packages/ocaml.scm (coq-coquelicot): New variable.
2017-07-29gnu: Add coq-mathcomp.Julien Lepiller
* gnu/packages/ocaml.scm (coq-mathcomp): New variable.
2017-07-29gnu: Add coq-gappa.Julien Lepiller
* gnu/packages/ocaml.scm (coq-gappa): New variable.
2017-07-29gnu: Add coq-flocq.Julien Lepiller
* gnu/packages/ocaml.scm (coq-flocq): New variable.
2017-07-29gnu: gnupg: Update to 2.1.22.Marius Bakke
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.