aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Fix and improve the mongo-tools package.Christopher Baines2018-02-01
| | | | | | | | | | | | | | | | | | The hash of the source for this package is wrong. Most probably because the source was changed from a tarball to a git repository without updating the hash. Fixing this seems to break the check phase, so I rewrote that as well, making changes to the build and install phases as needed. * gnu/packages/databases.scm (mongo-tools)[source]: Update the hash value. [arguments]: Remove the different unpack path, as this isn't necessary when using the git repository as a source. Move the list of tools to make it accessible from multiple phases. Rewrite the build phase, getting it to install the tools in to the location the tests seem to expect to find them. Replace the check phase to run the tests for each tool individually. Add an install phase to install the tools, now that go install is not being run in the build phase. [native-inputs]: Add go-github.com-smartystreets-goconvey as a native-input as this is required for running the tests.
* gnu: Add go-github.com-smartystreets-goconvey.Christopher Baines2018-02-01
| | | | * gnu/packages/check.scm (go-github.com-smartystreets-goconvey): New variable.
* gnu: Add go-github.com-jtolds-gls.Christopher Baines2018-02-01
| | | | * gnu/packages/golang.scm (go-github.com-jtolds-gls): New variable.
* gnu: Add go-github.com-smartystreets-assertions.Christopher Baines2018-02-01
| | | | | * gnu/packages/check.scm (go-github.com-smartystreets-assertions): New variable.
* gnu: Add go-github.com-smartystreets-gunit.Christopher Baines2018-02-01
| | | | * gnu/packages/check.scm (go-github.com-smartystreets-gunit): New variable.
* gnu: awscli: Update to 1.14.32.David Thompson2018-02-01
| | | | * gnu/packages/python-web.scm (awscli): Update to 1.14.32.
* gnu: python-botocore: Update to 1.8.36.David Thompson2018-02-01
| | | | * gnu/packages/python.scm (python-botocore): Update to 1.8.36.
* gnu: sslh: Update to 1.19b.Tobias Geerinckx-Rice2018-02-01
| | | | | | * gnu/packages/networking.scm (sslh): Update to 1.19b. [inputs]: Add pcre. [home-page]: Update and use HTTPS.
* gnu: xmobar: Update to 0.25.Tobias Geerinckx-Rice2018-02-01
| | | | | | * gnu/packages/wm.scm (xmobar): Update to 0.25. [inputs]: Replace wireless-tools with (upstream-)unbundled ghc-iwlib. [arguments]: Add ‘with_weather’ to listified #:configure-flags.
* gnu: Add ghc-iwlib.Tobias Geerinckx-Rice2018-02-01
| | | | * gnu/packages/haskell.scm (ghc-iwlib): New public variable.
* gnu: libvpx: Update to 1.7.0.Marius Bakke2018-02-01
| | | | | * gnu/packages/video.scm (libvpx): Update to 1.7.0. [source]: Use GIT-FETCH.
* gnu: libvpx: Move hard-coded logic out of configure phase.Marius Bakke2018-02-01
| | | | | * gnu/packages/video.scm (libvpx)[arguments]: Move arguments from CONFIGURE-PHASE to #:make-flags and #:configure-flags.
* gnu: tevent: Update to 0.9.35.Marius Bakke2018-02-01
| | | | * gnu/packages/samba.scm (tevent): Update to 0.9.35.
* gnu: ldb: Update to 1.3.1.Marius Bakke2018-02-01
| | | | * gnu/packages/samba.scm (ldb): Update to 1.3.1.
* gnu: whois: Update to 5.3.0.Marius Bakke2018-02-01
| | | | * gnu/packages/networking.scm (whois): Update to 5.3.0.
* gnu: libraw: Update to 0.18.7.Marius Bakke2018-02-01
| | | | * gnu/packages/photo.scm (libraw): Update to 0.18.7.
* gnu: imagemagick: Update to 6.9.9-34.Marius Bakke2018-02-01
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-34.
* gnu: re2: Update to 2018-02-01.Marius Bakke2018-02-01
| | | | * gnu/packages/regex.scm (re2): Update to 2018-02-01.
* gnu: feh: Update to 2.23.1.Marius Bakke2018-02-01
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.23.1.
* Revert "gnu: python-dateutil: Update to 2.6.1."Marius Bakke2018-02-01
| | | | | | See <https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00538.html>. This reverts commit b94502bed69c0fb5033d702fd0308209efb8815c.
* gnu: linux-libre@4.14: Update to 4.14.16.Mark H Weaver2018-02-01
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.16. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.79.Mark H Weaver2018-02-01
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.79.
* gnu: linux-libre@4.4: Update to 4.4.114.Mark H Weaver2018-02-01
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.114.
* gnu: transmission: Update to 2.93.Leo Famulari2018-01-31
| | | | | | | * gnu/packages/bittorrent.scm (transmission): Update to 2.93. [source]: Update URL and remove patch. * gnu/packages/patches/transmission-fix-dns-rebinding-vuln.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: mcron2: Use Guile 2.2 instead of 2.0.Maxim Cournoyer2018-01-31
| | | | | | | | | | | | | | Motivation: Using Guile 2.2 instead of Guile 2.0 gives us the scripting abilities of Guile 2.2 when writing mcron jobs, such as HTTPS support. * gnu/packages/guile.scm (gnu): Use the srfi-1 module for the alist-delete function. (mcron2)[inputs]: Replace guile-2.0 with guile-2.2. [parallel-build?]: Disable to fix manual page generation. [phases]: Add a "use-guile-2.2" phase so the build system uses Guile 2.2. Replace `system*' with `invoke' in the "bootstrap" phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gdb: Update to 8.1.Ludovic Courtès2018-01-31
| | | | * gnu/packages/gdb.scm (gdb): Update to 8.1.
* gnu: Add strongswan.Adam Van Ymeren2018-01-31
| | | | | | * gnu/packages/networking.scm (strongswan): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-axolotl: Update to 0.1.39 and fix build.Adam Van Ymeren2018-01-31
| | | | | | | | | | | | | | python-axolotl has been failing since March, https://hydra.gnu.org/job/gnu/master/python-axolotl-0.1.35.x86_64-linux This also fixes the OMEMO and OTR plugins for Gajim work. * gnu/packages/patches/python-axolotl-AES-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-crypto.scm (python-axolotl): Upgrade to 0.1.39. [source]: Use the patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: the-silver-searcher: Update to 2.1.0.Clément Lassieur2018-01-31
| | | | * gnu/packages/code.scm (the-silver-searcher): Update to 2.1.0.
* gnu: youtube-dl: Update to 2018.01.27.Rutger Helling2018-01-31
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.01.27.
* gnu: Add innoextract.Rutger Helling2018-01-31
| | | | * gnu/packages/compression.scm (innoextract): New variable.
* gnu: cfitsio: Update to 3.420.Tobias Geerinckx-Rice2018-01-31
| | | | * gnu/packages/astronomy.scm (cfitsio): Update to 3.420.
* gnu: cfitsio: Mark up description.Tobias Geerinckx-Rice2018-01-31
| | | | * gnu/packages/astronomy.scm (cfitsio)[description]: Use @dfn.
* gnu: livestreamer: Deprecate in favour of streamlink.Oleg Pykhalov2018-01-31
| | | | * gnu/packages/video.scm (livestreamer): Redefine using ‘deprecated-package’.
* gnu: qtractor: Update to 0.8.6.Tobias Geerinckx-Rice2018-01-31
| | | | * gnu/packages/music.scm (qtractor): Update to 0.8.6.
* gnu: wordnet: Include PIC objects in libWN.a.Ludovic Courtès2018-01-31
| | | | | | | | Fixes a Dico build failure introduced in commit a6a9e628693ed2d49cd9cdfca597fd4e63bbdef0. * gnu/packages/wordnet.scm (wordnet)[arguments]: Add 'build-libwn-PIC' phase.
* gnu: mutt: Update to 1.9.3.Leo Famulari2018-01-30
| | | | * gnu/packages/mail.scm (mutt): Update to 1.9.3.
* gnu: iproute2: Update to 4.15.0.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/linux.scm (iproute): Update to 4.15.0.
* gnu: tintin++: Update to 2.01.4.Kei Kebreau2018-01-30
| | | | * gnu/packages/games.scm (tintin++): Update to 2.01.4.
* gnu: red-eclipse: Update to 1.6.0.Kei Kebreau2018-01-30
| | | | * gnu/packages/games.scm (red-eclipse): Update to 1.6.0.
* gnu: Add Aseba.Ludovic Courtès2018-01-30
| | | | * gnu/packages/robotics.scm (aseba): New variable.
* gnu: Add Enki.Ludovic Courtès2018-01-30
| | | | | * gnu/packages/robotics.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add Dashel.Ludovic Courtès2018-01-30
| | | | * gnu/packages/cpp.scm (dashel): New variable.
* gnu: fftw: Add "fftw-avx" optimized variant.Ludovic Courtès2018-01-30
| | | | * gnu/packages/algebra.scm (fftw-avx): New variable.
* gnu: fftw: Add version 3.3.7.Ludovic Courtès2018-01-30
| | | | * gnu/packages/algebra.scm (fftw-3.3.7): New variable.
* gnu: linux-libre: Update to 4.15, while retaining 4.14 LTS.Mark H Weaver2018-01-30
| | | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15. (%linux-libre-hash): Update hash. (%linux-libre-arm-generic-4.14, %linux-libre-arm-omap2plus-4.14) (%linux-libre-4.1-version, %linux-libre-4.1-hash): New variables. * gnu/packages/aux-files/linux-libre/4.15-arm.conf, gnu/packages/aux-files/linux-libre/4.15-i686.conf, gnu/packages/aux-files/linux-libre/4.15-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
* gnu: linux-libre: Update configuration files to latest releases.Mark H Weaver2018-01-30
| | | | | | | | | | | | * gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf, gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: Update using "make oldconfig" on the latest point releases.
* gnu: linux-libre: NVME core support is now built-in.Mark H Weaver2018-01-30
| | | | | | | | | | | | | | * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Remove "nvme". * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y. * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y and CONFIG_NVME_CORE=y.
* gnu: Add mongo-tools.mongo-toolsChristopher Baines2018-01-30
| | | | * gnu/packages/databases.scm (mongo-tools): New variable.
* gnu: Add go-github.com-nsf-termbox-go.Christopher Baines2018-01-30
| | | | * gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): New variable.