summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: ratpoison: Fix ratpoison.desktop URI.Mark H Weaver2015-08-01
| | | | * gnu/packages/ratpoison.scm (ratpoison.desktop): Change URI to use https.
* gnu: texlive: Update to 2015.Andreas Enge2015-08-01
| | | | | | | | | * gnu/packages/texlive.scm (texlive-extra-src, texlive-texmf-src, texlive-bin, texlive-texmf, texlive): Update to 2015. (texlive-bin): Add inputs gmp and mpfr. Add configure flags to use system gmp and mpfr. (texlive-texmf)[arguments]: Add tlpkg directory to PERL5LIB path during the 'texmf-config phase.
* gnu: Add emacs-ob-ipython.Federico Beffa2015-08-01
| | | | * gnu/packages/emacs.scm (emacs-ob-ipython): New variable.
* gnu: python-ipython: Update to 3.2.1.Federico Beffa2015-08-01
| | | | | | * gnu/packages/python.scm (python-ipython, python2-ipython): Update to 3.2.1. Add optional dependencies required for notebooks. (python-ipython): Fix and enable tests (1 still failing).
* gnu: Add python-terminado.Federico Beffa2015-08-01
| | | | | * gnu/packages/python.scm (python-terminado, python2-terminado): New variables.
* gnu: Add python-ptyprocess.Federico Beffa2015-08-01
| | | | | * gnu/packages/python.scm (python-ptyprocess, python2-ptyprocess): New variables.
* gnu: Add python-mistune.Federico Beffa2015-08-01
| | | | * gnu/packages/python.scm (python-mistune, python2-mistune): New variables.
* gnu: Add emacs-f.Federico Beffa2015-08-01
| | | | * gnu/packages/emacs.scm (emacs-f): New variable.
* build: emacs: Fix bug and improvement robustness.Federico Beffa2015-08-01
| | | | | * guix/build/emacs-build-system.scm (emacs-inputs): Fix matching pattern. (patch-el-files): Improve regexp pattern.
* gnu: Add emacs-s.Federico Beffa2015-08-01
| | | | * gnu/packages/emacs.scm (emacs-s): New variable.
* gnu: Add emacs-dash.Federico Beffa2015-08-01
| | | | * gnu/packages/emacs.scm (emacs-dash): New variable.
* import: elpa: Improve error message reporting.Federico Beffa2015-08-01
| | | | | | * guix/import/elpa.scm (filter-dependencies): Fix bug. (call-with-downloaded-file): Add optional parameter 'error-thunk'. (fetch-package-description): Use it.
* gnu: Add fasthenry.Federico Beffa2015-08-01
| | | | | | | | | | * gnu/packages/engineering.scm (fasthenry): New variable. * gnu/packages/patches/fasthenry-spAllocate.patch, gnu/packages/patches/fasthenry-spBuild.patch, gnu/packages/patches/fasthenry-spFactor.patch, gnu/packages/patches/fasthenry-spSolve.patch, gnu/packages/patches/fasthenry-spUtils.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
* gnu: Add fastcap.Federico Beffa2015-08-01
| | | | | | | | | * gnu/packages/engineering.scm (fastcap): New variable. (broken-tarball-fetch): New function. Suggested by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/patches/fastcap-mulGlobal.patch, gnu/packages/patches/fastcap-mulSetup.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
* gnu: cross-base: Disable libcilkrts in cross-gcc.Manolis Ragkousis2015-07-31
| | | | * gnu/packages/cross-base.scm (cross-gcc-arguments): Add "--disable-libcilkrts".
* gnu: Add graphios.David Thompson2015-07-31
| | | | * gnu/packages/admin.scm (graphios): New variable.
* gnu: Add python2-ansible.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python2-ansible): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-passlib.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python-passlib, python2-passlib): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-py-bcrypt.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python-py-bcrypt, python2-py-bcrypt): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-paramiko.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python-paramiko, python2-paramiko): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-httplib2.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python-httplib2, python-httplib2): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-ecdsa.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python-ecdsa, python2-ecdsa): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-ccm.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python-ccm, python2-ccm): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python2-pycrypto.Eric Dvorsak2015-07-31
| | | | | | * gnu/packages/python.scm (python2-pycrypto): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: expat: Add fix for CVE-2015-1283.Mark H Weaver2015-07-30
| | | | | | * gnu/packages/patches/expat-CVE-2015-1283.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xml.scm (expat)[source]: Add patch.
* gnu: Add Klick.Ricardo Wurmus2015-07-29
| | | | * gnu/packages/music.scm (klick): New variable.
* gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158.Mark H Weaver2015-07-27
| | | | | | | | | * gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch, gnu/packages/patches/qemu-CVE-2015-5158.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
* gnu: Move markdown to (gnu packages markdown).Mathieu Lirzin2015-07-28
| | | | | * gnu/packages/textutils.scm (markdown): Move to ... * gnu/packages/markdown.scm (markdown): ... here.
* gnu: liblxqt: Fix build with Qt 5.5.Andreas Enge2015-07-27
| | | | | | * gnu/packages/patches/liblxqt-include.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
* gnu: libqtxdg: Update to 1.2.0.Andreas Enge2015-07-27
| | | | | * gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0. [arguments]: Enable test builds.
* gnu: Add newt.Mark H Weaver2015-07-27
| | | | * gnu/packages/slang.scm (newt): New variable.
* gnu: Add ethtool.Mark H Weaver2015-07-27
| | | | * gnu/packages/networking.scm (ethtool): New variable.
* gnu: Add libndp.Mark H Weaver2015-07-27
| | | | * gnu/packages/networking.scm (libndp): New variable.
* gnu: Add GVFS.宋文武2015-07-27
| | | | * gnu/packages/gnome.scm (gvfs): New variable.
* gnu: libmtp: Propagate inputs.宋文武2015-07-27
| | | | * gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
* gnu: ghostscript: Add fix for CVE-2015-3228.Mark H Weaver2015-07-27
| | | | | | * gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
* gnu: icedtea7: Update to 2.6.1.Ricardo Wurmus2015-07-27
| | | | * gnu/packages/java.scm (icedtea7): Update to 2.6.1.
* gnu: qt: Update to 5.5.0.Andreas Enge2015-07-27
| | | | | | | | | | | | | * gnu/packages/qt.scm (qt): Update to 5.5.0. Update download location. Drop patch and snippet. [arguments]: Add configure flag to drop qtwebengine module bundling chromium. [native-inputs]: Drop ninja, needed only for qtwebengine. [inputs]: Add harfbuzz to avoid use of bundled copy. (qt-4)[inputs]: Remove inherited harfbuzz again. * gnu/packages/patches/qt5-conflicting-typedefs.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. * gnu/packages/patches/qt5-runpath.patch: Adapt patch.
* gnu: Add pelican.Christopher Allan Webber2015-07-26
| | | | * gnu/packages/python.scm (pelican): New variable.
* gnu: Add python-blinker.Christopher Allan Webber2015-07-26
| | | | * gnu/packages/python.scm (python-blinker, python2-blinker): New variables.
* gnu: ntk: Add missing license import.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/fltk.scm: Import lgpl2.0+ license.
* gnu: portaudio: Build with jack-1.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with "jack-1".
* gnu: jack-1: Propagate "bdb".Ricardo Wurmus2015-07-26
| | | | | * gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here... [propagated-inputs]: ...to here.
* gnu: Add Non Sequencer.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/music.scm (non-sequencer): New variable.
* gnu: Add NTK.Ricardo Wurmus2015-07-26
| | | | * gnu/packages/fltk.scm (ntk): New variable.
* gnu: avidemux: Install libraries to lib.Andreas Enge2015-07-26
| | | | | | | | | * gnu/packages/video.scm (avidemux)[source]: Add patch to install to lib directory instead of lib64 or lib32 depending on the architecture. [arguments]: Use the lib instead of the lib64 directory for flags in the build phase, so that these flags should now also work on i686. * gnu/packages/patches/avidemux-install-to-lib.patch: New file. * gnu-system.am (dist_patch_DATA): Register it.
* gnu: magit: Update to 1.4.2.Mark H Weaver2015-07-26
| | | | * gnu/packages/emacs.scm (magit): Update to 1.4.2.
* gnu: openssl: Add reference to upstream GCC bug in comment.Mark H Weaver2015-07-25
| | | | | | | This is a followup to commit e12027179f136766609fb8dbc920f5705d62fc95. * gnu/packages/tls.scm (openssl)[arguments]: Add reference to upstream GCC bug in comment.
* gnu: Add udisks.宋文武2015-07-26
| | | | * gnu/packages/freedesktop.scm (udisks): New variable.
* gnu: Add libatasmart.宋文武2015-07-26
| | | | * gnu/packages/freedesktop.scm (libatasmart): New variable.