summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: red-eclipse: Add store "data" package path as default.Adonay Felipe Nogueira2017-10-10
| | | | | | | | | * gnu/packages/games.scm (red-eclipse): Remove extra spaces. Make version respect documentation. [arguments]: Add "prefix" to make-flags. Add "add-store-data-package-path-as-default" phase. Improve "copy-data" phase. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: ardour: Update to 5.12.Ricardo Wurmus2017-10-10
| | | | * gnu/packages/audio.scm (ardour): Update to 5.12.
* gnu: guitarix: Update to 0.36.0.Ricardo Wurmus2017-10-10
| | | | * gnu/packages/audio.scm (guitarix): Update to 0.36.0.
* gnu: zstd: Update to 1.3.2.Tobias Geerinckx-Rice2017-10-10
| | | | | | * gnu/packages/compression.scm (zstd): Update to 1.3.2. [source]: Remove snippet. [license]: Add gpl2, gpl3+, and expat to the list.
* gnu: modular-qt: Update to 5.9.2.Efraim Flashner2017-10-10
| | | | | | | | | | | * gnu/packages/qt.scm (qtbase. qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtremoteobjects, qtspeech): Update to 5.9.2. (qtnetworkauth): Same. [arguments]: Add phase to help test suite pass.
* gnu: qtcharts, qtdatavis3d: Update license information.Efraim Flashner2017-10-10
| | | | * gnu/packages/qt.scm (qtcharts, qtdatavis3d)[license]: New field.
* gnu: modular-qt: Add synopsis and descriptions for packages.Efraim Flashner2017-10-10
| | | | | | | | | | * gnu/packages/qt.scm (qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtdeclarative-render2d, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech)[synopsis, description]: New fields.
* gnu: qtbase: Use libinput-minimal.Efraim Flashner2017-10-10
| | | | | | | This works around qtbase depending on gtk+. * gnu/packages/qt.scm (qtbase)[inputs]: Replace libinput with libinput-minimal.
* gnu: Add qtspeech.Efraim Flashner2017-10-10
| | | | * gnu/packages/qt.scm (qtspeech): New variable.
* gnu: Add qtremoteobjects.Efraim Flashner2017-10-10
| | | | * gnu/packages/qt.scm (qtremoteobjects): New variable.
* gnu: Add qtnetworkauth.Efraim Flashner2017-10-10
| | | | * gnu/packages/qt.scm (qtnetworkauth): New variable.
* gnu: Add eid-mw.Thomas Danckaert2017-10-10
| | | | * gnu/packages/security-token.scm (eid-mw): New variable.
* gnu: Add libproxy.Thomas Danckaert2017-10-10
| | | | * gnu/packages/networking.scm (libproxy): New variable.
* gnu: Add hdf-java.Thomas Danckaert2017-10-10
| | | | * gnu/packages/maths.scm (hdf-java): New variable.
* gnu: Add java-slf4-simple.Thomas Danckaert2017-10-10
| | | | * gnu/packages/java.scm (java-slf4j-simple): New variable.
* system: operating-system-etc-service: Set XCURSOR_PATH.Thomas Danckaert2017-10-10
| | | | | | | * gnu/system.scm (operating-system-etc-service): Set XCURSOR_PATH environment variable so that libxcursor finds cursors in user and system profiles. * gnu/packages/xorg.scm (libxcursor): Add a TODO for better handling of XCURSOR_PATH in other profiles.
* gnu: python2-unittest2: Update to 1.1.0.Cyril Roelandt2017-10-10
| | | | | | * gnu/packages/python.scm (python2-unittest2): Update to 1.1.0. * gnu/packages/patches/python2-unittest2-remove-argparse.patch: New file. * gnu/local.mk: Add it.
* gnu: Add python-traceback2.Cyril Roelandt2017-10-10
| | | | | * gnu/packages/python.scm (python-traceback2, python2-traceback2): New variables.
* gnu: Add python-linecache2.Cyril Roelandt2017-10-10
| | | | | * gnu/packages/python.scm (python-linecache2, python2-linecache2): New variables.
* gnu: python-netaddr: Fix the source URL.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
* gnu: Add python2-aniso8601.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python2-aniso8601): New variable.
* gnu: python-aniso8601: Update to 1.3.0.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python-aniso8601, python2-aniso8601): Update to 1.3.0.
* gnu: python-alembic: Update to 0.9.5.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
* gnu: python-arrow: Update to 0.10.0.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
* gnu: python-apispec: Update to 0.25.3.Cyril Roelandt2017-10-10
| | | | * gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
* build: Update automake version requirement to 1.14.Eric Bavier2017-10-09
| | | | | | For '%D%' support. * configure.ac (AM_INIT_AUTOMAKE): Update version requirement to 1.14.
* syscalls: clone: Define syscall-id for aarch64.Eric Bavier2017-10-09
| | | | * guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
* lint: Remove extra newline.Ludovic Courtès2017-10-09
| | | | * guix/scripts/lint.scm (check-for-updates): Remove trailing "~%".
* gnu: network-manager-openvpn: Update to 1.8.10.Ludovic Courtès2017-10-09
| | | | * gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
* gnu: network-manager: Update to 1.8.4.Ludovic Courtès2017-10-09
| | | | | * gnu/packages/gnome.scm (network-manager): Update to 1.8.4. (network-manager-applet): Likewise.
* gnu: qemu: Add sysconfdir to configure-flags.Oleg Pykhalov2017-10-09
| | | | | | * gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-org2web.Feng Shu2017-10-09
| | | | | | * gnu/packages/emacs.scm (emacs-org2web): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-el2org.Feng Shu2017-10-09
| | | | | | * gnu/packages/emacs.scm (emacs-el2org): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-mustache.Feng Shu2017-10-09
| | | | | | * gnu/packages/emacs.scm (emacs-mustache): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: no-more-secrets: Update to 0.3.3.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/games.scm (no-more-secrets): Update to 0.3.3.
* gnu: meson: Update to 0.42.1.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/build-tools.scm (meson, meson-for-build): Update to 0.42.1.
* gnu: smartmontools: Use HTTPS home page.Tobias Geerinckx-Rice2017-10-09
| | | | * gnu/packages/admin.scm (smartmontools)[home-page]: Use HTTPS.
* gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}].Leo Famulari2017-10-09
| | | | | * gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field. (mit-krb5-1.15.2): New variable.
* guix: lint: Add checker for new upstream versions.Efraim Flashner2017-10-09
| | | | | | | | * guix/scripts/lint.scm (check-for-updates): New procedure. (%checkers): Add it. * guix/scripts/refresh.scm (importer-modules, %updaters): Move from here ... * guix/upstream.scm: ... to here.
* gnu: gnurl: Let the testsuite run test1026.ng02017-10-09
| | | | | | | * gnu/packages/gnunet.scm (gnurl)[argument]: Remove '(delete-file "tests/data/test1026")' and the comments related to it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Update to 7.56.0.ng02017-10-08
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.56.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile-colorized.ng02017-10-08
| | | | | | * gnu/packages/guile.scm (guile-colorized): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* activation: Do not create setuid binaries in the store [security fix].Ludovic Courtès2017-10-08
| | | | | | | Fixes <https://bugs.gnu.org/28751>. * gnu/build/activation.scm (activate-setuid-programs)[link-or-copy]: Remove. Use 'copy-file' instead.
* gnu: borg: Update to 1.1.0.Leo Famulari2017-10-08
| | | | | | * gnu/packages/backup.scm (borg): Update to 1.1.0. [native-inputs]: Replace python-sphinx-rtd-theme with python-guzzle-sphinx-theme.
* gnu: Add python-guzzle-sphinx-theme.Leo Famulari2017-10-08
| | | | | | | * gnu/packages/python.scm (python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme): New variables. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: kdevelop: Do not hardcode user profile locations in wrapper.Thomas Danckaert2017-10-08
| | | | | | * gnu/packages/kde.scm (kdevelop): [arguments]: Do not add ${HOME}/.guix-profile/{share,lib/plugins} to XDG_DATA_DIRS and QT_PLUGIN_PATH when wrapping the executable.
* tests: databases: Add a simple test for MySQL.Christopher Baines2017-10-08
| | | | | | | | | Previously, the activation phase for this service caused some systems using it to not boot. This test checks that it's possible to boot a system using it, and at least start the service. * gnu/tests/databases.scm (%mysql-os, %test-mysql): New variables. (run-mysql-test): New procedure.
* linux-initrd: Ensure that the guile used in the initrd is referenced.Christopher Baines2017-10-08
| | | | | | | | | | | | | | By referencing guile from the initrd output explicitly, it will be present in the store when this initrd is used. If the exact guile used within the initrd isn't present in the store, then after root is switched during the boot process, loading modules (such as (ice-9 popen)) won't work. This fixes guix-patches bug #28399, "Fix mysql activation, and add a basic test". * gnu/system/linux-initrd.scm (expression->initrd)[builder]: Write out a file called references in to the initrd output, which includes the store path for guile.
* gnu: youtube-dl: Update to 2017.10.07.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.10.07.
* gnu: offlineimap: Update to 7.1.3.Tobias Geerinckx-Rice2017-10-08
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.3.