summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-23gnu: parallel: Update to 20150122.•••* gnu/packages/parallel.scm (parallel): Update to 20150122. Ludovic Courtès
2015-01-23gnu: libassuan: Update to 2.2.0.•••* gnu/packages/gnupg.scm (libassuan): Update to 2.2.0. Ludovic Courtès
2015-01-23gnu: util-linux: Do not build 'kill'.•••* gnu/packages/linux.scm (util-linux)[source](snippet): Set "build_kill=no" in 'configure'. Ludovic Courtès
2015-01-23gnu: e2fsprogs: Don't build libraries and commands provided by util-linux.•••* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add --disable-blkid --disable-libuuid --disable-uuidd --disable-fsck. Ludovic Courtès
2015-01-23gnu: util-linux: Update to 2.25.2.•••* gnu/packages/linux.scm (util-linux): Update to 2.25.2. Remove util-linux-perl.patch, and add util-linux-tests.patch. Adjust 'snippet'. [arguments]: Remove 'patch-chkdupexe' phase. Add 'pre-check' phase. [native-inputs]: Add NET-BASE. * gnu/packages/patches/util-linux-perl.patch: Remove. * gnu/packages/patches/util-linux-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2015-01-23gnu: e2fsprogs: Update to 1.42.11.•••* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11. Ludovic Courtès
2015-01-23doc: Add services to the configuration template.•••* gnu/system/os-config.tmpl (services): New field. Ludovic Courtès
2015-01-23install: Make sure 'info' can decompress the Info files.•••* gnu/system/install.scm (log-to-info): Add GZIP to $PATH. Ludovic Courtès
2015-01-23doc: Update USB installation image name.•••* doc/guix.texi (System Installation): Change image name to guix-usb-*. Ludovic Courtès
2015-01-23doc: Introduce the Guix System Distribution.•••* doc/guix.texi (Introduction): Introduce "Guix System Distribution". Add a couple of sentences about it. Remove "Guixotic". (GNU Distribution): Likewise. (System Installation): Ditto. Ludovic Courtès
2015-01-23gnu: nvi: Fix Berkely DB compatability issues.•••* gnu/packages/patches/nvi-db4.patch: New file. * gnu/packages/patches/nvi-dbpagesize-binpower.patch: New file. * gnu/packages/nvi.scm (nvi): Make use of them. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Marek Benc
2015-01-23gnu: sudo: Set rundir, vardir and iologdir.•••* gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add --with-rundir=/run/sudo --with-vardir=/var/db/sudo --with-iologdir=/var/log/sudo-io. 宋文武
2015-01-22system: Make D-Bus warnings non fatal.•••* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE. Ludovic Courtès
2015-01-22system: Create /etc/emacs/site-start.el.•••* gnu/system.scm (emacs-site-file, emacs-site-directory): New procedures. (etc-directory): Add 'EMACSLOADPATH' setting to PROFILE. Call 'emacs-site-directory', and bind its result to /etc/emacs. Ludovic Courtès
2015-01-22gnu: guix-devel: Propagate Geiser.•••* gnu/packages/package-management.scm (guix-devel)[propagated-inputs]: Add GEISER. Ludovic Courtès
2015-01-22doc: Update 'ROADMAP'.•••Suggested by Omar Radwan <toxemicsquire4@gmail.com>. * ROADMAP: Rewrite. Ludovic Courtès
2015-01-22guix system: Improve error messages.•••* guix/ui.scm (report-error): Export. * guix/scripts/system.scm (read-operating-system): Report syntax errors using standard GNU format. Report other errors using 'display-error'. Ludovic Courtès
2015-01-22gnu: Add convenience macros to make module imports more concise.•••* gnu.scm (use-package-modules, use-service-modules, use-system-modules): New macros. Joshua S. Grant
2015-01-21store: Change 'run-with-store' to return a single value.•••* guix/store.scm (run-with-store): Wrap 'run-with-state' in 'call-with-values'. Return only the first value. Ludovic Courtès
2015-01-21gnu: libtool: Update to 2.4.5.•••* gnu/packages/autotools.scm (libtool): Update to 2.4.5. (libltdl): Adjust 'version' and 'source' to remain at 2.4.4. Ludovic Courtès
2015-01-21gnu: phonon: Shuffle inputs.•••* gnu/packages/kde.scm (phonon): Move automoc to native-inputs and qt to propagated inputs. Andreas Enge
2015-01-21gnu: phonon: Update to 4.8.3.•••* gnu/packages/kde.scm (phonon): Update to 4.8.3. Andreas Enge
2015-01-21gnu: perf: Install libraries to lib/ instead of lib64/.•••* gnu/packages/linux.scm (perf)[arguments]: Add "lib=lib" to #:make-flags. Ludovic Courtès
2015-01-21gnu: perf: Build the interactive TUI.•••* gnu/packages/linux.scm (perf)[inputs]: Add SLANG. Ludovic Courtès
2015-01-21gnu: Add S-Lang.•••* gnu/packages/slang.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2015-01-21gnu: perf: Build the documentation.•••* gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs. Ludovic Courtès
2015-01-21gnu: perf: Add dependency on Python.•••* gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2. Ludovic Courtès
2015-01-20gnu: Register patches for installation.•••* gnu-system.am (dist_patch_DATA): Add patches for aegis, clucene, libcanberra and lua-5.1. Andreas Enge
2015-01-20gnu: Add python-rdflib.•••* gnu/packages/rdf.scm (python-rdflib): New variable. Andreas Enge
2015-01-20gnu: Add python-html5lib.•••* gnu/packages/python.scm (python-html5lib, python2-html5lib): New variables. Andreas Enge
2015-01-20guix package: Avoid spurious warnings from 'find-files'.•••Reported by Andreas Enge <andreas@enge.fr>. * guix/scripts/package.scm (with-null-error-port): New macro. (search-path-environment-variables): Wrap 'search-path-as-list' call in 'with-null-error-port'. Ludovic Courtès
2015-01-20gnu: Add python-isodate.•••* gnu/packages/python.scm (python-isodate, python2-isodate): New variables. Andreas Enge
2015-01-20build: Make sure only the local .go files are loaded during compilation.•••Reported by Andreas Enge <andreas@enge.fr> at <http://lists.gnu.org/archive/html/guix-devel/2015-01/msg00272.html>. * Makefile.am (.scm.go): Add "unset GUILE_LOAD_COMPILED_PATH". Ludovic Courtès
2015-01-20gnu: 'search-patch' raises an error when a patch is not found.•••* gnu/packages.scm (search-patch): Raise an error condition when 'search-path' returns #f. * tests/packages.scm ("patch not found yields a run-time error"): New test. Ludovic Courtès
2015-01-20packages: Mark the 'patches' field as delayed.•••* guix/packages.scm (<origin>)[patches]: Mark as 'delayed'. (print-origin, origin->derivation): Add call to 'force' when accessing 'patches'. Ludovic Courtès
2015-01-19records: Add support for delayed fields.•••* guix/records.scm (make-syntactic-constructor): Add #:delayed parameter. [delayed-field?]: New procedure. [wrap-field-value]: Use it. (define-record-type*)[delayed-field?, wrapped-field?]: New procedures. [thunked-field-accessor-name]: Rename to... [wrapped-field-accessor-name]: ... this. [field-spec->srfi-9]: Change 'thunked' to 'wrapped'. [delayed-field-accessor-definition]: New procedure. Compute delayed-field accessors and emit them. Pass #:delayed to 'make-syntactic-constructor'. * tests/records.scm ("define-record-type* & delayed", "define-record-type* & delayed & default", "define-record-type* & delayed & inherited"): New tests. Ludovic Courtès
2015-01-19make-syntactic-constructor kwarg defaultLudovic Courtès
2015-01-19records: Factorize value wrapping in the record constructor.•••* guix/records.scm (make-syntactic-constructor)[wrap-field-value]: New procedure. [field-bindings, field-value]: Use it. Ludovic Courtès
2015-01-19records: Move 'make-syntactic-constructor' to the top level.•••* guix/records.scm (make-syntactic-constructor): New procedure, formerly nested in 'define-record-type*'. Ludovic Courtès
2015-01-19records: Use keyword parameters for 'make-syntactic-constructor'.•••* guix/records.scm (define-record-type*)[make-syntactic-constructor]: Turn THUNKED and DEFAULTS into keyword arguments. Adjust caller accordingly. Declare 'thunked' and 'defaults' local variables. Ludovic Courtès
2015-01-19gnu: Make libgnomeprint{,ui} as deprecated.•••* gnu/packages/gnome.scm (libgnomeprint): Add comment and update 'description' to mark it as deprecated. (libgnomeprintui): Ditto. Ludovic Courtès
2015-01-19gnu: Remove unneeded #:select.•••* gnu/packages/fonts.scm: Remove #:select to work around <http://bugs.gnu.org/15540>. Ludovic Courtès
2015-01-19gnu: Move guile-charting to (gnu packages plotutils).•••This removes the dependency from (gnu packages guile) to (gnu packages gtk), which potentially reduces the memory/IO/CPU footprint given that 'guile' is used during bootstrap. * gnu/packages/guile.scm (guile-charting): Move to... * gnu/packages/plotutils.scm (guile-charting): ... here. Ludovic Courtès
2015-01-19gnu: Add json-glib.•••* gnu/packages/gnome.scm (json-glib): New variable. Andreas Enge
2015-01-19gnu: tiled: Update to 0.11.0.•••* gnu/packages/game-development.scm (tiled): Update. David Thompson
2015-01-19gnu: tiled: Move to game-development module.•••* gnu/packages/games.scm (tiled): Move from here... * gnu/packages/game-development (tiled): ...to here. David Thompson
2015-01-19gnu: emms: Let the build system install emms-print-metadata.1.•••Reported by effa`` on #guix. * gnu/packages/emacs.scm (emms)[arguments] <pre-install>: Remove 'copy-file' invocation. Ludovic Courtès
2015-01-19tests: Adjust syscall tests for 2.6ish Linux.•••* tests/syscalls.scm ("set-network-interface-flags", "set-network-interface-address"): Accept EACCES as a valid result. Ludovic Courtès
2015-01-19gnu: Add CUPS.•••* gnu/packages/cups.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Ricardo Wurmus
2015-01-19gnu: Add IJS•••* gnu/packages/ghostscript.scm (ijs): New variable. Ricardo Wurmus