summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: cuirass: Set 'GIT_SSL_CAINFO' and 'GIT_EXEC_PATH'.Ludovic Courtès2017-07-30
| | | | | | | Reported by Ricardo Wurmus. * gnu/services/cuirass.scm (cuirass-shepherd-service): Pass #:environment-variables.
* doc: Give an example of arguments for the 'run-vm.sh' script.Ludovic Courtès2017-07-30
| | | | | | | Suggested by Oleg Pykhalov <go.wigust@gmail.com>. * doc/guix.texi (Invoking guix system): Give an example of passing arguments to the 'run-vm.sh' script.
* gnu: ffmpeg: Update to 3.3.3.Marius Bakke2017-07-30
| | | | * gnu/packages/video.scm (ffmpeg): Update to 3.3.3.
* gnu: qemu: Build with support for Linux AIOChristopher Baines2017-07-30
| | | | | | | 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.
* services: Add memcached.Christopher Baines2017-07-30
| | | | | | | | | | * 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.
* gnu: Add memcached.Christopher Baines2017-07-30
| | | | * gnu/packages/databases.scm (memcached): New variable.
* gnu: retroarch: Update to 1.6.3.宋文武2017-07-30
| | | | * gnu/packages/games.scm (retroarch): Update to 1.6.3.
* gnu: yosys: Add dependency on z3.Theodoros Foradis2017-07-29
| | | | * gnu/packages/fpga.scm (yosys): Add z3 to propagated-inputs.
* gnu: Add z3.Theodoros Foradis2017-07-29
| | | | | | * gnu/packages/maths.scm (z3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: erlang: Fix man-pages search path of 'erl -man'.Peter Mikkelsen2017-07-29
| | | | | | | | * 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>
* gnu: tome4: Clean up snippet.Oleg Pykhalov2017-07-29
| | | | | | | * 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>
* gnu: vim: Update to 8.0.0808.Marius Bakke2017-07-29
| | | | | | | * 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.
* gnu: emacs: Check GUIX_ENVIRONMENT when autoloading packages.Kyle Meyer2017-07-29
| | | | | | | | | | | | | 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>
* gnu: Remove emacs-seq.Kyle Meyer2017-07-29
| | | | | | | | | 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>
* gnu: Remove let-alist.Kyle Meyer2017-07-29
| | | | | | | | | 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>
* gnu: emacs-ess: Install elisp files in "guix.d".Alex Kost2017-07-29
| | | | | | | | 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.
* gnu: grub-efi: Add mtools input.Danny Milosavljevic2017-07-29
| | | | | | * gnu/packages/bootloaders.scm: Add (gnu packages mtools). (grub-efi)[inputs]: Add mtools. [arguments]: Add phase "use-absolute-mtools-path".
* gnu: Add coq-interval.Julien Lepiller2017-07-29
| | | | * gnu/packages/ocaml.scm (coq-interval): New variable.
* gnu: Add coq-coquelicot.Julien Lepiller2017-07-29
| | | | * gnu/packages/ocaml.scm (coq-coquelicot): New variable.
* gnu: Add coq-mathcomp.Julien Lepiller2017-07-29
| | | | * gnu/packages/ocaml.scm (coq-mathcomp): New variable.
* gnu: Add coq-gappa.Julien Lepiller2017-07-29
| | | | * gnu/packages/ocaml.scm (coq-gappa): New variable.
* gnu: Add coq-flocq.Julien Lepiller2017-07-29
| | | | * gnu/packages/ocaml.scm (coq-flocq): New variable.
* gnu: gnupg: Update to 2.1.22.Marius Bakke2017-07-29
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.
* gnu: metabat: Update to 2.11.2.Ben Woodcroft2017-07-29
| | | | * gnu/packages/bioinformatics.scm (metabat): Update to 2.11.2.
* gnu: mes: Update to 0.9.Jan Nieuwenhuizen2017-07-29
| | | | | | | * gnu/packages/mes.scm (mes): Update to 0.9. [arguments]: Delete `strip' phase. [synopsis]: Rewrite to be more descriptive. [description]: Include expanded acronym.
* gnu: gptfdisk: Update to 1.0.3.Tobias Geerinckx-Rice2017-07-29
| | | | * gnu/packages/disk.scm (gptfdisk): Update to 1.0.3.
* gnu: services: admin: Add tailon.Christopher Baines2017-07-29
| | | | | | | | | | | * gnu/services/admin.scm (<tailon-configuration>, <tailon-configuration-file>): New record types. (tailon-configuration-files-string, tailon-shepherd-service): New procedures. (%tailon-accounts, tailon-service-type: New variables. * doc/guix.texi (Monitoring Services: Document the Tailon service. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/tests/admin.scm. * gnu/tests/admin.scm: New file.
* gnu: arandr: Remove make-xrandr-available phase.Arun Isaac2017-07-29
| | | | | | wrap-program functionality is already provided by python-build-system. * gnu/packages/xdisorg.scm (arandr): Remove make-xrandr-available phase.
* gnu: Add emacs-rpm-spec-mode.Oleg Pykhalov2017-07-29
| | | | | | * gnu/packages/emacs.scm (emacs-rpm-spec-mode): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: mescc-tools: Update to 0.2.Jan Nieuwenhuizen2017-07-29
| | | | * gnu/packages/mes.scm (mescc-tools): Update to 0.2.
* gnu: linux-libre: Update to 4.12.4.Mark H Weaver2017-07-28
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.4. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.40.Mark H Weaver2017-07-28
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.40.
* gnu: linux-libre@4.4: Update to 4.4.79.Mark H Weaver2017-07-28
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.79.
* gnu: sssd: Update to 1.15.3.Tobias Geerinckx-Rice2017-07-29
| | | | | * gnu/packages/sssd.scm (sssd): Update to 1.15.3. [native-inputs]: Add util-linux.
* gnu: bind: Update to 9.11.2.Tobias Geerinckx-Rice2017-07-29
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.11.2.
* gnu: emacs-auctex: Update to 11.91.0.Oleg Pykhalov2017-07-28
| | | | | | * gnu/packages/emacs.scm (emacs-auctex): Update to 11.91.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add tome4.Oleg Pykhalov2017-07-28
| | | | | | * gnu/packages/games.scm (tome4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* bootloader: Use <menu-entry> for the bootloader side.Danny Milosavljevic2017-07-28
| | | | | | | | | | | | | | * gnu/bootloader.scm (menu-entry-device-mount-point): New variable. Export it. (<menu-entry>: New field "device". * gnu/bootloader/grub.scm (grub-confgiuration-file): Handle <menu-entry> entries. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Handle <menu-entry> entries. * gnu/system.scm (menu->entry->boot-parameters): Delete variable. (boot-parameters->menu-entry): New variable. Export it. (operating-system-bootcfg): Make OLD-ENTRIES a list of <menu-entry>. * guix/script/system.scm (reinstall-bootloader): Fix bootcfg usage. (perform-action): Fix bootcfg usage.
* gnu: guix: Add dependency on Guile-Git.Ludovic Courtès2017-07-28
| | | | | | | * 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.
* gnu: guile-git: Update snapshot.Ludovic Courtès2017-07-28
| | | | | * gnu/packages/guile.scm (guile-git): Update to commit e156a10. [native-inputs]: Add TEXINFO.
* utils: Factorize XDG directory handling.Ludovic Courtès2017-07-28
| | | | | | | | * guix/ui.scm (config-directory): Remove. * guix/utils.scm (xdg-directory, config-directory): New procedures. (cache-directory): Rewrite in terms of 'xdg-directory'. * guix/scripts/substitute.scm (%narinfo-cache-directory): Pass #:ensure? #f to 'cache-directory'.
* gnu: le-certs: Create OpenSSL hash symlinks.Ludovic Courtès2017-07-28
| | | | | | * gnu/packages/certs.scm (le-certs)[arguments]: Run 'c_rehash' on the result. [native-inputs]: New fields.
* gnu: btrfs-progs: Update to 4.12.Tobias Geerinckx-Rice2017-07-28
| | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.12. [outputs]: Remove inaccurate comment on size.
* gnu: redis: Update to 4.0.1.Ben Woodcroft2017-07-28
| | | | * gnu/packages/databases.scm (redis): Update to 4.0.1.
* gnu: ruby-json-pure: Update to 2.1.0.Ben Woodcroft2017-07-28
| | | | | | | | * 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.
* gnu: bundler: Update to 1.15.3.Ben Woodcroft2017-07-28
| | | | * gnu/packages/ruby.scm (bundler): Update to 1.15.3.
* gnu: ruby-ffi: Update to 1.9.18.Ben Woodcroft2017-07-28
| | | | * gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.18.
* gnu: redis: Update to 4.0.0.Ben Woodcroft2017-07-28
| | | | * gnu/packages/databases.scm (redis): Update to 4.0.0.
* gnu: ruby-nokogiri: Update to 1.8.0.Ben Woodcroft2017-07-28
| | | | * gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.8.0.
* gnu: ruby-mini-portile2: Update to 2.2.0.Ben Woodcroft2017-07-28
| | | | * gnu/packages/ruby.scm (ruby-mini-portile2): Update to 2.2.0.