Age | Commit message (Expand) | Author |
2018-06-09 | gnu: mame: New variable....* gnu/packages/emulators.scm (mame): New variable.
| Nicolas Goaziou |
2018-06-09 | gnu: asio: New variable....* gnu/packages/networking.scm (asio): New variable.
| Nicolas Goaziou |
2018-06-08 | gnu: Add emacs-ivy-yasnippet....* gnu/packages/emacs.scm (emacs-ivy-yasnippet): New public variable.
| Oleg Pykhalov |
2018-06-08 | gnu: exim: Add libnsl input....* gnu/packages/mail.scm (exim)[inputs]: Add libnsl.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Gábor Boskovits |
2018-06-08 | gnu: twitchy: Install 'rofi-twitchy'....* gnu/packages/video.scm (twitchy): Install 'rofi-twitchy'.
| Oleg Pykhalov |
2018-06-08 | gnu: rcas-web: Update to 0.0.5....* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
| Ricardo Wurmus |
2018-06-08 | services: dnsmasq-service-type: Add default configuration and description....* gnu/services/dns.scm (dnsmasq-service-type)
[default-value, description]: New fields.
| 宋文武 |
2018-06-08 | services: 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-08 | gnu: debootstrap: Substitute chroot in 'patch-source' phase....* gnu/packages/debian.scm (debootstrap)[arguments]: In 'patch-source' phase,
substitute chroot in the debootstrap script file.
[inputs]: Add coreutils.
| Kei Kebreau |
2018-06-08 | gnu: hpcguix-web: Update to commit '87cb516'....* gnu/packages/web.scm (hpcguix-web): Update to commit '87cb516'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rouby Pierre-Antoine |
2018-06-08 | gnu: Add emacs-helm-flycheck....* gnu/packages/emacs.scm (emacs-helm-flycheck): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-exwm....* gnu/packages/emacs.scm (emacs-helm-exwm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-emms....* gnu/packages/emacs.scm (emacs-helm-emms): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-descbinds....* gnu/packages/emacs.scm (emacs-helm-descbinds): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-helm-company....* gnu/packages/emacs.scm (emacs-helm-company): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-google-translate....* gnu/packages/emacs.scm (emacs-google-translate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: Add emacs-gif-screencast....* gnu/packages/emacs.scm (emacs-gif-screencast): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-06-08 | gnu: ruby-rack-protection: Update to 2.0.2....* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
| Tobias Geerinckx-Rice |
2018-06-08 | gnu: r-fastcluster: Update to 1.1.25....* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.25.
| Tobias Geerinckx-Rice |
2018-06-08 | gnu: opensmtpd: Clarify phase name....* gnu/packages/mail.scm (opensmtpd)[arguments]: Rename
‘install-compatibilitymode’ to ‘install-compatibility-links’ and avoid
needless abbrevs while at it.
| Tobias Geerinckx-Rice |
2018-06-08 | gnu: opensmtpd: Patch FHS assumptions....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.
| Tobias Geerinckx-Rice |
2018-06-08 | gnu: duplicity: Update to 0.7.17....* gnu/packages/backup.scm (duplicity): Update to 0.7.17.
| Oleg Pykhalov |
2018-06-08 | gnu: Add python-fasteners....* gnu/packages/python.scm (python-fasteners, python2-fasteners): New
variables.
| Oleg Pykhalov |
2018-06-08 | vm: 'iso9660-image' uses a local /tmp....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'.
| Ludovic Courtès |
2018-06-08 | vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
#:file-systems and use it instead of %LINUX-VM-FILE-SYSTEMS.
| Ludovic Courtès |
2018-06-08 | gnu: doxygen: Work around GCC ICE on armhf-linux....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.
| Ludovic Courtès |
2018-06-08 | gnu: redis: Update to 4.0.9....* gnu/packages/database.scm (redis): Update to 4.0.9.
| 宋文武 |
2018-06-08 | gnu: ikiwiki: Add inputs for CGI script and remove duplicate input....* 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>
| Paul Garlick |
2018-06-08 | gnu: Add perl-cgi-formbuilder....* gnu/packages/web.scm (perl-cgi-formbuilder): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Paul Garlick |
2018-06-07 | gnu: linux-libre@4.9: Update to 4.9.107....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.107.
| Mark H Weaver |
2018-06-07 | gnu: linux-libre@4.4: Update to 4.4.136....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.136.
| Mark H Weaver |
2018-06-07 | gnu: ruby-asciidoctor: Update description....Synchronise with upstream README.
* gnu/packages/ruby.scm (ruby-asciidoctor)[description]: Add PDF.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: inxi: Fix up synopsis & description....* gnu/packages/admin.scm (inxi)[synopsis]: Fix typo.
[description]: Use @code{}.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: libngspice: Update to 28....* gnu/packages/engineering.scm (libngspice): Update to 28.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: libngspice: Use C-locale date format....* gnu/packages/engineering.scm (libngspice): Use a more standard
(C-locale) date format when forging timestamps.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: python-pyxdg: Return #t from phases....* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Substitute
INVOKE for SYSTEM*.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: seabios: Return #t from all phases....* gnu/packages/firmware.scm (seabios)[arguments]: Return #t from
the ‘install’ phase.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: gnuastro: Add TIFF support....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.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: xmlsec: Update to 1.2.26....* gnu/packages/xml.scm (xmlsec): Update to 1.2.26.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: xcalib: Update to 0.10....* 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.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: perl-net-http: Update to 6.18....* gnu/packages/web.scm (perl-net-http): Update to 6.18.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: perl-cgi: Update to 4.38....* gnu/packages/web.scm (perl-cgi): Update to 4.38.
| Tobias Geerinckx-Rice |
2018-06-07 | gnu: qucs: Patch bootstrapping scripts....* gnu/packages/engineering.scm (qucs)[arguments]<#:phases>[patch-bootstrap]:
New phase.
| Danny Milosavljevic |
2018-06-07 | gnu: qucs-s: Update to 0.0.20....* 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>
| Theodoros Foradis |
2018-06-07 | gnu: lapack-3.5: Delete package....* gnu/packages/maths.scm (lapack-3.5): Delete package.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Theodoros Foradis |
2018-06-07 | gnu: xyce-serial: Update to 6.8....* 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>
| Theodoros Foradis |
2018-06-07 | gnu: trilinos-serial-xyce: Update to 12.12.1....* gnu/packages/engineering.scm (trilinos-serial-xyce): Update to 12.12.1.
[arguments]: Add delete-tribits phase.
[inputs]: Replace lapack-3.5 with lapack.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Theodoros Foradis |
2018-06-07 | gnu: libngspice: Update to 27....* gnu/packages/engineering.scm (libngspice): Update to 27.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Theodoros Foradis |
2018-06-07 | gnu: qucs: Build from git to fix bug....* gnu/packages/engineering.scm (qucs): Add TODO comment.
[source]: Use git commit b4f27d9.
[native-inputs]: Add autoconf, automake, flex and bison.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Theodoros Foradis |
2018-06-07 | gnu: r-rcas: Update to 1.6.0....* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.6.0.
[source]: Fetch from bioconductor.
[native-inputs]: Remove r-knitr.
[propagated-inputs]: Add r-biocgenerics, r-biostrings, r-cowplot, r-dbi,
r-ggseqlogo, r-knitr, r-pheatmap, r-proxy, r-rsqlite, and r-s4vectors.
| Ricardo Wurmus |