aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* services: Unmount user file systems after process termination.•••* gnu/services/base.scm (user-unmount-service-type): Change label and dmd name to 'user-file-systems'. (user-processes-service-type)[requirement]: Add 'user-file-systems'. Ludovic Courtès2015-10-14
* guix system: Add 'dmd-graph' command.•••* guix/scripts/system.scm (dmd-service-node-label, dmd-service-node-type, export-dmd-graph): New procedures. (show-help): Add 'dmd-graph'. (guix-system)[parse-sub-command]: Likewise. Honor it. * doc/guix.texi (Invoking guix system): Document it. (dmd Services): Add an illustration and explanation. * doc/images/dmd-graph.dot: New file. * doc.am (DOT_FILES): Add it. Ludovic Courtès2015-10-14
* services: Add 'dmd-service-back-edges'.•••* gnu/services/dmd.scm (dmd-service-back-edges): New procedure. * tests/services.scm ("dmd-service-back-edges"): New test. Ludovic Courtès2015-10-14
* services: Prefix <dmd-service> accessors with 'dmd-'.•••* gnu/services/dmd.scm (<dmd-service>): Prefix accessor identifiers with 'dmd-', as was intended. Update users accordingly. Ludovic Courtès2015-10-14
* guix system: Add 'extension-graph' command.•••* guix/scripts/system.scm (service-node-label, service-node-type, export-extension-graph): New procedures. (guix-system)[parse-sub-command]: Add 'extension-graph'. Honor it. (show-help): Add 'extension-graph'. * doc/guix.texi (Invoking guix system): Document it. (Service Composition): Add cross-reference. Ludovic Courtès2015-10-14
* graph: 'export-graph' takes a #:reverse-edges? parameter.•••* guix/scripts/graph.scm (export-graph): Add #:reverse-edges? parameter and honor it. Ludovic Courtès2015-10-14
* services: 'dmd-service-type' takes a service name.•••* gnu/services/dmd.scm (dmd-service-type): Add 'service-name' parameter. * gnu/services/base.scm, gnu/services/networking.scm, gnu/system/install.scm: Adjust callers. Ludovic Courtès2015-10-14
* services: Export 'service-back-edges'.•••* gnu/services.scm: Export 'service-back-edges' and <service-type> accessors. * tests/services.scm ("service-back-edges"): New test. Ludovic Courtès2015-10-14
* build-system/gnu: dist-package: Use 'autoconf-wrapper'.•••* guix/build-system/gnu.scm (dist-package): Use AUTOCONF-WRAPPER instead of AUTOCONF. Ludovic Courtès2015-10-14
* hydra: Add Graphviz and help2man as inputs to the Guix job set.•••* build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ and HELP2MAN to 'native-inputs' of GUIX. Ludovic Courtès2015-10-14
* gnu: diamond: Restrict supported systems to x86_64-linux.•••* gnu/packages/bioinformatics.scm (diamond) [supported-systems]: Restrict to x86_64-linux. Ben Woodcroft2015-10-14
* gnu: abbaye: Use 'sdl-union'.•••* gnu/packages/games.scm (abbaye)[inputs]: Use 'sdl-union'. [arguments]: Adjust 'set-sdl-paths' phase accordingly. Alex Kost2015-10-14
* emacs: devel: Add indentation rules.•••Suggested by Ludovic Courtès <ludo@gnu.org>. * emacs/guix-devel.el: Add indentation rules for Guix macros/procedures. (guix-devel-scheme-indent): New macro. (guix-devel-indent-package): New function. Alex Kost2015-10-14
* gnu: icecat: Update to 38.3.0-gnu1.•••* gnu/packages/patches/icecat-CVE-2015-4473-partial.patch, gnu/packages/patches/icecat-CVE-2015-4482.patch, gnu/packages/patches/icecat-CVE-2015-4488.patch, gnu/packages/patches/icecat-CVE-2015-4489.patch, gnu/packages/patches/icecat-CVE-2015-4491.patch, gnu/packages/patches/icecat-CVE-2015-4492.patch, gnu/packages/patches/icecat-CVE-2015-4495.patch, gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch, gnu/packages/patches/icecat-libvpx-1.4.patch: Delete files. * gnu/packages/patches/icecat-avoid-bundled-includes.patch: New file. * gnu-system.am (dist_patch_DATA): Add new patch. Remove the deleted ones. * gnu/packages/gnuzilla.scm (icecat): Update to 38.3.0-gnu1. [source]: Add new patch. Remove the deleted ones. [inputs]: Add libxcomposite. [arguments]: Add 'ensure-no-mtimes-pre-1980' phase. Adapt 'remove-h264parse-from-blacklist' and 'arrange-to-link-libxul-with-libraries-it-might-dlopen' phases to the new version. Mark H Weaver2015-10-14
* gnu: geiser: Update to 0.8.1.•••* gnu/packages/emacs.scm (geiser): Update to 0.8.1. Alex Kost2015-10-13
* gnu: python-rpy2: Add "zlib" to native-inputs.•••* gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib". Ricardo Wurmus2015-10-13
* gnu: python-scipy, python2-scipy: Update to 0.16.0.•••* gnu/packages/python.scm (python-scipy, python2-scipy): Update to 0.16.0. Ricardo Wurmus2015-10-13
* gnu: python-scipy, python2-scipy: Propagate Python inputs.•••* gnu/packages/python.scm (python-scipy)[inputs]: Move "python-numpy", "python-matplotlib", and "python-pyparsing" to propagated-inputs; move "python-nose" and "python-sphinx" to native-inputs. [propagated-inputs]: New field. [native-inputs]: Move "python-nose" and "python-sphinx" from inputs field here. (python2-scipy): Modify propagated-inputs instead of inputs field. Ricardo Wurmus2015-10-13
* gnu: icedtea6: Update to 1.13.8.•••* gnu/packages/java.scm (icedtea6): Update to 1.13.8. Ricardo Wurmus2015-10-13
* gnu: icedtea6: Replace "ant-bootstrap" with "ant".•••* gnu/packages/java.scm (icedtea6)[native-inputs]: Replace "ant-bootstrap" with "ant". [arguments]: Remove steps to unpack and use "ant-bootstrap". (icedtea7)[native-inputs]: Remove explicit references to "ant-bootstrap" and "ant". Ricardo Wurmus2015-10-13
* gnu: ant: Build with GCJ.•••* gnu/packages/java.scm (ant)[native-inputs]: Replace "icedtea6" with "gcj". Ricardo Wurmus2015-10-13
* gnu: gcj-4.8, gcj: Update to default GCC version.•••* gnu/packages/gcc.scm (gcj-4.8): Inherit from "gcc" package and rename variable to... (gcj): ...this new variable. (ecj-bootstrap-4.8): Rename variable to... (ecj-bootstrap): ...this, updating to version 4.9. * gnu/packages/java.scm (icedtea6)[native-inputs]: Replace "gcj-4.8" with "gcj". * gnu/packages/music.scm (tuxguitar)[native-inputs]: Likewise. Ricardo Wurmus2015-10-13
* gnu: abbaye: Use 'modify-phases'.•••* gnu/packages/games.scm (abbaye)[arguments]: Use 'modify-phases'. Alex Kost2015-10-13
* gnu: Add manaplus.•••* gnu/packages/games.scm (manaplus): New variable. Alex Kost2015-10-13
* build-system/python: Memoize the results of 'package-with-python2'.•••Fixes <http://bugs.gnu.org/21675>. Reported by Cyril Roelandt <tipecaml@gmail.com>. Before this change, the command: guix build python2-oslo.utils -n --no-substitutes would take 17.5s. After, it is down to 2.9s. Likewise, the command: guix graph python2-bandit | grep python2-setuptools.*Helve| wc -l would return 412 nodes before, all functionally equivalent, and returns a single one now. * guix/build-system/python.scm (package-with-explicit-python): Remove 'p' parameter. Change to return a one-argument memoizing procedure. (package-with-python2): Adjust accordingly. Ludovic Courtès2015-10-13
* hydra: Update demo OS to new service interface.•••* build-aux/hydra/demo-os.scm: Import (gnu services dbus); remove arguments to 'dbus-service'. Ludovic Courtès2015-10-13
* doc: Update "Name Service Switch" to new service framework.•••* gnu/services/avahi.scm (avahi-service): Mention the extension of nscd. * doc/guix.texi (Networking Services): Update accordingly. (Name Service Switch): Remove '%my-base-services' example and explanation. Ludovic Courtès2015-10-13
* gnu: geiser: Update to 0.8.•••* gnu/packages/emacs.scm (geiser): Update to 0.8. David Thompson2015-10-12
* Merge branch 'core-updates'Ludovic Courtès2015-10-12
|\
| * Revert "gnu: python: Do not retain references to build tools."•••This reverts commit 14f8dae6b1e42cfd37678d64c137932b91656a41, which was unintentionally pushed (it does not work with Python 3.) Ludovic Courtès2015-10-08
| * Merge branch 'master' into core-updatesMark H Weaver2015-10-08
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2015-10-07
| |\ \
| * | | gnu: gdk-pixbuf: Update to 2.32.1.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.1. Mark H Weaver2015-10-07
| * | | gnu: python: Simplify list of configure flags.•••* gnu/packages/patches/python-2.7-search-paths.patch, gnu/packages/patches/python-3-search-paths.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2)[source]: Use first patch. [arguments]: Remove now unneeded CPPFLAGS and LDFLAGS. (python)[source]: Use second patch. (python-minimal)[arguments]: Remove CPPFLAGS and LDFLAGS. Ludovic Courtès2015-10-08
| * | | gnu: python: Build the tkinter module.•••Fixes <http://bugs.gnu.org/20889>. Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/python.scm (python-2)[arguments]: Pass --with-tcltk-includes and --with-tcltk-libs. [inputs]: Add TCL and TK. Ludovic Courtès2015-10-07
| * | | gnu: python: Add "minimal" variants.•••* gnu/packages/python.scm (python2-minimal, python-minimal): New variables. (wrap-python3): New procedure. (python-wrapper): Use it. (python-minimal-wrapper): New variable. * gnu/packages/xml.scm (libxslt)[native-inputs]: Use PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER. * gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise. Ludovic Courtès2015-10-07
| * | | gnu: python-wrapper: Improve synopsis and description.•••* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide literal 'description' value. Ludovic Courtès2015-10-07
| * | | gnu: python: Do not retain references to build tools.•••* gnu/packages/python.scm (python-2)[arguments]: Add 'do-not-record-configure-flags' and 'do-not-record-configure-flags-in-makefile' phases. Ludovic Courtès2015-10-07
| * | | gnu: gmp: Skip unreliable test.•••* gnu/packages/patches/gmp-faulty-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/multiprecision.scm (gmp)[source]: Use it. Ludovic Courtès2015-10-06
| * | | gnu: gawk: Remove unneeded 'install-locale' phase.•••* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded 'install-locale' phase. Ludovic Courtès2015-10-06
| * | | gnu: glibc: Look for locale data in versioned sub-directories.•••Suggested by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/glibc-versioned-locpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc)[source]: Use it. [arguments]: Add explicit version sub-directory to libc_cv_localedir. [native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'. (glibc-locales, glibc-utf8-locales): Write to a VERSION sub-directory. Ludovic Courtès2015-10-05
| * | | Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."•••This reverts commits fbb909ac7e947ebc8aea2c2efca7df3a78dfc3c4 and 2ebe938c2f943232955df889a72a6280c412a649. Ludovic Courtès2015-10-05
| * | | doc: Mention that /X.Y must be used for GUIX_LOCPATH.•••This is a followup to commit f2d7bbb. * doc/guix.texi (Application Setup): Mention the /X.Y sub-directory. Ludovic Courtès2015-10-04
| * | | packages: Use locales from the /X.Y sub-directory of the locale package.•••This is a followup to commit f2d7bbb. * guix/packages.scm (patch-and-repack)[build]: Append "/X.Y" to LOCPATH. Ludovic Courtès2015-10-04
| * | | Use "normalized codesets" everywhere.•••In other words, change "xx_YY.UTF-8" to "xx_YY.utf8". * guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of "en_US.UTF-8". * guix/packages.scm (patch-and-repack): Likewise. * guix/build/gnu-build-system.scm (install-locale): Likewise. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise. * gnu/packages/python.scm (python-ipython): Likewise. * gnu/packages/gawk.scm (gawk): Likewise. * build-aux/hydra/demo-os.scm: Likewise. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'change-locale' phase. Ludovic Courtès2015-10-04
| * | | gnu: glibc-utf8-locales: Use the normalized codeset.•••* gnu/packages/base.scm (glibc-utf8-locales)[argument]: Use the normalized codeset by default. Ludovic Courtès2015-10-04
| * | | gnu: commencement: Remove the tricky locale compatibility handling.•••This is made unnecessary by the use of 'GUIX_LOCPATH'. * gnu/packages/commencement.scm (locale-proof-package): Remove. (%boot5-inputs): Add on GLIBC-UTF8-LOCALES-FINAL. This reverts parts of commit 28cbc58. * gnu/packages/gawk.scm (gawk): Set 'GUIX_LOCPATH' instead of 'LOCPATH'. Ludovic Courtès2015-10-04
| * | | gnu: glibc: Look for locale data in versioned sub-directories.•••* gnu/packages/base.scm (glibc)[native-search-paths]: Add 'lib/locale/VERSION' for 'GUIX_LOCPATH'. (glibc-locales, glibc-utf8-locales): Write to a VERSION sub-directory. * guix/profiles.scm (ca-certificate-bundle): Adjust LOCPATH value accordingly. Ludovic Courtès2015-10-03
| * | | gnu: glibc: Honor 'GUIX_LOCPATH'.•••* gnu/packages/patches/glibc-guix-locpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc)[source]: Use it. [native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'. * doc/guix.texi (Application Setup): Introduce the term "foreign distro". Document 'GUIX_LOCPATH'. Ludovic Courtès2015-10-03
| * | | gnu: texinfo: Claim 'INFOPATH'.•••Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field. Ludovic Courtès2015-10-03