aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-01gnu: Add emacs-f.Federico Beffa
* gnu/packages/emacs.scm (emacs-f): New variable.
2015-08-01build: emacs: Fix bug and improvement robustness.Federico Beffa
* guix/build/emacs-build-system.scm (emacs-inputs): Fix matching pattern. (patch-el-files): Improve regexp pattern.
2015-08-01gnu: Add emacs-s.Federico Beffa
* gnu/packages/emacs.scm (emacs-s): New variable.
2015-08-01gnu: Add emacs-dash.Federico Beffa
* gnu/packages/emacs.scm (emacs-dash): New variable.
2015-08-01import: elpa: Improve error message reporting.Federico Beffa
* guix/import/elpa.scm (filter-dependencies): Fix bug. (call-with-downloaded-file): Add optional parameter 'error-thunk'. (fetch-package-description): Use it.
2015-08-01gnu: Add fasthenry.Federico Beffa
* 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.
2015-08-01gnu: Add fastcap.Federico Beffa
* 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.
2015-07-31gnu: cross-base: Disable libcilkrts in cross-gcc.Manolis Ragkousis
* gnu/packages/cross-base.scm (cross-gcc-arguments): Add "--disable-libcilkrts".
2015-07-31gnu: Add graphios.David Thompson
* gnu/packages/admin.scm (graphios): New variable.
2015-07-31gnu: Add python2-ansible.Eric Dvorsak
* gnu/packages/python.scm (python2-ansible): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-passlib.Eric Dvorsak
* gnu/packages/python.scm (python-passlib, python2-passlib): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-py-bcrypt.Eric Dvorsak
* gnu/packages/python.scm (python-py-bcrypt, python2-py-bcrypt): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-paramiko.Eric Dvorsak
* gnu/packages/python.scm (python-paramiko, python2-paramiko): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-httplib2.Eric Dvorsak
* gnu/packages/python.scm (python-httplib2, python-httplib2): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-ecdsa.Eric Dvorsak
* gnu/packages/python.scm (python-ecdsa, python2-ecdsa): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python-ccm.Eric Dvorsak
* gnu/packages/python.scm (python-ccm, python2-ccm): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-31gnu: Add python2-pycrypto.Eric Dvorsak
* gnu/packages/python.scm (python2-pycrypto): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-07-30gnu: expat: Add fix for CVE-2015-1283.Mark H Weaver
* 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.
2015-07-29gnu: Add Klick.Ricardo Wurmus
* gnu/packages/music.scm (klick): New variable.
2015-07-27gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158.Mark H Weaver
* 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.
2015-07-28gnu: Move markdown to (gnu packages markdown).Mathieu Lirzin
* gnu/packages/textutils.scm (markdown): Move to ... * gnu/packages/markdown.scm (markdown): ... here.
2015-07-27gnu: liblxqt: Fix build with Qt 5.5.Andreas Enge
* gnu/packages/patches/liblxqt-include.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
2015-07-27gnu: libqtxdg: Update to 1.2.0.Andreas Enge
* gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0. [arguments]: Enable test builds.
2015-07-27gnu: Add newt.Mark H Weaver
* gnu/packages/slang.scm (newt): New variable.
2015-07-27gnu: Add ethtool.Mark H Weaver
* gnu/packages/networking.scm (ethtool): New variable.
2015-07-27gnu: Add libndp.Mark H Weaver
* gnu/packages/networking.scm (libndp): New variable.
2015-07-27gnu: Add GVFS.宋文武
* gnu/packages/gnome.scm (gvfs): New variable.
2015-07-27gnu: libmtp: Propagate inputs.宋文武
* gnu/packages/libusb.scm (libmtp): Propagate inputs libgcrypt and libusb.
2015-07-27gnu: ghostscript: Add fix for CVE-2015-3228.Mark H Weaver
* 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.
2015-07-27gnu: icedtea7: Update to 2.6.1.Ricardo Wurmus
* gnu/packages/java.scm (icedtea7): Update to 2.6.1.
2015-07-27gnu: qt: Update to 5.5.0.Andreas Enge
* 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.
2015-07-26gnu: Add pelican.Christopher Allan Webber
* gnu/packages/python.scm (pelican): New variable.
2015-07-26gnu: Add python-blinker.Christopher Allan Webber
* gnu/packages/python.scm (python-blinker, python2-blinker): New variables.
2015-07-26gnu: ntk: Add missing license import.Ricardo Wurmus
* gnu/packages/fltk.scm: Import lgpl2.0+ license.
2015-07-26gnu: portaudio: Build with jack-1.Ricardo Wurmus
* gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with "jack-1".
2015-07-26gnu: jack-1: Propagate "bdb".Ricardo Wurmus
* gnu/packages/audio.scm (jack-1)[inputs]: Move "bdb" from here... [propagated-inputs]: ...to here.
2015-07-26gnu: Add Non Sequencer.Ricardo Wurmus
* gnu/packages/music.scm (non-sequencer): New variable.
2015-07-26gnu: Add NTK.Ricardo Wurmus
* gnu/packages/fltk.scm (ntk): New variable.
2015-07-26gnu: avidemux: Install libraries to lib.Andreas Enge
* 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.
2015-07-26gnu: magit: Update to 1.4.2.Mark H Weaver
* gnu/packages/emacs.scm (magit): Update to 1.4.2.
2015-07-25gnu: openssl: Add reference to upstream GCC bug in comment.Mark H Weaver
This is a followup to commit e12027179f136766609fb8dbc920f5705d62fc95. * gnu/packages/tls.scm (openssl)[arguments]: Add reference to upstream GCC bug in comment.
2015-07-26gnu: Add udisks.宋文武
* gnu/packages/freedesktop.scm (udisks): New variable.
2015-07-26gnu: Add libatasmart.宋文武
* gnu/packages/freedesktop.scm (libatasmart): New variable.
2015-07-26gnu: colord: Propagate inputs.宋文武
* gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms.
2015-07-26gnu: Prefer libgudev as GUDEV (GObject bindings for libudev) provider.宋文武
* gnu/packages/gnome.scm (upower, gnome-settings-daemon, rhythmbox) gnu/packages/xfce.scm (thunar, thunar-volman): Switch to libgudev as GUDEV provider.
2015-07-26gnu: Add libgudev.宋文武
* gnu/packages/gnome.scm (libgudev): New variable.
2015-07-26gnu: perl-data-stag: Fix typo in description.Ludovic Courtès
Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>. * gnu/packages/perl.scm (perl-data-stag)[description]: Fix typo.
2015-07-26vm: Make the list of partitions to build a parameter.Ludovic Courtès
* gnu/build/vm.scm (<partition>): New record type. (fold2): New procedure. (initialize-partition-table): Remove #:bootable? and 'partition-size' parameters. Add 'partitions' parameter. Invoke 'parted' with '--script'. (initialize-root-partition): Remove. (initialize-partition, root-partition-initializer): New procedures. (initialize-hard-disk): Remove #:system-directory, #:disk-image-size, #:file-system-type, #:file-system-label, #:closures, #:copy-closures?, #:bootable?, and #:register-closures? parameters. Add #:partitions. Rewrite to use 'initialize-partition' for each item of PARTITIONS. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add (guix records) to #:modules default value. (qemu-image): Adjust accordingly.
2015-07-26system: Add 'ping6' to %SETUID-PROGRAMS.Ludovic Courtès
* gnu/system.scm (%setuid-programs): Add 'ping6'.
2015-07-25gnu: bedtools: Add patch to fix compilation on 32 bit systems.Ben Woodcroft
* gnu/packages/patches/bedtools-32bit-compilation.patch: New file. * gnu/packages/bioinformatics.scm (bedtools)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Register patch. Signed-off-by: Andreas Enge <andreas@enge.fr>