summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-19gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'....* gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field. 宋文武
2015-05-18gnu: glu: Propagate input mesa....* gnu/packages/gl.scm (glu): Propagate input mesa. Andreas Enge
2015-05-18gnu: gcc-toolchain: Remove 'bin/sh' and 'bin/bash'....* gnu/packages/commencement.scm (gcc-toolchain)[arguments] <#:builder>: Delete 'bin/sh' and 'bin/bash'. Ludovic Courtès
2015-05-18doc: Re-generate detailed node listing....* doc/guix.texi (Top): Update detailed node listing. Ludovic Courtès
2015-05-18gnu: linux-libre: Update to 4.0.4....* gnu/packages/linux.scm (linux-libre): Update to 4.0.4. Mark H Weaver
2015-05-18profiles: Gracefully deal with packages containing an etc/ symlink....This fixes a bug whereby 'guix package -i gcc-toolchain' would fail in 'build-profile'. This is because in 'gcc-toolchain', etc/ is a symlink, and so the 'scandir' call in 'unsymlink' would return #f instead of returning a list. Reported by Andreas Enge <andreas.enge@inria.fr>. * guix/build/profiles.scm (ensure-writable-directory)[unsymlink]: Append "/" to TARGET before calling 'scandir'. * tests/profiles.scm ("etc/profile when etc/ is a symlink"): New test. Ludovic Courtès
2015-05-18install: Files in the tarball are all root-owned....Fixes a thinko introduced in 175ced4. * gnu/system/install.scm (self-contained-tarball): Use "root:0" as the owner and group. * doc/guix.texi (Binary Installation): Revert 175ced4. Ludovic Courtès
2015-05-18install: Use the right user and group name for files in the binary tarball....Suggested by Andreas Enge <andreas@enge.fr> at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00220.html>. * gnu/system/install.scm (self-contained-tarball): Pass --owner and --group to 'tar'. * doc/guix.texi (Binary Installation): Move group and account creation before extraction. Make "run the daemon" a separate step. Ludovic Courtès
2015-05-18doc: Suggest the same build user and group names as on GuixSD....* doc/guix.texi (Build Environment Setup): Suggest the user and group names as used on GuixSD. (Binary Installation): Adjust accordingly. Ludovic Courtès
2015-05-17doc: Better suggestion for the /usr/local/bin/guix symlink....Suggested by Andreas Enge <andreas@enge.fr> at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00220.html>. * doc/guix.texi (Binary Installation): Use the longer 'guix' file name. Ludovic Courtès
2015-05-17services: dhcp-client: Turn up the interfaces before calling 'dhclient'....Somehow, as of Linux 4.0.2, the interfaces are down by default, which prevents 'dhclient' from actually using them. * gnu/services/networking.scm (dhcp-client-service): Call 'set-network-interface-up' on each item of IFACES. Ludovic Courtès
2015-05-17syscalls: Add 'set-network-interface-up'....* guix/build/syscalls.scm (set-network-interface-up): New procedure. Ludovic Courtès
2015-05-17doc: Document 'ifconfig eno1 up' before running 'dhclient'....Reported by Scott McDonough <smcdonough1@gmail.com> in <http://bugs.gnu.org/20582>. * doc/guix.texi (System Installation): Suggested setting the interface up before running 'dhclient'. Ludovic Courtès
2015-05-17doc: Suggest how to preserve /var and /root owner and permissions....Reported by Andreas Enge <andreas@enge.fr>. * doc/guix.texi (Binary Installation): Suggest --skip-old-files when extracting the archive. Ludovic Courtès
2015-05-17gnu: magit: Install .el files directly under share/emacs/site-lisp....Fixes a regression introduced in 7e4871b. * gnu/packages/emacs.scm (magit)[arguments]: Add #:make-flags. Ludovic Courtès
2015-05-17gnu: magit: Update to 1.4.1....* gnu/packages/emacs.scm (magit)[source, version]: Update to 1.4.1 [propagated-inputs]: New field. [arguments]: Add #:test-target. Add 'augment-load-path' phase. Ludovic Courtès
2015-05-17gnu: magit: Move Emacs to 'native-inputs'....* gnu/packages/emacs.scm (magit): Move EMACS-NO-X from 'inputs' to 'native-inputs'. Ludovic Courtès
2015-05-17gnu: magit: Use 'modify-phases'....* gnu/packages/emacs.scm (magit)[arguments]: Use 'modify-phases' instead of 'alist-cons-before' & co. Ludovic Courtès
2015-05-17gnu: Add git-modes....* gnu/packages/emacs.scm (git-modes): New variable. Ludovic Courtès
2015-05-17gnu: qemu: Add dependency on libusb....Suggested by 白い熊@相撲道 <guix-devel_gnu.org@sumou.com>. * gnu/packages/qemu.scm (qemu)[inputs]: Add LIBUSB. Ludovic Courtès
2015-05-17gnu: libusb: Update to 1.0.19....* gnu/packages/libusb.scm (libusb): Update to 1.0.19. [arguments]: New field Ludovic Courtès
2015-05-17gnu: libpagemaker: Rename duplicate 'native-inputs' field....* gnu/packages/libreoffice.scm (libpagemaker): Rename duplicate 'native-inputs' field to 'propagated-inputs'. Corrects commit 86d648e. Andreas Enge
2015-05-17gnu: redland: Propagate input....* gnu/packages/rdf.scm (redland): Move rasqal from 'inputs' to 'propagated-inputs'. * gnu/packages/rdf.scm (soprano): Drop input rasqal. * gnu/packages/audio.scm (ardour-3): Drop inputs rasqal and raptor2. Reported by John Darrington <jmd@gnu.org>. Andreas Enge
2015-05-17gnu: calibre: Update to 2.28.0....* gnu/packages/ebook.scm (calibre): Update to 2.28.0. Andreas Enge
2015-05-16gnu: libwps: Propagate input....* gnu/packages/libreoffice.scm (libwps): Move librevenge from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libmwaw: Propagate input....* gnu/packages/libreoffice.scm (libmwaw): Move librevenge from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libodfgen: Propagate input....* gnu/packages/libreoffice.scm (libodfgen): Move librevenge from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libvisio: Propagate inputs....* gnu/packages/libreoffice.scm (libvisio): Move icu4c, librevenge and libxml2 from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libpagemaker: Propagate input....* gnu/packages/libreoffice.scm (libpagemaker): Move librevenge from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libmspub: Propagate inputs....* gnu/packages/libreoffice.scm (libmspub): Move icu4c, librevenge and zlib from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libfreehand: Propagate inputs....* gnu/packages/libreoffice.scm (libfreehand): Move librevenge and zlib from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libetonyek: Propagate inputs....* gnu/packages/libreoffice.scm (libetonyek): Move librevenge and libxml2 from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libcdr: Propagate inputs....* gnu/packages/libreoffice.scm (libcdr): Move icu4c, lcms, librevenge and zlib from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libabw: Propagate inputs....* gnu/packages/libreoffice.scm (libabw): Move librevenge and libxml2 from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libcmis: Propagate inputs....* gnu/packages/libreoffice.scm (libcmis): Move curl and libxml2 from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libwpg: Propagate input....* gnu/packages/libreoffice.scm (libwpg): Move libwpg from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libe-book: Propagate inputs....* gnu/packages/libreoffice.scm (libe-book): Move icu4c, librevenge and libxml2 from 'inputs' to 'propagated-inputs'. Andreas Enge
2015-05-16gnu: libwpd: Propagate input....* gnu/packages/libreoffice.scm (libwpd): Move librevenge from 'inputs' to 'propagated-inputs'. * gnu/packages/libreoffice.scm (libwpg)[inputs]: Drop librevenge. Andreas Enge
2015-05-15gnu: gdb: Update to 7.9.1....* gnu/packages/gdb.scm (gdb): Update to 7.9.1. Mark H Weaver
2015-05-15hydra: Increase USB image size....* build-aux/hydra/gnu-system.scm (qemu-jobs): Increase disk image size to 860 MiB, for x86_64. Ludovic Courtès
2015-05-15gnu: busybox: Parameterize reference to /gnu/store....* gnu/packages/busybox.scm (busybox): Call %store-directory instead of referencing "/gnu/store" directly. Taylan Ulrich Bayırlı/Kammer
2015-05-15gnu: Add python-seaborn....* gnu/packages/python.scm (python-seaborn, python2-seaborn): New variables. Ricardo Wurmus
2015-05-15gnu: Add python-pandas....* gnu/packages/python.scm (python-pandas, python2-pandas): New variables. Ricardo Wurmus
2015-05-15gnu: Add python-scikit-image....* gnu/packages/python.scm (python-scikit-image, python2-scikit-image): New variables. Ricardo Wurmus
2015-05-15gnu: m4: Disable tests when cross-compiling....Reported by Manolis Ragkousis <manolis837@gmail.com> at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00161.html>. * gnu/packages/m4.scm (m4)[arguments]: Change #:tests? condition. Ludovic Courtès
2015-05-15nls: Update 'da' translation.Ludovic Courtès
2015-05-15gnu: openblas: Update to 0.2.14....* gnu/packages/maths.scm (openblas): Update to 0.2.14. Ricardo Wurmus
2015-05-15gnu: Add GNUjump....* gnu/packages/games.scm (gnujump): New variable. 宋文武
2015-05-14gnu: qemu: Update to 2.3.0; add fix for CVE-2015-3456....* gnu/packages/patches/qemu-CVE-2015-3456.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/qemu.scm (qemu-headless): Update to 2.3.0. Add patch. Mark H Weaver
2015-05-14gnu: Add libcmis....* gnu/packages/libreoffice.scm (libcmis): New variable. Co-authored-by: John Darrington <jmd@gnu.org> Andreas Enge