summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-06-09system: Honor ~/.config/guix/current in /etc/profile.Ludovic Courtès
* gnu/system.scm (operating-system-etc-service)[profile]: Add ~/.config/guix/current/share/info to INFOPATH. Treat ~/.guix-profile and ~/.config/guix/current in the same way.
2018-06-09gnu: btrfs-progs: Fix build by disabling tests.宋文武
* gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
2018-06-09gnu: lxc: Update to 3.0.1.宋文武
* gnu/packages/virtualization.scm (lxc): Update to 3.0.1.
2018-06-09gnu: nzbget: Update to 20.0.Rutger Helling
* gnu/packages/networking.scm (nzbget): Update to 20.0.
2018-06-09gnu: mame: New variable.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): New variable.
2018-06-09gnu: asio: New variable.Nicolas Goaziou
* gnu/packages/networking.scm (asio): New variable.
2018-06-08gnu: Add emacs-ivy-yasnippet.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-ivy-yasnippet): New public variable.
2018-06-08gnu: exim: Add libnsl input.Gábor Boskovits
* gnu/packages/mail.scm (exim)[inputs]: Add libnsl. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-06-08gnu: twitchy: Install 'rofi-twitchy'.Oleg Pykhalov
* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
2018-06-08gnu: rcas-web: Update to 0.0.5.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
2018-06-08services: dnsmasq-service-type: Add default configuration and description.宋文武
* gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields.
2018-06-08services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'.宋文武
The 'no-negcache?' option is mapped to the '--no-negcache' command-line argument directly, but we're in the scheme world, where the general guideline is to avoid double-negations in identifiers. * gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?' field with 'negative-cache?'. * doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly.
2018-06-08gnu: debootstrap: Substitute chroot in 'patch-source' phase.Kei Kebreau
* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils.
2018-06-08gnu: hpcguix-web: Update to commit '87cb516'.Rouby Pierre-Antoine
* gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-flycheck.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-flycheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-exwm.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-exwm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-emms.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-emms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-descbinds.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-descbinds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-helm-company.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-helm-company): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-google-translate.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-google-translate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: Add emacs-gif-screencast.Pierre Neidhardt
* gnu/packages/emacs.scm (emacs-gif-screencast): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-08gnu: ruby-rack-protection: Update to 2.0.2.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
2018-06-08gnu: r-fastcluster: Update to 1.1.25.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
2018-06-08gnu: opensmtpd: Clarify phase name.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd)[arguments]: Rename ‘install-compatibilitymode’ to ‘install-compatibility-links’ and avoid needless abbrevs while at it.
2018-06-08gnu: opensmtpd: Patch FHS assumptions.Tobias Geerinckx-Rice
This fixes the following failure... # smtpctl show message 9275c3fbeccbae93 execl: No such file or directory ...due to the absence of ‘/bin/cat’ on GuixSD. * gnu/packages/mail.scm (opensmtpd)[arguments]: Add ‘patch-FHS-file-names’ phase.
2018-06-08gnu: duplicity: Update to 0.7.17.Oleg Pykhalov
* gnu/packages/backup.scm (duplicity): Update to 0.7.17.
2018-06-08gnu: Add python-fasteners.Oleg Pykhalov
* gnu/packages/python.scm (python-fasteners, python2-fasteners): New variables.
2018-06-08vm: 'iso9660-image' uses a local /tmp.Ludovic Courtès
Fixes <https://bugs.gnu.org/31752>. Regression introduced in commit 8c9bf2946a1cb58c5b7b941db3a37830ece80708. * gnu/system/vm.scm (iso9660-image): Pass #:file-systems to 'expression->derivation-in-linux-vm'.
2018-06-08vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.Ludovic Courtès
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:file-systems and use it instead of %LINUX-VM-FILE-SYSTEMS.
2018-06-08gnu: doxygen: Work around GCC ICE on armhf-linux.Ludovic Courtès
Reported by Mark H Weaver <mhw@netris.org> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31708#10>. * gnu/packages/patches/doxygen-gcc-ice.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/documentation.scm (doxygen)[inputs]: Add "gcc-ice-patch" on armhf-* only. [arguments]: Add 'apply-gcc-patch' phase on armhf-* only.
2018-06-08gnu: redis: Update to 4.0.9.宋文武
* gnu/packages/database.scm (redis): Update to 4.0.9.
2018-06-08gnu: ikiwiki: Add inputs for CGI script and remove duplicate input.Paul Garlick
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-cgi-formbuilder and perl-db-file. Remove perl-uri duplicate. Sort 'perl-*' inputs alphabetically. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-08gnu: Add perl-cgi-formbuilder.Paul Garlick
* gnu/packages/web.scm (perl-cgi-formbuilder): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-07gnu: linux-libre@4.9: Update to 4.9.107.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.107.
2018-06-07gnu: linux-libre@4.4: Update to 4.4.136.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.136.
2018-06-07gnu: ruby-asciidoctor: Update description.Tobias Geerinckx-Rice
Synchronise with upstream README. * gnu/packages/ruby.scm (ruby-asciidoctor)[description]: Add PDF.
2018-06-07gnu: inxi: Fix up synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi)[synopsis]: Fix typo. [description]: Use @code{}.
2018-06-07gnu: libngspice: Update to 28.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (libngspice): Update to 28.
2018-06-07gnu: libngspice: Use C-locale date format.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (libngspice): Use a more standard (C-locale) date format when forging timestamps.
2018-06-07gnu: python-pyxdg: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-07gnu: seabios: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/firmware.scm (seabios)[arguments]: Return #t from the ‘install’ phase.
2018-06-07gnu: gnuastro: Add TIFF support.Tobias Geerinckx-Rice
This adds ~3.6 MiB (3.6%) to gnuastro's now-103.9 MiB closure. * gnu/packages/astronomy.scm (gnuastro)[inputs]: Add libtiff and zlib.
2018-06-07gnu: xmlsec: Update to 1.2.26.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (xmlsec): Update to 1.2.26.
2018-06-07gnu: xcalib: Update to 0.10.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xcalib): Update to 0.10. [home-page]: Switch to new upstream. [source]: Use GIT-FETCH. Add xcalib-update-man-page.patch. [build-system]: Switch to CMAKE-BUILD-SYSTEM. [arguments]: Remove the old build system's arguments. [inputs]: Add libxrandr.
2018-06-07gnu: perl-net-http: Update to 6.18.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-net-http): Update to 6.18.
2018-06-07gnu: perl-cgi: Update to 4.38.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-cgi): Update to 4.38.
2018-06-07gnu: qucs: Patch bootstrapping scripts.Danny Milosavljevic
* gnu/packages/engineering.scm (qucs)[arguments]<#:phases>[patch-bootstrap]: New phase.
2018-06-07gnu: qucs-s: Update to 0.0.20.Theodoros Foradis
* gnu/packages/engineering.scm (qucs-s): Update to 0.0.20. [arguments]: Modify patch-paths phase to work with version 0.0.20. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-06-07gnu: lapack-3.5: Delete package.Theodoros Foradis
* gnu/packages/maths.scm (lapack-3.5): Delete package. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-06-07gnu: xyce-serial: Update to 6.8.Theodoros Foradis
* gnu/packages/engineering.scm (xyce-serial): Update to 6.8. [inputs]: Replace lapack-3.5 with lapack. * gnu/packages/engineering.scm (xyce-prallel): [arguments]: Update configure flags to work with 6.8 version. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>