summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2017-03-08gnu: Remove unneeded imports.•••* gnu/packages/backup.scm: Remove unneeded (guix build utils) import. * gnu/packages/finance.scm: Likewise. Ludovic Courtès
2017-03-08gnu: inetutils: Enable tests.•••* gnu/packages/admin.scm (inetutils)[arguments]: Remove '#:tests? #f' and #:configure-flags. [native-inputs]: Add net-tools. Signed-off-by: Leo Famulari <leo@famulari.name> Maxim Cournoyer
2017-03-08gnu: python-pandas: Fix build on 32-bit.•••* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pandas, python2-pandas): Use it. Marius Bakke
2017-03-08gnu: Add python-faker.•••* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust paths. Also rename to ... * gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-faker, python2-faker): New variables. (python-fake-factory)[properties]: Superseded by PYTHON-FAKER. (python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER. (python-orator, python2-orator)[propagated-inputs]: Replace PYTHON-FAKE-FACTORY with PYTHON-FAKER. Marius Bakke
2017-03-08gnu: python-matplotlib-documentation: Fix build.•••* gnu/packages/python.scm (python-matplotlib-documentation)[native-inputs]: Add python-mock and graphviz. [arguments]: Use separate build and install phases; correctly set latex paper size. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Thomas Danckaert
2017-03-08gnu: iperf: Update to 3.1.7.•••* gnu/packages/networking.scm (iperf): Update to 3.1.7. Marius Bakke
2017-03-08gnu: libinput: Update to 1.6.3.•••* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.6.3. Marius Bakke
2017-03-08gnu: r: Fix more reproducibility problems.•••* gnu/packages/statistics.scm (r)[arguments]: Patch locations in the build system that need special treatment for reproducibility. Ricardo Wurmus
2017-03-08gnu: r: Fix syntax for INSTALL_OPTS.•••This is a follow-up to commit 4621acfd8272fa93d0530faa5f015b26a194b587. * gnu/packages/statistics.scm (r)[arguments]: Ensure that "--built-timestamp" appears on the same line as the other INSTALL_OPTS. Ricardo Wurmus
2017-03-07gnu: bash: Use the bootstrap Guile in 'url-fetch/reset-patch-level'.•••Fixes <http://bugs.gnu.org/25775>. Reported by Sirgazil, Ricardo Wurmus, Andy Wingo, and others. * guix/download.scm (in-band-download): Always use GUILE. This reverts 9f05908fb1e3707cae593d94688748294717a546. * gnu/packages/bash.scm (url-fetch/reset-patch-level): Remove #:guile. Pass %BOOTSTRAP-GUILE as #:guile to 'url-fetch'. Remove #:guile-for-build argument in 'gexp->derivation' call. Ludovic Courtès
2017-03-07gnu: kdevelop: Upgrade to 5.0.4.•••* gnu/packages/kde.scm (kdevelop, kdevplatform): Upgrade to 5.0.4. (kdevplatform)[source]: Use kde mirror instead of github. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Thomas Danckaert
2017-03-07gnu: pcre2: Update to 10.23.•••* gnu/packages/pcre.scm (pcre2): Update to 10.23. [source]: Remove patch. [arguments]: Add phase to substitute /bin/echo reference. * gnu/packages/patches/pcre2-CVE-2016-3191.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke
2017-03-07gnu: khal: Update to 0.9.3.•••* gnu/packages/calendar.scm (khal): Update to 0.9.3. [native-inputs]: Use python-pytest-2.9.2. Leo Famulari
2017-03-07gnu: gnupg: Update to 2.1.19.•••* 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. [source]: Add 'gnupg-2.1-fix-Y2038-test-failure.patch'. * gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Leo Famulari
2017-03-07gnu: Add emacs-yasnippet.•••* gnu/packages/emacs.scm (emacs-yasnippet): New variable. Ricardo Wurmus
2017-03-07gnu: Add basic support for "alpha-linux" systems.•••* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "/lib/ld-linux.so.2" as "alpha-linux" ld.so. * gnu/packages/linux.scm (system->linux-architecture): Add "alpha" arch. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sergei Trofimovich
2017-03-07gnu: python-rpy2: Propagate python2-singledispatch.•••* gnu/packages/python.scm (python-rp2)[native-inputs]: Rename to... [propagated-inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pjotr Prins
2017-03-07gnu: java-xz: Update to 1.6.•••* gnu/packages/java.scm (java-xz): Update to 1.6. Ricardo Wurmus
2017-03-07gnu: guile-lib: Update to 0.2.5•••The build was broken since the URL of version 0.2.3 was changed. The archive was moved into an "old" subdirectory of the original location. * gnu/packages/guile.scm (guile-lib): Update to 0.2.5. [make-flags]: Add GUILE_AUTO_COMPILE to prevent guild errors. [phases]: Remove 'check replacement since it is no longer needed. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2017-03-07gnu: asymptote: Update to 2.40.•••* gnu/packages/plotutils.scm (asymptote): Update to 2.40. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Nicolas Goaziou
2017-03-07gnu: Add blind.•••* gnu/packages/suckless.scm (blind): New package. 宋文武
2017-03-07gnu: surf: Add 'dmenu' and 'xprop' to 'inputs'.•••'dmenu' and 'xprop' are necessary to open a new URL in surf. * gnu/packages/suckless.scm (surf)[inputs]: Add dmenu and xprop. [arguments]: Add 'set-dmenu-and-xprop-file-name' phase to patch the paths to the 'dmenu' and 'xprop' binaries in surf's configuration file. Signed-off-by: Kei Kebreau <kei@openmailbox.org> Mekeor Melire
2017-03-06gnu: python-colorspacious: Run tests.•••* 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> Thomas Danckaert
2017-03-06gnu: rofi: Fix test failure.•••* gnu/packages/xdisorg.scm (rofi)[arguments]: Disable parallel tests. Marius Bakke
2017-03-06gnu: Remove python-sphinx-1.2.3.•••* gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): Remove variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Thomas Danckaert
2017-03-06gnu: python-statsmodels: Update to 0.8.0.•••* 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. Marius Bakke
2017-03-06gnu: python-pandas: Update to 0.19.2.•••* gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.19.2. [source]: Use 'pypi-uri'. Marius Bakke
2017-03-06gnu: python-matplotlib: Update to 2.0.0.•••* 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> Thomas Danckaert
2017-03-06gnu: Add python2-subprocess32.•••* 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. Marius Bakke
2017-03-06gnu: python-numpy: Update to 1.12.0.•••* 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> Thomas Danckaert
2017-03-06Revert "gnu: gnupg: Update to 2.1.19."•••This reverts commit 07302d1ab4fae67117476a51a1031de02b05b519. GnuPG 2.1.19 fails to build on armhf-linux and i686-linux: <https://bugs.gnupg.org/gnupg/issue2988> Leo Famulari
2017-03-06gnu: texlive: Fix CVE-2016-10243.•••* 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. Leo Famulari
2017-03-06gnu: libressl: Update to 2.5.1.•••* gnu/packages/tls.scm (libressl): Update to 2.5.1. Leo Famulari
2017-03-06gnu: giac-xcas: Update to 1.2.3-25.•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-25. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Nicolas Goaziou
2017-03-06gnu: python-setuptools-scm: Update to 1.15.0.•••* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Troy Sankey
2017-03-06gnu: python2-backports-shutil-get-terminal-size: Enable tests.•••* gnu/packages/python.scm (python2-backports-shutil-get-terminal-size)[arguments]: Replace 'check' phase with custom command. [native-inputs]: Add PYTHON2-PYTEST. Marius Bakke
2017-03-06gnu: libosinfo: Update to 1.0.0.•••* 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". Ricardo Wurmus
2017-03-06gnu: python-ipython: Update to 5.2.2.•••* 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> Thomas Danckaert
2017-03-06gnu: python-scipy: Update to 0.18.1.•••* 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> Thomas Danckaert
2017-03-06gnu: python-testpath: Fix library location for python2 version.•••* 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> Thomas Danckaert
2017-03-06gnu: Add python-colorspacious.•••* gnu/packages/python.scm (python-colorspacious, python2-colorspacious): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Thomas Danckaert
2017-03-06gnu: Add python2-backports-shutil-get-terminal-size.•••* gnu/packages/python.scm (python2-backports-shutil-get-terminal-size): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Thomas Danckaert
2017-03-05gnu: xmlto: Fix source URL.•••Works around <https://bugs.gnu.org/25989>. * gnu/packages/xml.scm (xmlto)[source]: Update URL. [file-name]: New field. Leo Famulari
2017-03-05gnu: rxvt-unicode: Add '.desktop' files.•••This fixes <https://bugs.gnu.org/23106>. * gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Add 'install-desktop-urxvt' and 'install-desktop-urxvtc' phases. ng0
2017-03-05gnu: wireshark: Update to 2.2.5.•••* gnu/packages/networking.scm (wireshark): Update to 2.2.5. Signed-off-by: Leo Famulari <leo@famulari.name> Nicolas Goaziou
2017-03-05gnu: ardour: Enable tests.•••* gnu/packages/audio.scm (ardour)[arguments]: Enable unit tests. Ricardo Wurmus
2017-03-05gnu: ardour: Generate freedesktop files.•••* gnu/packages/audio.scm (ardour)[arguments]: Add "--freedesktop" configure flag. [native-inputs]: Add itstool and gettext-minimal. Ricardo Wurmus
2017-03-05gnu: ardour: Update to 5.8.•••* gnu/packages/audio.scm (ardour): Update to 5.8. Ricardo Wurmus
2017-03-05gnu: mp3splt: Update to 2.6.2.•••* gnu/packages/mp3.scm (mp3splt): Update to 2.6.2. [native-inputs]: Add pkg-config. Kei Kebreau
2017-03-05gnu: libmp3splt: Update to 0.9.2.•••* gnu/packages/mp3.scm (libmp3splt): Update to 0.9.2. Kei Kebreau