summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: twitchy: Install 'rofi-twitchy'.Oleg Pykhalov2018-06-08
| | | | * gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
* gnu: rcas-web: Update to 0.0.5.Ricardo Wurmus2018-06-08
| | | | * gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
* services: dnsmasq-service-type: Add default configuration and description.宋文武2018-06-08
| | | | | * gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields.
* services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'.宋文武2018-06-08
| | | | | | | | | | 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.
* gnu: debootstrap: Substitute chroot in 'patch-source' phase.Kei Kebreau2018-06-08
| | | | | | * gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase, substitute chroot in the debootstrap script file. [inputs]: Add coreutils.
* gnu: hpcguix-web: Update to commit '87cb516'.Rouby Pierre-Antoine2018-06-08
| | | | | | * gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-flycheck.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-flycheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-exwm.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-exwm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-emms.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-emms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-descbinds.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-descbinds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-company.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-helm-company): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-google-translate.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-google-translate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-gif-screencast.Pierre Neidhardt2018-06-08
| | | | | | * gnu/packages/emacs.scm (emacs-gif-screencast): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Regenerate *.fr.texi.Ludovic Courtès2018-06-08
|
* doc: Update 'fr' translation.Ludovic Courtès2018-06-08
|
* nls: Update 'da' translation.Ludovic Courtès2018-06-08
|
* import: elpa: Remove unused (gnu packages) module.Oleg Pykhalov2018-06-08
| | | | * guix/import/elpa.scm: Remove unused (gnu packages) module.
* gnu: ruby-rack-protection: Update to 2.0.2.Tobias Geerinckx-Rice2018-06-08
| | | | * gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
* gnu: r-fastcluster: Update to 1.1.25.Tobias Geerinckx-Rice2018-06-08
| | | | * gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
* gnu: opensmtpd: Clarify phase name.Tobias Geerinckx-Rice2018-06-08
| | | | | | * gnu/packages/mail.scm (opensmtpd)[arguments]: Rename ‘install-compatibilitymode’ to ‘install-compatibility-links’ and avoid needless abbrevs while at it.
* gnu: opensmtpd: Patch FHS assumptions.Tobias Geerinckx-Rice2018-06-08
| | | | | | | | | | | | 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.
* gnu: duplicity: Update to 0.7.17.Oleg Pykhalov2018-06-08
| | | | * gnu/packages/backup.scm (duplicity): Update to 0.7.17.
* gnu: Add python-fasteners.Oleg Pykhalov2018-06-08
| | | | | * gnu/packages/python.scm (python-fasteners, python2-fasteners): New variables.
* vm: 'iso9660-image' uses a local /tmp.Ludovic Courtès2018-06-08
| | | | | | | | 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'.
* vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.Ludovic Courtès2018-06-08
| | | | | * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:file-systems and use it instead of %LINUX-VM-FILE-SYSTEMS.
* gnu: doxygen: Work around GCC ICE on armhf-linux.Ludovic Courtès2018-06-08
| | | | | | | | | | | 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.
* config: Remove 'canonicalize-path' call.Ludovic Courtès2018-06-08
| | | | | | | | The call was unnecessary and would cause test failures because 'test-tmp/db' does not exist initially. * guix/config.scm.in (%store-database-directory): Remove 'canonicalize-path' call.
* build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).Ludovic Courtès2018-06-08
| | | | | | | Reported by Gábor Boskovits <boskovits@gmail.com>. Fixes <https://bugs.gnu.org/31700>. * nix/local.mk (CLEANFILES): Add nothing but schema.sql.hh.
* gnu: redis: Update to 4.0.9.宋文武2018-06-08
| | | | * gnu/packages/database.scm (redis): Update to 4.0.9.
* gnu: ikiwiki: Add inputs for CGI script and remove duplicate input.Paul Garlick2018-06-08
| | | | | | | | * 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>
* gnu: Add perl-cgi-formbuilder.Paul Garlick2018-06-08
| | | | | | * gnu/packages/web.scm (perl-cgi-formbuilder): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* import: elpa: Add recursive import.Oleg Pykhalov2018-06-08
| | | | | | | | | | * doc/guix.texi (Invoking guix import): Document elpa recursive import. * guix/import/elpa.scm (elpa-package->sexp): Return package and dependencies values. (elpa-guix-name, elpa-recursive-import): New procedures. * guix/scripts/import/elpa.scm (show-help, %options): Add recursive option. (guix-import-elpa): Use 'elpa-recursive-import'.
* import: utils: Add recursive-import.Oleg Pykhalov2018-06-08
| | | | | | | | | * guix/import/cran.scm (cran-guix-name, cran-recursive-import): New procedures. (recursive-import): Remove procedure. * guix/import/utils.scm (guix-name, recursive-import): New procedures. * guix/scripts/import/cran.scm (guix-import-cran): Use 'cran-recursive-import' procedure.
* gnu: linux-libre@4.9: Update to 4.9.107.Mark H Weaver2018-06-07
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.107.
* gnu: linux-libre@4.4: Update to 4.4.136.Mark H Weaver2018-06-07
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.136.
* gnu: ruby-asciidoctor: Update description.Tobias Geerinckx-Rice2018-06-07
| | | | | | Synchronise with upstream README. * gnu/packages/ruby.scm (ruby-asciidoctor)[description]: Add PDF.
* gnu: inxi: Fix up synopsis & description.Tobias Geerinckx-Rice2018-06-07
| | | | | * gnu/packages/admin.scm (inxi)[synopsis]: Fix typo. [description]: Use @code{}.
* gnu: libngspice: Update to 28.Tobias Geerinckx-Rice2018-06-07
| | | | * gnu/packages/engineering.scm (libngspice): Update to 28.
* gnu: libngspice: Use C-locale date format.Tobias Geerinckx-Rice2018-06-07
| | | | | * gnu/packages/engineering.scm (libngspice): Use a more standard (C-locale) date format when forging timestamps.
* gnu: python-pyxdg: Return #t from phases.Tobias Geerinckx-Rice2018-06-07
| | | | | * gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: seabios: Return #t from all phases.Tobias Geerinckx-Rice2018-06-07
| | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Return #t from the ‘install’ phase.
* gnu: gnuastro: Add TIFF support.Tobias Geerinckx-Rice2018-06-07
| | | | | | 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.
* gnu: xmlsec: Update to 1.2.26.Tobias Geerinckx-Rice2018-06-07
| | | | * gnu/packages/xml.scm (xmlsec): Update to 1.2.26.
* gnu: xcalib: Update to 0.10.Tobias Geerinckx-Rice2018-06-07
| | | | | | | | | * 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.
* gnu: perl-net-http: Update to 6.18.Tobias Geerinckx-Rice2018-06-07
| | | | * gnu/packages/web.scm (perl-net-http): Update to 6.18.
* gnu: perl-cgi: Update to 4.38.Tobias Geerinckx-Rice2018-06-07
| | | | * gnu/packages/web.scm (perl-cgi): Update to 4.38.
* gnu: qucs: Patch bootstrapping scripts.Danny Milosavljevic2018-06-07
| | | | | * gnu/packages/engineering.scm (qucs)[arguments]<#:phases>[patch-bootstrap]: New phase.
* gnu: qucs-s: Update to 0.0.20.Theodoros Foradis2018-06-07
| | | | | | | * 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>
* gnu: lapack-3.5: Delete package.Theodoros Foradis2018-06-07
| | | | | | * gnu/packages/maths.scm (lapack-3.5): Delete package. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: xyce-serial: Update to 6.8.Theodoros Foradis2018-06-07
| | | | | | | | | * 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>