summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-29hydra: Add (gnu bootloader) import.Danny Milosavljevic
* build-aux/hydra/gnu-system.scm: Add (gnu bootloader) import. Follow-up to de2bc8d6da0ba4e74ed083af66a22cf96f74e67f.
2018-01-28gnu: wireshark: Update to 2.4.4 [fixes CVE-2018-{5334,5335,5336}].Leo Famulari
* gnu/packages/networking.scm (wireshark): Update to 2.4.4.
2018-01-29gnu: Add groovy-emacs-modes.Christopher Baines
* gnu/packages/emacs.scm (groovy-emacs-modes): New variable.
2018-01-28gnu: Add golly.Kei Kebreau
* gnu/packages/games.scm (golly): New variable.
2018-01-29gnu: lvm2: Update to 2.02.177.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lvm2): Update to 2.02.177.
2018-01-29gnu: haveged: Update to 1.9.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged): Update to 1.9.2.
2018-01-29gnu: fbcat: Update to 0.5.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fbcat): Update to 0.5.1. [native-inputs]: Remove field. [arguments]: Add PREFIX to #:make-flags. Remove `fix-docbook-location' and `build-documentation' phases. Let the Makefile install everything. Add a `split-fbgrab-output' to clean up.
2018-01-29gnu: c-toxcore: Update to 0.1.11.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.11.
2018-01-29gnu: slepc: Update to 3.8.2.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (slepc): Update to 3.8.2.
2018-01-29gnu: slepc: Update licence.Tobias Geerinckx-Rice
SLEPc has been released under a 2-clause BSD licence since version 3.8. * gnu/packages/maths.scm (slepc)[licence]: Switch to bsd-2.
2018-01-29gnu: fbcat, slepc: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fbcat)[arguments]: Substitute INVOKE for SYSTEM*. * gnu/packages/maths.scm (slepc)[arguments]: Likewise.
2018-01-29gnu: openspecfun: Update to 0.5.3.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openspecfun): Update to 0.5.3.
2018-01-29gnu: cargo-version: Fix URI in comment.Tobias Geerinckx-Rice
The table of corresponding cargo and rustc versions was removed from cargo's HEAD for being outdated, but still illustrates the pattern. * gnu/packages/rust.scm (cargo-version): Link to an older README.md revision.
2018-01-29gnu: simplescreenrecorder: Update to 0.3.9.Tobias Geerinckx-Rice
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.9. [build-system]: Switch to cmake-build-system. [inputs]: Replace qt-4 with qt. [arguments]: Build WITH_QT5. Disable non-existent test suite.
2018-01-29hydra: Add arm image builder.Danny Milosavljevic
* build-aux/hydra/gnu-system.scm (%u-boot-systems): New variable. (%guixsd-supported-systems): Add armhf-linux. (qemu-jobs): Use u-boot if system in %u-boot-systems.
2018-01-28doc: Mention escpr in CUPS configuration example.Diego Nicola Barbato
Suggested by Danny Milosavljevic <dannym@scratchpost.org>. * doc/guix.texi (Printing Services): Mention how to add support for Epson printers to CUPS via escpr in the configuration example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28gnu: Add instantmusic.Stefan Reichör
* gnu/packages/music.scm (instantmusic): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28download: Fix return value of the url-fetch procedure.Maxim Cournoyer
Fixes <https://bugs.gnu.org/30270>. Regression was introduced by commit 347fa4aebf. * guix/build/download.scm (url-fetch): Return `file' instead of #t upon success. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28guix: Let Emacs detect “scripts/guix.in” appropriate mode.Mathieu Lirzin
Since commit 6f774d481839f87178c5895ac2d661e141f879b8 which introduces the use of Guile's meta switch in “scripts/guix.in”, Emacs was not using ‘scheme-mode’ for this file. * scripts/guix.in: Replace "-*- scheme -*-" with a local variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-28gnu: u-boot: Use newer GCC even during native compiles.Efraim Flashner
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even when not cross-compiling.
2018-01-28gnu: Use https for mozilla.github.io.Efraim Flashner
* gnu/packages/fonts.scm (font-fira-mono, font-fira-sans)[home-page]: Use 'https'.
2018-01-28gnu: Add font-fira-code.ng0
* gnu/packages/fonts.scm (font-fira-code): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-01-27gnu: certbot: Update to 0.21.1.Leo Famulari
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.21.1.
2018-01-27gnu: python-dateutil: Update to 2.6.1.Alex Vong
* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-01-27gnu: gnurl: Update to 7.58.0.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.58.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-01-27Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags."ng0
This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d. It broke building gnurl in non-reproducible ways. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-01-27gnu: php: Update to 7.2.1.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.2.1. [arguments]: Skip some failing tests.
2018-01-27gnu: diamond: Update to 0.9.16.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.16.
2018-01-26gnu: xmlsec: Update to 1.2.25.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
2018-01-26gnu: xmlsec: Correct home page.Tobias Geerinckx-Rice
If this package ever shared the libexpat home page, it no longer does. * gnu/packages/xml.scm (xmlsec)[home-page]: Update.
2018-01-26gnu: html-xml-utils: Update to 7.5.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (html-xml-utils): Update to 7.5.
2018-01-26gnu: ffms2: Use canonical home page URI.Tobias Geerinckx-Rice
* gnu/packages/video.scm (ffms2)[home-page]: Move trailing / from here... [source]: ...to here.
2018-01-26gnu: python-mox3: Use @uref in description.Tobias Geerinckx-Rice
* gnu/packages/openstack.scm (python-mox3)[description]: Use @uref.
2018-01-26gnu: libmatroska: Update to 1.4.8.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
2018-01-26gnu: znc: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (znc)[home-page]: Use HTTPS.
2018-01-26gnu: supertuxkart: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/games.scm (supertuxkart)[home-page]: Use HTTPS.
2018-01-26gnu: Add emacs-helm-c-yasnippet.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-helm-c-yasnippet): New public variable.
2018-01-26gnu: diamond: Update to 0.9.15.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.15.
2018-01-26gnu: appstream-glib: Update to 0.7.5.Tobias Geerinckx-Rice
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.5. [arguments]: Drop ‘enable-’ prefix from Meson options.
2018-01-26gnu: gcab: Update to 1.0 [fixes CVE-2018-5345].Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (gcab): Update to 1.0. [build-system]: Switch to meson-build-system. [native-inputs]: Add glib:bin and vala. [arguments]: Don't build developer documentation. Disable introspection, thanks.
2018-01-26gnu: ncdc: Use HTTPS for home page.Tobias Geerinckx-Rice
* gnu/packages/dc.scm (ncdc)[home-page]: Use HTTPS.
2018-01-26gnu: ncdc: Update to 1.20.Tobias Geerinckx-Rice
* gnu/packages/dc.scm (ncdc): Update to 1.20.
2018-01-26gnu: conky: Update to 1.10.7.Tobias Geerinckx-Rice
* gnu/packages/conky.scm (conky): Update to 1.10.7. [arguments]: Use pkg-config to find ncurses. [inputs]: Add imlib2 and libxext.
2018-01-26gnu: perl-mime-types: Update to 2.16.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-mime-types): Update to 2.16.
2018-01-26gnu: keybinder: Update URI.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (keybinder)[source, home-page]: Update URI.
2018-01-26gnu: 4store: Update URI.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (4store)[source, home-page]: Update URI.
2018-01-26gnu: deeptools: Update URI.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (deeptools)[source, home-page]: Update URI.
2018-01-26gnu: elfutils: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/elf.scm (elfutils)[description]: Use @dfn and @command.
2018-01-26gnu: elfutils: Update to 0.170.Tobias Geerinckx-Rice
* gnu/packages/elf.scm (elfutils): Update to 0.170.
2018-01-26build-system/dub: Fix typo.Tobias Geerinckx-Rice
* guix/build/dub-build-system.scm (grep, grep*): Correct ‘occurence’.