aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
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.
2017-07-29gnu: metabat: Update to 2.11.2.Ben Woodcroft
* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.2.
2017-07-29gnu: mes: Update to 0.9.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.9. [arguments]: Delete `strip' phase. [synopsis]: Rewrite to be more descriptive. [description]: Include expanded acronym.
2017-07-29gnu: gptfdisk: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (gptfdisk): Update to 1.0.3.
2017-07-29gnu: arandr: Remove make-xrandr-available phase.Arun Isaac
wrap-program functionality is already provided by python-build-system. * gnu/packages/xdisorg.scm (arandr): Remove make-xrandr-available phase.
2017-07-29gnu: Add emacs-rpm-spec-mode.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-rpm-spec-mode): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-29gnu: mescc-tools: Update to 0.2.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.2.
2017-07-28gnu: linux-libre: Update to 4.12.4.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.4. (%linux-libre-hash): Update hash.
2017-07-28gnu: linux-libre@4.9: Update to 4.9.40.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.40.
2017-07-28gnu: linux-libre@4.4: Update to 4.4.79.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.79.
2017-07-29gnu: sssd: Update to 1.15.3.Tobias Geerinckx-Rice
* gnu/packages/sssd.scm (sssd): Update to 1.15.3. [native-inputs]: Add util-linux.
2017-07-29gnu: bind: Update to 9.11.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.11.2.
2017-07-28gnu: emacs-auctex: Update to 11.91.0.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-auctex): Update to 11.91.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-28gnu: Add tome4.Oleg Pykhalov
* gnu/packages/games.scm (tome4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-28gnu: guix: Add dependency on Guile-Git.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments] <wrap-program>: Add Guile-Git to PATH. [propagated-inputs]: Add GUILE-GIT. (guile2.0-guix)[propagated-inputs]: Add GUILE2.0-GIT.
2017-07-28gnu: guile-git: Update snapshot.Ludovic Courtès
* gnu/packages/guile.scm (guile-git): Update to commit e156a10. [native-inputs]: Add TEXINFO.
2017-07-28gnu: le-certs: Create OpenSSL hash symlinks.Ludovic Courtès
* gnu/packages/certs.scm (le-certs)[arguments]: Run 'c_rehash' on the result. [native-inputs]: New fields.
2017-07-28gnu: btrfs-progs: Update to 4.12.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.12. [outputs]: Remove inaccurate comment on size.
2017-07-28gnu: redis: Update to 4.0.1.Ben Woodcroft
* gnu/packages/databases.scm (redis): Update to 4.0.1.
2017-07-28gnu: ruby-json-pure: Update to 2.1.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.1.0. [arguments]: Replace 'replace-git-ls-files' phase with 'fix-rakefile' and 'regenerate-gemspec' phases. [inputs]: Remove ruby-permutation, ruby-utils, ragel. Add ruby-test-unit, ruby-simplecov.
2017-07-28gnu: bundler: Update to 1.15.3.Ben Woodcroft
* gnu/packages/ruby.scm (bundler): Update to 1.15.3.
2017-07-28gnu: ruby-ffi: Update to 1.9.18.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.18.
2017-07-28gnu: redis: Update to 4.0.0.Ben Woodcroft
* gnu/packages/databases.scm (redis): Update to 4.0.0.
2017-07-28gnu: ruby-nokogiri: Update to 1.8.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.8.0.
2017-07-28gnu: ruby-mini-portile2: Update to 2.2.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-mini-portile2): Update to 2.2.0.
2017-07-28gnu: nautilus: Update to 3.24.2.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (nautilus): Update to 3.24.2.1.
2017-07-28gnu: gptfdisk: Update description.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (gptfdisk): Remove outdated statement and use @dfn.
2017-07-28gnu: goffice: Update to 3.24.2.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (goffice): Update to 3.24.2.1.
2017-07-28gnu: shotwell: Update to 0.26.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (shotwell): Update to 0.26.2.
2017-07-28gnu: whois: Update to 5.2.17.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.2.17.
2017-07-28gnu: nss, nss-certs: Update to 3.32.Marius Bakke
This release includes minor code changes and many certificate updates: <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.32_release_notes> * gnu/packages/certs.scm (nss-certs): Update to 3.32. * gnu/packages/gnuzilla.scm (nss): Update to 3.32. [arguments]: Prevent another test file from being installed. * gnu/packages/patches/nss-pkgconfig.patch: Adjust.
2017-07-27gnu: nspr: Update to 4.16.Marius Bakke
* gnu/packages/gnuzilla.scm (nspr): Update to 4.16.
2017-07-27gnu: python-cryptography: Update to 2.0.2.Marius Bakke
* gnu/packages/python.scm (python-cryptography-vectors, python-cryptography): Update to 2.0.2.
2017-07-27gnu: subversion: Update to 1.8.18.Leo Famulari
* gnu/packages/version-control.scm (subversion): Update to 1.8.18.
2017-07-27gnu: net-tools: Update to 1.60-0.479bb4a7.Leo Famulari
This leaves net-tools-for-tests unchanged. Fixes <https://bugs.gnu.org/27811>. * gnu/packages/linux.scm (net-tools): Update to 1.60-0.479bb4a7. [source]: Use git-fetch. [inputs]: Remove the Debian patch. [arguments]: Use modify-phases. Remove the 'patch' phase. Disable SELINUX and AFBLUETOOTH from build configuration.
2017-07-27gnu: gzochi: Update to 0.11.1.Julian Graham
* gnu/packages/game-development.scm (gzochi): Update to 0.11.1. (gzochi)[arguments]: Remove patch for `-Werror', which is no longer necessary. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-27gnu: openmpi: Add "static" output.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[outputs]: New field. [arguments]: Add 'move-static-libraries' phase.
2017-07-27gnu: r-preprocesscore: Update to 1.38.1.Ricardo Wurmus
* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.38.1.
2017-07-27gnu: Add cowsay.Ricardo Wurmus
* gnu/packages/games.scm (cowsay): New variable.
2017-07-27gnu: nnn: Update to 1.3.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 1.3.