aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add go-github-com-google-cadvisor.Rouby Pierre-Antoine2018-05-29
| | | | | | * gnu/packages/golang.scm (go-github-com-google-cadvisor): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add go-github-com-emicklei-go-restful.Rouby Pierre-Antoine2018-05-29
| | | | | | * gnu/packages/golang.scm (go-github-com-emicklei-go-restful): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add go-github-com-blang-semver.Rouby Pierre-Antoine2018-05-29
| | | | | | * gnu/packages/golang.scm (go-github-com-blang-semver): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add go-github-com-urfave-cli.Rouby Pierre-Antoine2018-05-29
| | | | | | * gnu/packages/golang.scm (go-github-com-urfave-cli): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Update shogun to 6.1.3.Kei Kebreau2018-05-29
| | | | | | | | | | | * gnu/packages/machine-learning.scm (shogun): Update to 6.1.3. [source]: Update snippet to remove proprietary software. [arguments]: Rewrite list of symlinks in 'delete-broken-symlinks' phase. Rewrite file lists given to substitute* in 'change-R-target-path' and 'fix-octave-modules' phases. Adjust 'fix-octave-modules' for the update. Add 'move-rxcpp' phase. Rewrite configure-flags for the update. [inputs]: Add eigen. [native-inputs]: Add rxcpp.
* gnu: swig: Patch for Octave 4.4.Kei Kebreau2018-05-29
| | | | | | * gnu/packages/swig.scm (swig)[source]: Add patch. * gnu/packages/patches/swig-octave-patches.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: eigen: Include unsupported features.Ricardo Wurmus2018-05-29
| | | | | | | * gnu/packages/algebra.scm (eigen)[source]: Do not build the tests for unsupported features, but include the files. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add rxcpp.Kei Kebreau2018-05-29
| | | | * gnu/packages/machine-learning.scm (rxcpp): New variable.
* gnu: octave: Update to 4.4.0.Kei Kebreau2018-05-29
| | | | * gnu/packages/maths.scm (octave): Update to 4.4.0.
* gnu: mpd: Update to 0.20.20.Leo Famulari2018-05-29
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.20.20.
* gnu: Git: Update to 2.17.1 [fixes CVE 2018-{11234,11235}].Leo Famulari2018-05-29
| | | | * gnu/packages/version-control.scm (git): Update to 2.17.1.
* gnu: pan: Update to 0.145.Tobias Geerinckx-Rice2018-05-29
| | | | * gnu/packages/mail.scm (pan): Update to 0.145.
* gnu: disorderfs: Update to 0.5.3.Tobias Geerinckx-Rice2018-05-29
| | | | | * gnu/packages/file-systems.scm (disorderfs): Update to 0.5.3. [source]: Update upstream URI and re-use VERSION.
* gnu: thefuck: Update to 3.27.Tobias Geerinckx-Rice2018-05-29
| | | | * gnu/packages/admin.scm (thefuck): Update to 3.27.
* gnu: Wireshark: Update to 2.6.1.Leo Famulari2018-05-29
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.6.1.
* gnu: xdg-utils: Update to 1.1.3 [fixes CVE-2017-18266].Leo Famulari2018-05-29
| | | | * gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.3.
* gnu: Add missing copyright line.Clément Lassieur2018-05-29
| | | | * gnu/packages/engineering.scm: Add missing copyright line for commit 6cedd61.
* gnu: librecad: Fix build against Qt 5.11.Clément Lassieur2018-05-29
| | | | * gnu/packages/engineering.scm (librecad)[arguments]: Add missing headers.
* gnu: emacs-s: Fix tests.Ricardo Wurmus2018-05-29
| | | | | * gnu/packages/emacs.scm (emacs-s)[arguments]: Use full emacs package to fix tests.
* gnu: emacs-dash: Update to 2.14.1.Ricardo Wurmus2018-05-29
| | | | | * gnu/packages/emacs.scm (emacs-dash): Update to 2.14.1. [source]: Fetch from git.
* gnu: emacs-minimal: Fix build by disabling gnutls support.Ricardo Wurmus2018-05-29
| | | | | | | This is a follow-up to bb82c3d42bb95588f40394f4d71f915654c0e643. * gnu/packages/emacs.scm (emacs-minimal)[arguments]: Pass configure flag to indicate that gnutls support has intentionally been disabled.
* gnu: emacs: Update to 26.1.Mathieu Othacehe2018-05-29
| | | | | | | * gnu/packages/emacs.scm (emacs): Update to 26.1, [arguments]: disable tests as they do not exist in release. * gnu/packages/patches/emacs-fix-scheme-indent-function.patch: Update patch indentation and line numbers.
* system: Add u-boot-puma-rk3399.Vagrant Cascadian2018-05-29
| | | | | | | | | | | | | | * gnu/packages/bootloaders.scm (u-boot-puma-rk3399): New variable. (make-u-boot-package)[arguments]: Add '.rksd' files to the files installed during custom 'install phase. * gnu/bootloader/u-boot.scm (u-boot-puma-rk3399-bootloader): New exported variable. * gnu/system/install.scm (rk3399-puma-installation-os): New exported variable. * gnu/packages/firmware.scm (arm-trusted-firmware-puma-rk3399): New variable. (rk3399-cortex-m0): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: khal: Update to 0.9.9.Leo Famulari2018-05-29
| | | | * gnu/packages/calendar.scm (khal): Update to 0.9.9.
* gnu: make-u-boot-package: Sort printed configurations case-insensitively.Danny Milosavljevic2018-05-29
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed configurations case-insensitively.
* gnu: u-boot-tools: Enable tests.Danny Milosavljevic2018-05-28
| | | | | | | | | * gnu/packages/bootloaders.scm (u-boot-tools)[native-inputs]: Add openssl, python2-coverage, python2-pytest, sdl. [arguments]<#:make-flags>: Remove NO_SDL. [arguments]<#:test-target>: Change to "tests". [arguments]<#:phases>[patch]: New phase. [arguments]<#:phases>[check]: Replace and move.
* gnu: wireshark: Fix build against Qt 5.11.Clément Lassieur2018-05-28
| | | | | * gnu/packages/networking.scm (wireshark)[arguments]: Add a 'patch-source' phase that includes missing headers.
* gnu: supercollider: Remove broken Qt dependency.Clément Lassieur2018-05-28
| | | | | | | | | | | As suggested by Ricardo Wurmus. This also removes IDE support. * gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to configure flags. [native-inputs]: Remove QTTOOLS. [inputs]: Remove QTBASE, QTWEBKIT, QTSENSORS, QTDECLARATIVE and QTLOCATION.
* gnu: vlc: Fix build against Qt 5.11.Clément Lassieur2018-05-28
| | | | * gnu/packages/video.scm (vlc)[arguments]: Add missing headers.
* Revert "gnu: emacs: Update to 26.1."Mathieu Othacehe2018-05-28
| | | | | This reverts commit bb82c3d42bb95588f40394f4d71f915654c0e643. This commit needs probably to be done on core-updates.
* gnu: emacs: Update to 26.1.Mathieu Othacehe2018-05-28
| | | | | | | * gnu/packages/emacs.scm (emacs): Update to 26.1, [arguments]: disable tests as they do not exist in release. * gnu/packages/patches/emacs-fix-scheme-indent-function.patch: Update patch indentation and line numbers.
* gnu: Add singularity.Ricardo Wurmus2018-05-28
| | | | * gnu/packages/linux.scm (singularity): New variable.
* gnu: Add squashfs-tools-next.Ricardo Wurmus2018-05-28
| | | | * gnu/packages/compression.scm (squashfs-tools-next): New variable.
* gnu: gajim: Update to 1.0.3.Clément Lassieur2018-05-28
| | | | * gnu/packages/messaging.scm (gajim): Update to 1.0.3.
* gnu: python-nbxmpp: Update to 0.6.6.Clément Lassieur2018-05-28
| | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.6.
* gnu: Add xtensor.Fis Trivial2018-05-28
| | | | | | * gnu/packages/algebra.scm (xtensor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xtl.Fis Trivial2018-05-28
| | | | | | * gnu/packages/cpp.scm (xtl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add json-modern-cxx.Fis Trivial2018-05-28
| | | | | | * gnu/packages/cpp.scm (json-modern-cxx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add fifo-map.Fis Trivial2018-05-28
| | | | | | | | | * gnu/packages/cpp.scm (fifo-map): New variable. * gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch: New file. * gnu/packages/patches/fifo-map-remove-catch.hpp.patch: New file. * gnu/local.mk: Add new patch files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add amalgamate.Fis Trivial2018-05-28
| | | | | | | | This commit also re-orders some module statements. * gnu/packages/code.scm (amalgamate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add catch-framework2.Fis Trivial2018-05-28
| | | | | | * gnu/packages/check.scm (catch-framework2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2018-05-27
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
* gnu: clementine: Update snapshot.Pierre Langlois2018-05-27
| | | | | | * gnu/package/music.scm (clementine): Update snapshot to 4619a4c1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libechonest: Remove package.Pierre Langlois2018-05-27
| | | | | | | | | | It appears the "EchoNest" service isn't available anymore which makes this package obsolete. * gnu/packages/music.scm (libechonest): Remove variable. (clementine)[inputs]: Remove libechonest. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libmygpo-qt: Fix Qt 5.11 build.Pierre Langlois2018-05-27
| | | | | | | | | | | | | | | | | The update to Qt 5.11.0 broke libmygpo-qt. It turned it was using a deprecated CMake function (qt5_use_moduldes). Let's pick up two upstream patches that fix the issue: https://github.com/gpodder/libmygpo-qt/pull/15 As mentioned in the the pull request, there is now a test failure but it looks harmless. * gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch, gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/music.scm (libmygpo-qt)[source]: Add patches. [arguments]: Build tests but do not run them. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add java-logback-classic.Julien Lepiller2018-05-27
| | | | * gnu/packages/java.scm (java-logback-classic): New variable.
* gnu: Add java-logback-core.Julien Lepiller2018-05-27
| | | | * gnu/packages/java.scm (java-logback-core): New variable.
* gnu: Add java-janino.Julien Lepiller2018-05-27
| | | | * gnu/packages/java.scm (java-janino): New variable.
* gnu: Add java-commons-compiler.Julien Lepiller2018-05-27
| | | | * gnu/packages/java.scm (java-commons-compiler): New variable.
* gnu: Add java-commons-jxpath.Julien Lepiller2018-05-27
| | | | * gnu/packages/java.scm (java-commons-jxpath): New variable.