aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | gnu: Fix path to /etc/netconfig in libtirpc.•••* gnu/packages/onc-rpc.scm (libtirpc) [arguments]: Replace "/etc/netconfig" with (string-append %output "/etc/netconfig") John Darrington2016-12-08
* | | | | hydra: Fix wrong-num-args error when computing the cross jobs.•••Fixes a regression introduced in dea91108cf6b9bb46071c8f65c9abf834c5b064d. * build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs](either): Add third parameter and honor it. Ludovic Courtès2016-12-08
* | | | | hydra: Adjust to make-bootstrap.scm change.•••This is a followup to commit f13f60cb2620433280ccb2132376b7c6d3dbc06f. * build-aux/hydra/gnu-system.scm (%core-packages): Call '%glibc-bootstrap-tarball' since it's now a thunk, not a package. Ludovic Courtès2016-12-08
* | | | | hydra: Use '%final-inputs' from base.scm, not commencement.scm.•••* build-aux/hydra/gnu-system.scm (package->job): Use the '%final-inputs' procedure from (gnu packages base). Ludovic Courtès2016-12-08
* | | | | gnu: samba: Don't expect configuration files inside the store.•••Fixes <http://bugs.gnu.org/24834>. * gnu/packages/samba.scm (samba)[arguments]: Add --sysconfdir configure flag. Add 'disable-etc-samba-directory-creation' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Adonay Felipe Nogueira2016-12-08
* | | | | gnu: Add lua-lpeg.•••* gnu/packages/lua.scm (lua-lpeg): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> José Miguel Sánchez García2016-12-07
* | | | | gnu: Add libtermkey.•••* gnu/packages/terminals.scm (libtermkey): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> José Miguel Sánchez García2016-12-07
* | | | | gnu: cross-base: Move phases to (gnu build cross-toolchain).•••* gnu/packages/cross-base.scm (cross-gcc-arguments) <#:phases>: Use 'cross-gcc-build-phases', and move body cross-toolchain.scm. (cross-gcc): Add #:imported-modules. Add (gnu build cross-toolchain) to #:modules. * gnu/build/cross-toolchain.scm: New file, with code from 'cross-gcc-arguments'. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2016-12-07
* | | | | gnu: cross-base: Factorize list of cross environment variables.•••* gnu/packages/cross-base.scm (cross-libc): Replace literal list of environment variable names with %GCC-CROSS-INCLUDE-PATHS. (cross-kernel-headers): Likewise. Ludovic Courtès2016-12-07
* | | | | gnu: ams-lv2: Remove CPU optimization flags on non-Intel hardware.•••* gnu/packages/music.scm (ams-lv2)[arguments]: Add phase to remove Intel specific CPU optimization flags when compiling on non-Intel hardware. Efraim Flashner2016-12-07
* | | | | gnu: python-sqlalchemy-utils: Update to 0.32.11.•••* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.11. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic2016-12-07
* | | | | gnu: Add python-sadisplay.•••* gnu/packages/python.scm (python-sadisplay, python2-sadisplay): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic2016-12-07
* | | | | gnu: subversion: Update to 1.8.17.•••* gnu/packages/version-control.scm (subversion): Update to 1.8.17. Efraim Flashner2016-12-07
* | | | | gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd sy...•••* gnu/packages/make-bootstrap.scm (%glibc-bootstrap-tarball): Make it a procedure. (%glibc-stripped): Make it a procedure and move the kernel specific part from here to ... * guix/build/make-bootstrap.scm (make-stripped-libc): ... here. New file. * Makefile.am (MODULES): Add it. Manolis Ragkousis2016-12-07
* | | | | gnu: cross-kernel-headers: Remove propagated-inputs from xhurd-headers.•••* gnu/packages/cross-base.scm (xhurd-headers)[propagated-inputs]: Remove them. Manolis Ragkousis2016-12-07
* | | | | hydra: Add "i686-w64-mingw32" as a cross-compilation target.•••* build-aux/hydra/gnu-system.scm (%cross-targets): Add "i686-w64-mingw32". (hydra-jobs)[cross-jobs?](pointless?): New procedure. Use it. Ludovic Courtès2016-12-07
* | | | | gnu: guile-2.0: support mingw.•••* gnu/packages/guile.scm (guile-2.0): Support MinGW. Jan Nieuwenhuizen2016-12-07
* | | | | gnu: readline: support mingw.•••* gnu/packages/patches/readline-7.0-mingw.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline): Support MinGW. Jan Nieuwenhuizen2016-12-07
* | | | | gnu: ncurses: support mingw.•••* gnu/packages/ncurses.scm (ncurses): Support MinGW. Co-Authored-By: Jan Nieuwenhuizen <janneke@gnu.org> Mark H Weaver2016-12-07
* | | | | gnu: gmp: build shared library for mingw.•••* gnu/packages/multiprecision.scm (gmp)[MINGW]: Use --enable-shared. Jan Nieuwenhuizen2016-12-07
* | | | | gnu: libunistring: support mingw: propagate libiconv if needed.•••* gnu/packages/libunistring (libunistring): propagated-inputs: add libiconv-if-needed. Fixes unicode translation in MinGW. Jan Nieuwenhuizen2016-12-07
* | | | | gnu: Add function libiconv-if-needed.•••* gnu/packages/base.scm (libiconv-if-needed): New function. Jan Nieuwenhuizen2016-12-07
* | | | | gnu: cross-base: Add i686-w64-mingw32 target.•••* guix/utils.scm (mingw-target?): New function. * gnu/packages/cross-base.scm (cross-gcc-snippet): New procedure (cross-gcc): Use it. (cross-gcc-arguments, cross-gcc-patches, cross-gcc): Support MinGW. (native-libc, cross-newlib?): New functions. (cross-libc): Use cross-newlib? to support MinGW. (%gcc-include-paths, %gcc-cross-include-paths): New variables. Jan Nieuwenhuizen2016-12-07
* | | | | gnu: Add mingw-w64.•••* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, gnu/packages/mingw.scm: New files. * gnu/local.mk (dist_patch_DATA): Add the patches. (GNU_SYSTEM_MODULES): Add mingw.scm. Jan Nieuwenhuizen2016-12-07
* | | | | doc: Correct example for 'wpa-supplicant-service-type'.•••* doc/guix.texi (Networking Services): Change example to use 'wpa-supplicant-service-type'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex ter Weele2016-12-07
* | | | | gnu: zynaddsubfx: Update to 3.0.1.•••* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.1. Ricardo Wurmus2016-12-07
* | | | | gnu: libx264: Update to 20161205-2245.•••* gnu/packages/video.scm (libx264): Update to 20161205-2245. [source]: Use https. [home-page]: Same. Efraim Flashner2016-12-07
* | | | | gnu: radicale: Skip the test suite.•••* gnu/packages/dav.scm (radicale)[arguments]: Skip the tests. Leo Famulari2016-12-06
* | | | | gnu: ffmpeg: Update to 3.2.2.•••* gnu/packages/video.scm (ffmpeg): Update to 3.2.2. Efraim Flashner2016-12-06
* | | | | gnu: emacs-expand-region: Update to 0.11.0.•••* gnu/packages/emacs.scm (emacs-expand-region): Update to 0.11.0. Ricardo Wurmus2016-12-06
* | | | | gnu: httpd: Add fix for CVE-2016-8740.•••* gnu/packages/web.scm (httpd)[source]: Add patch for CVE-2016-8740. * gnu/packages/patches/httpd-CVE-2016-8740.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2016-12-06
* | | | | gnu: python2-notebook: Fix build.•••* gnu/packages/python.scm (python2-notebook)[properties]: Add python2-variant. (python2-notebook)[native-packages] add python2-mock. [arguments] Add phase "disable-test-case" for disabling a failing test. immediately Hartmut Goebel2016-12-06
* | | | | gnu: python-ipython-genutils: Update description.•••* gnu/packages/python.scm (python-ipython-genutils)[description]: Add deprecation note and TODO comment. Hartmut Goebel2016-12-06
* | | | | gnu: python-ipython: Update to 4.0.3•••* gnu/packages/python.scm (python-ipython, python2-ipython): Update to version 4.0.3. Hartmut Goebel2016-12-06
* | | | | gnu: Add seq24.•••* gnu/packages/music.scm (seq24): New variable. * gnu/packages/patches/seq24-rename-mutex.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. Ricardo Wurmus2016-12-06
* | | | | gnu: links: Update to 2.14.•••* gnu/packages/links.scm (links): Update to 2.14. Efraim Flashner2016-12-06
* | | | | gnu: Add openh264.•••* gnu/packages/video.scm (openh264): New variable. Jan Nieuwenhuizen2016-12-06
* | | | | gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to 8d125c. Ludovic Courtès2016-12-06
* | | | | offload: Increase the connection timeout.•••* guix/scripts/offload.scm (open-ssh-session): Set #:timeout to 10. Ludovic Courtès2016-12-06
* | | | | offload: Send the build log to the right file descriptor.•••This fixes a regression introduced in 21531add3205e400707c8fbfd841845f9a71863a whereby the build log would no longer be sent to FD 4, thereby leading the daemon to not see the build log. * guix/scripts/offload.scm (transfer-and-offload): Parameterize CURRENT-BUILD-OUTPUT-PORT. Ludovic Courtès2016-12-06
* | | | | gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to e11c42f. Ludovic Courtès2016-12-06
* | | | | offload: Fix plural of some messages.•••* guix/scripts/offload.scm (send-files): Use 'N_' for possibly plural message. Write "store item" instead of "store file". (retrieve-files): Likewise. Ludovic Courtès2016-12-05
* | | | | offload: Make the compression methods configurable.•••* guix/scripts/offload.scm (<build-machine>)[compression] [compression-level]: New fields. (open-ssh-session): Honor them. * doc/guix.texi (Daemon Offload Setup): Document them. Ludovic Courtès2016-12-05
* | | | | guix system: If the new system generation already exists, overwrite it.•••Fixes <http://bugs.gnu.org/25100>. Before that, 'guix system reconfigure' would fail if the next generation already existed. * guix/scripts/system.scm (switch-to-system): Use 'switch-symlink' instead of 'symlink'. * doc/guix.texi (Using the Configuration System, Invoking guix system): Document the behavior. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Chris Marusich2016-12-05
* | | | | gnu: i3-wm: Update to 4.13.•••* gnu/packages/wm.scm (i3-wm): Update to 4.13. [arguments]: Pass '-std=c11' to #:make-flags. Provide path to XML_CATALOG_FILES. Pass '--disable-builddir' to #:configure-flags. Re-enable the 'configure' phase to adjust to new Autotools build system. [inputs]: Add xcb-util-xrm. [native-inputs]: Add docbook-xsl. Leo Famulari2016-12-05
* | | | | gnu: xcb-util-cursor: Propagate dependencies from 'xcb-cursor.pc'.•••* gnu/packages/xorg.scm (xcb-util-cursor)[inputs]: Move xcb-util-renderutil and xcb-util-image to ... [propagated-inputs]: ... here. Leo Famulari2016-12-05
* | | | | gnu: ruby-2.2, ruby-2.1, ruby-1.8: Don't replace with ruby-2.3.3.•••* gnu/packages/ruby.scm (ruby-2.2, ruby-2.1, ruby-1.8)[replacement]: New field. Leo Famulari2016-12-05
* | | | | gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to 9328eaf. Ludovic Courtès2016-12-05
* | | | | services: file-system: Make sure fsck.* commands are in $PATH.•••Fixes a regression introduced in bf7ef1bb848db0977b54ea012789adc68751c68a, whereby the fsck.* commands would not be found. * gnu/services/base.scm (file-system-shepherd-service): Call calls to 'setenv'. Ludovic Courtès2016-12-05
* | | | | nls: Adjust to geeqie.scm removal.•••This is a followup to d1a5b20081c30da7503201df260cf20b8d0ba633. * po/packages/POTFILES.in: Remove gnu/packages/geeqie.scm. Ludovic Courtès2016-12-05