summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add emacs-yasnippet-snippets.•••* gnu/packages/emacs.scm (emacs-yasnippet-snippets): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer2017-08-011-0/+45
* gnu: emacs-yasnippet: Upgrade to 0.12.0.•••* 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> Kyle Meyer2017-08-011-2/+13
* gnu: guile-ssh: Update to 0.11.2.•••* 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. Ludovic Courtès2017-08-014-95/+2
* gnu: artanis: Unbundled guile-json and version according to documentation.•••* gnu/packages/guile.scm (artanis): Unbundled guile-json and version according to documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Adonay Felipe Nogueira2017-08-011-52/+78
* gnu: python-pbr-minimal: Update to 3.0.1•••* 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> Muriithi Frederick Muriuki2017-08-012-31/+2
* gnu: libgit2: Enable SHA-1 collision detection.•••* gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC' in #:configure-flags. Leo Famulari2017-08-011-1/+2
* gnu: ruby-bio-commandeer: Update to 0.2.0.•••* gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.2.0. Ben Woodcroft2017-08-011-2/+2
* gnu: libmicrohttpd: Update to 0.9.55.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.55. [arguments]: Add 'add-missing-LDFLAGS' phase. Ludovic Courtès2017-07-311-4/+14
* gnu: xf86-video-intel: Update snapshot.•••* gnu/packages/xorg.scm (xf86-video-intel): Update to 2100efa. Introduce 'revision' variable. Ludovic Courtès2017-07-311-3/+5
* gnu: guile-bytestructures: Install .go files to lib/guile/X.Y.•••* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Install .go files to OBJECT-DIR, defined as OUT/lib/guile/X.Y/site-ccache. Ludovic Courtès2017-07-311-1/+3
* gnu: tor: Remove '--enable-expensive-hardening' option.•••* gnu/packages/tor.scm (tor)[arguments]: Remove '--enable-expensive-hardening' option. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-311-3/+2
* gnu: erlang: Update to 20.0.•••* gnu/packages/erlang.scm (erlang): Update to 20.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Mikkelsen2017-07-311-5/+4
* gnu: network-manager: Add dependency on Newt.•••Suggested by Mark H Weaver. * gnu/packages/gnome.scm (network-manager)[inputs]: Add NEWT. Ludovic Courtès2017-07-311-0/+2
* gnu: guile-git: Skip faulty tests on non-x86_64.•••Reported by Mark H Weaver. * gnu/packages/guile.scm (guile-git)[arguments]: Add 'skip-tests' phase unless on x86_64-linux. Ludovic Courtès2017-07-311-2/+14
* gnu: libgit2: Add "debug" output.•••* gnu/packages/version-control.scm (libgit2)[outputs]: New field. Ludovic Courtès2017-07-311-0/+1
* gnu: libgit2: Update to 0.26.0.•••* 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. Ludovic Courtès2017-07-312-28/+3
* gnu: efl: Add wayland support.•••* 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. Efraim Flashner2017-07-311-2/+11
* gnu: gst-plugins-good: Update disable-failing-tests phase.•••* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Change the list of tests to disable during 'disable-failing-tests phase. Efraim Flashner2017-07-311-10/+4
* gnu: automake: Add 1.15.1.•••* gnu/packages/autotools.scm (automake/latest): New variable. Ludovic Courtès2017-07-301-1/+18
* gnu: guix: Search .go files of dependencies in lib/guile/.•••* gnu/packages/package-management.scm (guix)[arguments]: Add (srfi srfi-26) to #:modules. Introduce 'gopath', distinct from 'path'. Ludovic Courtès2017-07-301-6/+15
* gnu: guix: Update snapshot.•••* gnu/packages/package-management.scm (guix): Update to 228a398. Ludovic Courtès2017-07-301-3/+3
* gnu: ffmpeg: Update to 3.3.3.•••* gnu/packages/video.scm (ffmpeg): Update to 3.3.3. Marius Bakke2017-07-301-2/+2
* gnu: qemu: Build with support for Linux AIO•••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. Christopher Baines2017-07-301-1/+1
* gnu: Add memcached.•••* gnu/packages/databases.scm (memcached): New variable. Christopher Baines2017-07-301-0/+23
* gnu: retroarch: Update to 1.6.3.•••* gnu/packages/games.scm (retroarch): Update to 1.6.3. 宋文武2017-07-301-3/+3
* gnu: yosys: Add dependency on z3.•••* gnu/packages/fpga.scm (yosys): Add z3 to propagated-inputs. Theodoros Foradis2017-07-291-1/+4
* gnu: Add z3.•••* gnu/packages/maths.scm (z3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Theodoros Foradis2017-07-291-0/+35
* gnu: erlang: Fix man-pages search path of 'erl -man'.•••* 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> Peter Mikkelsen2017-07-292-1/+27
* gnu: tome4: Clean up snippet.•••* 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> Oleg Pykhalov2017-07-291-6/+4
* gnu: vim: Update to 8.0.0808.•••* 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. Marius Bakke2017-07-291-29/+2
* gnu: emacs: Check GUIX_ENVIRONMENT when autoloading packages.•••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> Kyle Meyer2017-07-291-3/+6
* gnu: Remove emacs-seq.•••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> Kyle Meyer2017-07-291-24/+2
* gnu: Remove let-alist.•••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> Kyle Meyer2017-07-291-29/+1
* gnu: emacs-ess: Install elisp files in "guix.d".•••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. Alex Kost2017-07-291-1/+3
* gnu: grub-efi: Add mtools input.•••* gnu/packages/bootloaders.scm: Add (gnu packages mtools). (grub-efi)[inputs]: Add mtools. [arguments]: Add phase "use-absolute-mtools-path". Danny Milosavljevic2017-07-291-1/+15
* gnu: Add coq-interval.•••* gnu/packages/ocaml.scm (coq-interval): New variable. Julien Lepiller2017-07-291-0/+46
* gnu: Add coq-coquelicot.•••* gnu/packages/ocaml.scm (coq-coquelicot): New variable. Julien Lepiller2017-07-291-0/+50
* gnu: Add coq-mathcomp.•••* gnu/packages/ocaml.scm (coq-mathcomp): New variable. Julien Lepiller2017-07-291-0/+42
* gnu: Add coq-gappa.•••* gnu/packages/ocaml.scm (coq-gappa): New variable. Julien Lepiller2017-07-291-0/+55
* gnu: Add coq-flocq.•••* gnu/packages/ocaml.scm (coq-flocq): New variable. Julien Lepiller2017-07-291-0/+45
* gnu: gnupg: Update to 2.1.22.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.1.22. Marius Bakke2017-07-291-2/+2
* gnu: metabat: Update to 2.11.2.•••* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.2. Ben Woodcroft2017-07-291-2/+2
* gnu: mes: Update to 0.9.•••* gnu/packages/mes.scm (mes): Update to 0.9. [arguments]: Delete `strip' phase. [synopsis]: Rewrite to be more descriptive. [description]: Include expanded acronym. Jan Nieuwenhuizen2017-07-291-7/+9
* gnu: gptfdisk: Update to 1.0.3.•••* gnu/packages/disk.scm (gptfdisk): Update to 1.0.3. Tobias Geerinckx-Rice2017-07-291-2/+2
* gnu: arandr: Remove make-xrandr-available phase.•••wrap-program functionality is already provided by python-build-system. * gnu/packages/xdisorg.scm (arandr): Remove make-xrandr-available phase. Arun Isaac2017-07-291-10/+1
* gnu: Add emacs-rpm-spec-mode.•••* gnu/packages/emacs.scm (emacs-rpm-spec-mode): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Oleg Pykhalov2017-07-291-0/+23
* gnu: mescc-tools: Update to 0.2.•••* gnu/packages/mes.scm (mescc-tools): Update to 0.2. Jan Nieuwenhuizen2017-07-291-5/+5
* gnu: linux-libre: Update to 4.12.4.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.4. (%linux-libre-hash): Update hash. Mark H Weaver2017-07-281-2/+2
* gnu: linux-libre@4.9: Update to 4.9.40.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.40. Mark H Weaver2017-07-281-2/+2
* gnu: linux-libre@4.4: Update to 4.4.79.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.79. Mark H Weaver2017-07-281-2/+2