summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * system: grub: Add missing URL in comment.Ludovic Courtès2017-03-06
| | | | | | | | * gnu/system/grub.scm (grub-root-search): Add missing URL in comment.
| * gnu: python-colorspacious: Run tests.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-colorspacious, python2-colorspacious)[native-inputs]: Add python-nose. [arguments]: Add custom 'check phase which runs nosetests. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: rofi: Fix test failure.Marius Bakke2017-03-06
| | | | | | | | * gnu/packages/xdisorg.scm (rofi)[arguments]: Disable parallel tests.
| * gnu: Remove python-sphinx-1.2.3.Thomas Danckaert2017-03-06
| | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): Remove variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: python-statsmodels: Update to 0.8.0.Marius Bakke2017-03-06
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (python-statsmodels, python2-statsmodels): Update to 0.8.0. [source]: Use 'pypi-uri'. [arguments]: Add more files to matplotlib backend substitution. * gnu/packages/patches/python-statsmodels-fix-tests.patch: Drop test that fails with numpy 1.12. Remove previous contents.
| * gnu: python-pandas: Update to 0.19.2.Marius Bakke2017-03-06
| | | | | | | | | | * gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.19.2. [source]: Use 'pypi-uri'.
| * gnu: python-matplotlib: Update to 2.0.0.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Update to 2.0.0. [source]: Remove Tk backend patch, use Github instead of Sourceforge. [outputs]: Remove "doc" output. [inputs]: Add python-pyqt. [propagated-inputs]: Add python-cycler. [native-inputs]: Remove python-sphinx, python-numpydoc, texlive and texinfo. (python2-matplotlib)[native-inputs]: Add python2-functools32 and python2-subprocess32. (python-matplotlib-documentation, python2-matplotlib-documentation): New variables. * gnu/packages/patches/matplotlib-setupext-tk.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python2-subprocess32.Marius Bakke2017-03-06
| | | | | | | | | | | | * gnu/packages/python.scm (python2-subprocess32): New variable. * gnu/packages/patches/python2-subprocess32-disable-input-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: python-numpy: Update to 1.12.0.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.12.0. [source]: Use github instead of sourceforge. [native-inputs]: Add python-cython. To simplify the handling of dependency cycles (numpy documentation depends on matplotlib, which depends on numpy), we split out the documentation into a separate package: (python-numpy-bootstrap, python2-numpy-bootstrap): Remove variables. (python-numpy-documentation, python2-numpy-documentation): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * Revert "gnu: gnupg: Update to 2.1.19."Leo Famulari2017-03-06
| | | | | | | | | | | | | | | | This reverts commit 07302d1ab4fae67117476a51a1031de02b05b519. GnuPG 2.1.19 fails to build on armhf-linux and i686-linux: <https://bugs.gnupg.org/gnupg/issue2988>
| * gnu: texlive: Fix CVE-2016-10243.Leo Famulari2017-03-06
| | | | | | | | | | | | * gnu/packages/patches/texlive-texmf-CVE-2016-10243.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (texlive-texmf-src): Use it.
| * gnu: libressl: Update to 2.5.1.Leo Famulari2017-03-06
| | | | | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.1.
| * services: openssh: Parameterize the OpenSSH package used by the service.Leo Famulari2017-03-06
| | | | | | | | | | * gnu/services/ssh.scm (<openssh-configuration>)[openssh]: New field. (openssh-activation, openssh-shepherd-service): Use it.
| * build: Don't embed absolute paths in .service and .conf service files.Leo Famulari2017-03-06
| | | | | | | | | | | | | | | | | | | | Otherwise, users will be stuck running an old copy of guix and the guix-daemon if they copy the service files instead of symlinking them. * etc/guix-daemon.conf.in, etc/guix-daemon.service.in, etc/guix-publish.conf.in, etc/guix-publish.service.in: Expand @localstatedir@ instead of @bindir@. * nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Use @localstatedir@ instead of @bindir@.
| * Revert "doc: Symlink daemon start-up files."Leo Famulari2017-03-06
| | | | | | | | | | | | | | | | | | | | This reverts commit b7230de54b493da5a78922b4226255763b525a98. Versions of systemd that supported symlinked service files are not yet widely deployed. See this thread for more information: http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
| * gnu: giac-xcas: Update to 1.2.3-25.Nicolas Goaziou2017-03-06
| | | | | | | | | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-25. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: python-setuptools-scm: Update to 1.15.0.Troy Sankey2017-03-06
| | | | | | | | | | | | * gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: python2-backports-shutil-get-terminal-size: Enable tests.Marius Bakke2017-03-06
| | | | | | | | | | | | | | * gnu/packages/python.scm (python2-backports-shutil-get-terminal-size)[arguments]: Replace 'check' phase with custom command. [native-inputs]: Add PYTHON2-PYTEST.
| * gnu: libosinfo: Update to 1.0.0.Ricardo Wurmus2017-03-06
| | | | | | | | | | | | | | | | * gnu/packages/qemu.scm (libosinfo): Update to 1.0.0. [source]: Use new release location as fedorahosted.org is defunct. [arguments]: Replace phase "copy-ids" with configure flags; add phase "disable-broken-test" to disable the "isodetect" test. [native-inputs]: Update origin for "pci.ids" and "usb.ids".
| * gnu: python-ipython: Update to 5.2.2.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-ipython): Update to 5.2.2. [propagated-inputs]: Add pyhon-prompt-toolkit and python-nbformat. (python2-ipython) [arguments]: Enable tests. [propagated-inputs]: Add python2-backports-shutil-get-terminal-size. [native-inputs]: Add graphviz. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: python-scipy: Update to 0.18.1.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-scipy): Update to 0.18.1. [source]: Use github instead of sourceforge. [native-inputs]: Add python-cython. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: python-testpath: Fix library location for python2 version.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-testpath)[arguments]: Install module in the proper "lib/pythonx.y" location for all Python versions. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: Add python-colorspacious.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-colorspacious, python2-colorspacious): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: Add python2-backports-shutil-get-terminal-size.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | * gnu/packages/python.scm (python2-backports-shutil-get-terminal-size): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * gnu: xmlto: Fix source URL.Leo Famulari2017-03-05
| | | | | | | | | | | | | | Works around <https://bugs.gnu.org/25989>. * gnu/packages/xml.scm (xmlto)[source]: Update URL. [file-name]: New field.
| * gnu: rxvt-unicode: Add '.desktop' files.ng02017-03-05
| | | | | | | | | | | | | | This fixes <https://bugs.gnu.org/23106>. * gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Add 'install-desktop-urxvt' and 'install-desktop-urxvtc' phases.
| * gnu: wireshark: Update to 2.2.5.Nicolas Goaziou2017-03-05
| | | | | | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.5. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: ardour: Enable tests.Ricardo Wurmus2017-03-05
| | | | | | | | * gnu/packages/audio.scm (ardour)[arguments]: Enable unit tests.
| * gnu: ardour: Generate freedesktop files.Ricardo Wurmus2017-03-05
| | | | | | | | | | | | * gnu/packages/audio.scm (ardour)[arguments]: Add "--freedesktop" configure flag. [native-inputs]: Add itstool and gettext-minimal.
| * gnu: ardour: Update to 5.8.Ricardo Wurmus2017-03-05
| | | | | | | | * gnu/packages/audio.scm (ardour): Update to 5.8.
| * gnu: mp3splt: Update to 2.6.2.Kei Kebreau2017-03-05
| | | | | | | | | | * gnu/packages/mp3.scm (mp3splt): Update to 2.6.2. [native-inputs]: Add pkg-config.
| * gnu: libmp3splt: Update to 0.9.2.Kei Kebreau2017-03-05
| | | | | | | | * gnu/packages/mp3.scm (libmp3splt): Update to 0.9.2.
| * gnu: Add binutils-vc4.Danny Milosavljevic2017-03-05
| | | | | | | | * gnu/packages/embedded.scm (binutils-vc4): New variable.
| * gnu: obs: Update to 18.0.0.Efraim Flashner2017-03-05
| | | | | | | | * gnu/packages/video.scm (obs): Update to 18.0.0.
| * services: Add agetty service.Leo Famulari2017-03-05
| | | | | | | | | | | | | | | | | | * gnu/services/base.scm (<agetty-configuration>): New record type. (agetty-shepherd-service, agetty-service): New procedures. (agetty-service-type): New variable. * doc/guix.texi (Base Services): Document it. [mingetty-configuration],[kmscon-configuration]: Specify the types of supported consoles.
| * gnu: filezilla: Update to 3.24.1.Leo Famulari2017-03-04
| | | | | | | | | | * gnu/packages/ftp.scm (filezilla): Update to 3.24.1. [arguments]: Add '--disable-autoupdatecheck' to #:configure-flags.
| * gnu: Add filezilla.rennes2017-03-04
| | | | | | | | * gnu/packages/ftp.scm (filezilla): New variable.
| * gnu: Add libfilezilla.rennes2017-03-04
| | | | | | | | | | | | * gnu/packages/ftp.scm (libfilezilla): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: wxwidgets: Fix for Filezilla client.rennes2017-03-04
| | | | | | | | | | | | | | * gnu/packages/patches/wxwidgets-fix-windowGTK.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: starfighter: Update to 1.7.Kei Kebreau2017-03-04
| | | | | | | | | | | | * gnu/packages/games.scm (starfighter): Update to 1.7. [arguments]: Remove obsolete make flags. Re-enable configure and test phases.
| * gnu: gnupg: Update to 2.1.19.Leo Famulari2017-03-04
| | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.19. [arguments]: Add 'patch-test-paths' phase and remove 'set-gnupg-home' phase. Add '--enable-gnupg-builddir-envvar' to #:configure-flags.
| * gnu: kio: Fix CVE-2017-6410.Leo Famulari2017-03-04
| | | | | | | | | | | | * gnu/packages/patches/kio-CVE-2017-6410.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde-frameworks.scm (kio)[source]: Use it.
| * gnu: ruby-coderay: Update to 1.1.1.Ben Woodcroft2017-03-05
| | | | | | | | * gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.1.
| * gnu: ruby-pry: Update to 0.10.4.Ben Woodcroft2017-03-05
| | | | | | | | * gnu/packages/ruby.scm (ruby-pry): Update to 0.10.4.
| * gnu: gitolite: Fix shebangs in hooks.ng02017-03-04
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/25957>. * gnu/packages/version-control.scm (gitolite)[arguments]: Add 'fix-hooks-shebangs' phase to fix references to '/usr/bin/perl'. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: gitolite: Update to 3.6.6.ng02017-03-04
| | | | | | | | | | | | * gnu/packages/version-control.scm (gitolite): Update to 3.6.6. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: pugixml: Build relocatable library.Roel Janssen2017-03-04
| | | | | | | | | | | | | | * gnu/packages/xml.scm (pugixml): Add "-shared -fPIC" to ensure the library is relocatable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| * gnu: Add hiawatha.ng02017-03-04
| | | | | | | | | | | | * gnu/packages/web.scm (hiawatha): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| * gnu: Add mbedtls-apache.ng02017-03-04
| | | | | | | | | | | | * gnu/packages/tls.scm (mbedtls-apache): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| * gnu: stellarium: Use modular Qt.Danny Milosavljevic2017-03-04
| | | | | | | | | | | | * gnu/packages/astronomy.scm (stellarium)[inputs]: Remove qt. Add qtbase, qtmultimedia, qtscript, qtserialport. [native-inputs]: Add qtbase, qttools.