summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-05Add (guix modules).Ludovic Courtès
* guix/modules.scm, tests/modules.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. * doc/guix.texi (G-Expressions): Add an example of 'source-module-closure'.
2016-09-05file-systems: Always use (guix build syscalls).Ludovic Courtès
* gnu/build/file-systems.scm: Use (guix build syscalls) unconditionally. Override the 'mount' and 'umount' bindings when (guile) provides them. (MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_REMOUNT) (MS_BIND, MS_MOVE): Remove. * guix/build/syscalls.scm (%libc-errno-pointer): Add 'false-if-exception' around 'dynamic-func'.
2016-09-05ui: Initialize %FILE-PORT-NAME-CANONICALIZATION to #f.Ludovic Courtès
This avoids loads of needless 'stat' calls due to the default 'relative setting and the 'canonicalize-path' calls it leads to. This was especially visible when 'guix substitute' access files in /var/guix/substitute/cache. * guix/ui.scm (run-guix-command): Set %FILE-PORT-NAME-CANONICALIZATION to #f.
2016-09-04gnu: nano: Update to 2.7.0.Rene Saavedra
* gnu/packages/nano.scm (nano): Update to 2.7.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-04gnu: Add remind.Stefan Reichoer
* gnu/packages/calendar.scm (remind): New variable.
2016-09-04gnu: Add p7zip.Kei Kebreau
* gnu/packages/compression.scm (p7zip): New variable. * gnu/packages/patches/remove-unused-p7zip-code.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
2016-09-04gnu: rage: Update to 0.2.1.Efraim Flashner
* gnu/packages/enlightenment.scm (rage): Update to 0.2.1.
2016-09-04gnu: Add libicns.Brendan Tildesley
* gnu/packages/image.scm (libicns): New variable. Signed-off-by: David Craven <david@craven.ch>
2016-09-04gnu: dtc: Update to 1.4.2.Danny Milosavljevic
* gnu/packages/u-boot.scm (dtc): Update to 1.4.2. Delete patch. * gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Delete patch. Signed-off-by: David Craven <david@craven.ch>
2016-09-04gnu: gzochi: Update to 0.10.1.Julian Graham
* gnu/packages/game-development.scm (gzochi): Update to 0.10.1. Signed-off-by: David Craven <david@craven.ch>
2016-09-04gnu: infernal: Limit to i686 and x86_64 systems.Efraim Flashner
* gnu/packages/bioinformatics.scm (infernal)[supported-systems]: The package requires VMX or SSE capability for parallel instructions, so limit it to those supported systems.
2016-09-04gnu: Add python-odfpy.Marius Bakke
* gnu/packages/python.scm (python-odfpy, python2-odfpy): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
2016-09-04gnu: awesome: Shorten the description.ng0
* gnu/packages/wm.scm (awesome)[description]: Shorten. Signed-off-by: Alex Kost <alezost@gmail.com>
2016-09-04gnu: gtk: Add clipit.doncatnip
* gnu/packages/gtk.scm (clipit): New variable. Co-authored-by: 宋文武 <iyzsong@gmail.com>
2016-09-04Merge branch 'gtk-im-modules'Ricardo Wurmus
2016-09-03gnu: aria2: Update to 1.26.1.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2): Update to 1.26.1.
2016-09-03gnu: mpv: Update to 0.20.0.Efraim Flashner
* gnu/packages/video.scm (mpv): Update to 0.20.0.
2016-09-03gnu: rpcbind: Enable warm startsJohn Darrington
* gnu/packages/onc-rpc.scm (rpcbind)[arguments]: Pass --enable-warmstarts to #:configure-flags.
2016-09-03Revert "gnu: yelp: Update to 3.21.3"John Darrington
This reverts commit 29405d882161e8bfa9aadf67bc264c2ee6c74fa4.
2016-09-03gnu: git: Update to 2.10.0.John Darrington
* gnu/packages/version-control.scm (git): Update to 2.10.0.
2016-09-03gnu: libnfsidmap: Set pluginpath at configure time.John Darrington
* gnu/packages/linux.scm (libnfsidmap)[arguments]: Pass --with-pluginpath= to #:configure-flags.
2016-09-03guix: ant-build-system: Fix pattern for collecting jar files.Hartmut Goebel
The former pattern included the "jar" binary. * guix/build/ant-build-system.scm (generate-classpath): Change pattern. Suggested by: Ricardo Wurmus <rekado@elephly.net>
2016-09-02doc: Fix typos.Alex Kost
* doc/guix.texi: Fix typo. * doc/emacs.texi: Fix multiple typos.
2016-09-02gnu: Add Infernal.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (infernal): New variable.
2016-09-02gnu: libidn: Replace with 1.33 [fixes CVE-2015-8948 and CVE-2016-{6261,6263}].Leo Famulari
* gnu/packages/libidn.scm (libidn)[replacement]: New field. (libidn-1.33): New variable.
2016-09-02gnu: python2-ipython: Use strip-python2-variant.Efraim Flashner
* gnu/packages/python.scm (python2-ipython): Inherit using strip-python2-variant. [propagated-inputs]: Remove work-around for python2-terminado. [inputs]: Remove work-around for python2-jsonschema, python2-matplotlib, python2-numpy, python2-requests. (python-inputs)[properties]: New field.
2016-09-02gnu: python2-numexpr: Use strip-python2-variant.Efraim Flashner
* gnu/packages/python.scm (python2-numexpr): Replace package definition with 'package-with-python2', using 'strip-python2-variant'.
2016-09-02gnu: python2-scikit-image: Use strip-python2-variant.Efraim Flashner
* gnu/packages/python.scm (python2-scikit-image): Inherit using strip-python2-variant. [propagated-inputs]: Remove work-around for python2-matplotlib, python2-numpy, python2-scipy.
2016-09-02gnu: python-scikit-learn: Set source file name.Efraim Flashner
* gnu/packages/python.scm (python-scikit-learn)[source]: Add 'file-name' field.
2016-09-02gnu: python2-scikit-learn: Use strip-python2-variant.Efraim Flashner
* gnu/packages/python.scm (python2-scikit-learn): Replace package definition with 'package-with-python2', using 'strip-python2-variant' to simplify the package definition.
2016-09-02gnu: python-requests-mock: Update to 1.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-requests-mock): Update to 1.0.0. [inputs]: Remove python-setuptools. Move python-mock ... [native-inputs]: ... to here. Add python-discover, python-fixtures, python-sphinx, python-testrepostory, python-testtools. [properties]: Add python2-variant. (python2-requests-mock): inherit stripped variant. [native-inputs]: Use python2-setuptools.
2016-09-01Revert "gnu: gsl: Update to 2.2."Mark H Weaver
This reverts commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b. Rationale: gsl-2.2 consistently fails its test suite on i686. Inkscape depends on gsl, and the grub background image is converted using inkscape, so i686 systems can no longer be built.
2016-09-02gnu: dtc: Add missing symbols patch from debian.Danny Milosavljevic
* gnu/packages/u-boot.scm (dtc)[source]: Add patch. * gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: David Craven <david@craven.ch>
2016-09-01guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'.Ludovic Courtès
* guix/scripts/build.scm (transform-package-inputs): Rewrite in terms of 'package-input-rewriting'.
2016-09-01packages: Add 'package-input-rewriting'.Ludovic Courtès
* guix/packages.scm (package-input-rewriting): New procedure. * tests/packages.scm ("package-input-rewriting"): New test. * doc/guix.texi (Defining Packages): Document it. (Package Transformation Options): Add cross-reference.
2016-09-01gnu: Fix typo in description of xfce-desktop-service.John Darrington
* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.
2016-09-01gnu: Add rpcbindJohn Darrington
* gnu/packages/onc-rpc.scm (rpcbind): New variable.
2016-09-01gnu: Add telepathy-mission-control.Kei Kebreau
* gnu/packages/freedesktop.scm (telepathy-mission-control): New variable.
2016-09-01gnu: Add u-boot.Danny Milosavljevic
* gnu/packages/u-boot.scm (u-boot, make-u-boot-package, u-boot-vexpress_ca9x4, u-boot-malta): New variables. Co-authored-by: David Craven <david@craven.ch>
2016-09-01gnu: Add dtc.Danny Milosavljevic
* gnu/packages/u-boot.scm (dtc): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add file. Co-authored-by: David Craven <david@craven.ch>
2016-09-01Update 'TODO'.Vincent Legoll
* TODO: Remove items about guix challenge & guix publish. Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-09-01Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."Ludovic Courtès
This reverts commit 17073dafc59d62fb8cbb8b94d61d3ecc488ac59f.
2016-09-01gnu: slim: Move to display-managers.scm.Marius Bakke
* gnu/packages/display-managers.scm: New file. * gnu/packages/slim.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/services/xorg.scm: Likewise.
2016-09-01tests: hackage: Fix mock urls.Efraim Flashner
Followup to 18f747350437136b203ef6400176d1fb07b131ea. * tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls.
2016-09-01gnu: Fix typo in copyright notice in (gnu packages networking).Mark H Weaver
* gnu/packages/networking.scm: "Coypright" --> "Copyright".
2016-08-31gnu: icedtea-6: Update to 1.13.12 [security fixes].Leo Famulari
Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}. * gnu/packages/java.scm (icedtea-6): Update to 1.13.12. [source]: Remove 'icedtea-remove-overrides' patch. [arguments]: Move ALSA header substitution to 'patch-paths' phase. * gnu/packages/patches/icedtea-remove-overrides.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-08-31gnu: rofi: Update to 1.2.0.Marius Bakke
* gnu/packages/xdisorg.scm (rofi): Update to 1.2.0. [inputs]: Drop libx11 and add xcb-util-xrm. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-31gnu: Add xcb-util-xrm.Marius Bakke
* gnu/packages/xdisorg.scm (xcb-util-xrm): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-08-31gnu: wcslib: Correct formatting and grammar.John Darrington
* gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical changes.
2016-08-31gnu: bambam: Remove wrap-binary phase.Eric Bavier
Functionality provided already by python-build-system. * gnu/packages/games.scm (bambam)[arguments]: Remove 'wrap-binary phase. [synopsis]: Capitalize first word.