Skip to content
Snippets Groups Projects
  1. Aug 02, 2015
  2. Aug 01, 2015
    • Andreas Enge's avatar
      gnu: texlive: Update to 2015. · 0256c746
      Andreas Enge authored
      * 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.
      0256c746
    • Federico Beffa's avatar
      gnu: Add emacs-ob-ipython. · 48dbeef7
      Federico Beffa authored
      * gnu/packages/emacs.scm (emacs-ob-ipython): New variable.
      48dbeef7
    • Federico Beffa's avatar
      gnu: python-ipython: Update to 3.2.1. · 3a0b1b9a
      Federico Beffa authored
      * 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).
      3a0b1b9a
    • Federico Beffa's avatar
      gnu: Add python-terminado. · 4aadb1df
      Federico Beffa authored
      * gnu/packages/python.scm (python-terminado, python2-terminado): New
        variables.
      4aadb1df
    • Federico Beffa's avatar
      gnu: Add python-ptyprocess. · 6d992d07
      Federico Beffa authored
      * gnu/packages/python.scm (python-ptyprocess, python2-ptyprocess): New
        variables.
      6d992d07
    • Federico Beffa's avatar
      gnu: Add python-mistune. · 61b9ac53
      Federico Beffa authored
      * gnu/packages/python.scm (python-mistune, python2-mistune): New variables.
      61b9ac53
    • Federico Beffa's avatar
      gnu: Add emacs-f. · cf9ce01f
      Federico Beffa authored
      * gnu/packages/emacs.scm (emacs-f): New variable.
      cf9ce01f
    • Federico Beffa's avatar
      build: emacs: Fix bug and improvement robustness. · 40aee1a1
      Federico Beffa authored
      * guix/build/emacs-build-system.scm (emacs-inputs): Fix matching pattern.
        (patch-el-files): Improve regexp pattern.
      40aee1a1
    • Federico Beffa's avatar
      gnu: Add emacs-s. · 85777fe5
      Federico Beffa authored
      * gnu/packages/emacs.scm (emacs-s): New variable.
      85777fe5
    • Federico Beffa's avatar
      gnu: Add emacs-dash. · d4dbf10e
      Federico Beffa authored
      * gnu/packages/emacs.scm (emacs-dash): New variable.
      d4dbf10e
    • Federico Beffa's avatar
      import: elpa: Improve error message reporting. · 6544aba5
      Federico Beffa authored
      * guix/import/elpa.scm (filter-dependencies): Fix bug.
        (call-with-downloaded-file): Add optional parameter 'error-thunk'.
        (fetch-package-description): Use it.
      6544aba5
    • Federico Beffa's avatar
      gnu: Add fasthenry. · 23bae7bb
      Federico Beffa authored
      * 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.
      23bae7bb
    • Federico Beffa's avatar
      gnu: Add fastcap. · 93094501
      Federico Beffa authored
      * 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.
      93094501
  3. Jul 31, 2015
  4. Jul 30, 2015
  5. Jul 29, 2015
  6. Jul 27, 2015
    • Mark H Weaver's avatar
      gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158. · 7ef4119f
      Mark H Weaver authored
      * 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.
      7ef4119f
    • Mathieu Lirzin's avatar
      gnu: Move markdown to (gnu packages markdown). · bae87762
      Mathieu Lirzin authored
      * gnu/packages/textutils.scm (markdown): Move to ...
      * gnu/packages/markdown.scm (markdown): ... here.
      bae87762
    • Andreas Enge's avatar
      gnu: liblxqt: Fix build with Qt 5.5. · 44a477e1
      Andreas Enge authored
      * gnu/packages/patches/liblxqt-include.patch: New file.
      * gnu-system.am (dist_patch_DATA): Register patch.
      * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
      44a477e1
    • Andreas Enge's avatar
      gnu: libqtxdg: Update to 1.2.0. · 6cef1b9b
      Andreas Enge authored
      * gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0.
        [arguments]: Enable test builds.
      6cef1b9b
    • Mark H Weaver's avatar
      gnu: Add newt. · cac8bc38
      Mark H Weaver authored
      * gnu/packages/slang.scm (newt): New variable.
      cac8bc38
    • Mark H Weaver's avatar
      gnu: Add ethtool. · 5df2316d
      Mark H Weaver authored
      * gnu/packages/networking.scm (ethtool): New variable.
      5df2316d
    • Mark H Weaver's avatar
      gnu: Add libndp. · a2b2aebe
      Mark H Weaver authored
      * gnu/packages/networking.scm (libndp): New variable.
      a2b2aebe
    • Sou Bunnbu (宋文武)'s avatar
      gnu: Add GVFS. · 3dc8828f
      Sou Bunnbu (宋文武) authored
      * gnu/packages/gnome.scm (gvfs): New variable.
      3dc8828f
    • Sou Bunnbu (宋文武)'s avatar
      gnu: libmtp: Propagate inputs. · cff77d48
      Sou Bunnbu (宋文武) authored
      * gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
      cff77d48
    • Mark H Weaver's avatar
      gnu: ghostscript: Add fix for CVE-2015-3228. · 35a12b47
      Mark H Weaver authored
      * 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.
      35a12b47
    • Ricardo Wurmus's avatar
      gnu: icedtea7: Update to 2.6.1. · 6d7a0eed
      Ricardo Wurmus authored
      * gnu/packages/java.scm (icedtea7): Update to 2.6.1.
      6d7a0eed
    • Andreas Enge's avatar
      gnu: qt: Update to 5.5.0. · f7fb0ccb
      Andreas Enge authored
      * 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.
      f7fb0ccb
  7. Jul 26, 2015
Loading