- May 24, 2013
-
-
Ludovic Courtès authored
* gnu/packages/cross-base.scm (cross-gcc): Override `search-paths' and `native-search-paths'.
-
Ludovic Courtès authored
* gnu/packages/patches/gcc-cross-environment-variables.patch: Add two hunks, most notably one that changes GCC to honor LIBRARY_PATH_ENV when cross-compiling.
-
Ludovic Courtès authored
* guix/packages.scm (expand-input): New procedure, moved out of... (package-derivation): ... here. Adjust accordingly. (package-cross-derivation): Add `cross-system' and `system' parameters.
-
- May 23, 2013
-
-
Ludovic Courtès authored
* po/eo.po, po/LINGUAS: New files.
-
Ludovic Courtès authored
* gnu/packages/unrtf.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 22, 2013
-
-
Ludovic Courtès authored
* gnu/packages/bdw-gc.scm (libgc-7.2): New variable.
-
- May 21, 2013
-
-
Ludovic Courtès authored
* gnu/packages/plotutils.scm: New file. * Makefile.am (MODULES): Add it.
-
- May 20, 2013
-
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* gnu/packages/version-control.scm (cvs): New variable.
-
Ludovic Courtès authored
* guix/scripts/build.scm (%default-options): Add default `max-silent-time' value. (show-help, %options): Add `--max-silent-time'. (guix-build): Pass `max-silent-time' to `set-build-options'. * guix/scripts/package.scm (%default-options): Add default `max-silent-time' value. (show-help, %options): Add `--max-silent-time'. (guix-package): Pass `max-silent-time' to `set-build-options'. * guix/ui.scm (string->number*): New procedure. * tests/derivations.scm ("build-expression->derivation and max-silent-time"): New test. * doc/guix.texi (Invoking guix package, Invoking guix build): Document `--max-silent-time'.
-
- May 18, 2013
-
-
Ludovic Courtès authored
* gnu/packages/linux.scm (strace): New variable.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (util-linux, procps, e2fsprogs): Clarify and shrink synopses.
-
Ludovic Courtès authored
* configure.ac: Bump to 0.3. Use the full URL.
-
- May 17, 2013
-
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* gnu/packages/autotools.scm (autoconf-wrapper): Wrap `configure' files regardless of the exit code of `autoconf'. Triggered by Automake's `t/am-prog-cc-stdc.sh'. (automake): Update to 1.13.2.
-
- May 16, 2013
-
-
Ludovic Courtès authored
* guix/scripts/package.scm (guix-package)[ensure-default-profile]: Check the owner of %PROFILE-DIRECTORY. Report an error when the owner is not the current user. Add `rtfm' procedure. * doc/guix.texi (Invoking guix package): Mention the ownership test.
-
- May 15, 2013
-
-
Ludovic Courtès authored
This fixes a bug whereby `read-response' would read more than just the response, with the extra data going into the port's buffer; the "bzip2 -dc" process spawned by `filtered-port' would not see the those buffered data, which are definitely lost, and would bail out with "bzip2: (stdin) is not a bzip2 file." * guix/utils.scm (filtered-port): Document that INPUT must be unbuffered. * guix/web.scm (http-fetch): Add `buffered?' parameter. Call `open-socket-for-uri' explicitly, and call `setvbuf' when BUFFERED? is false. Pass the port to `http-get'. Close it upon 301/302. * guix/scripts/substitute-binary.scm (fetch): Add `buffered?' parameter. Pass it to `http-fetch'; honor it for `file' URIs. (guix-substitute-binary): Call `fetch' with #:buffered? #f for port RAW. * tests/utils.scm ("filtered-port, file"): Open FILE as unbuffered.
-
- May 14, 2013
-
-
Ludovic Courtès authored
* gnu/packages/texinfo.scm (texinfo): Don't propagate Perl.
-
Ludovic Courtès authored
* guix/scripts/substitute-binary.scm (%regexp-exec-mutex): New variable. (string->uri): New procedure. (fields->alist): Wrap `regexp-exec' call in `with-mutex'.
-
Ludovic Courtès authored
* guix/scripts/package.scm (call-with-sigint-handler): Wrap THUNK in `dynamic-wind' so that the SIGINT handler is always cleared.
-
Ludovic Courtès authored
* guix/ftp-client.scm (ftp-open): Let exceptions through. * guix/scripts/package.scm (waiting): Wrap EXP in a `dynamic-wind', so the line is always cleared.
-
Ludovic Courtès authored
* guix/ui.scm (show-guix-help): Sort commands.
-
Ludovic Courtès authored
Reported at <http://linuxfr.org/news/sortie-de-gnu-guix-0-2>. * guix/ui.scm (command-files): Filter the result of `scandir' to make sure only `.scm' files are present.
-
- May 12, 2013
-
-
Ludovic Courtès authored
* configure.ac: Use separate AC_CONFIG_FILES invocations for files that need to be made executable. * config-daemon.ac: Likewise.
-
Ludovic Courtès authored
* build-aux/gitlog-to-changelog: New file, from Gnulib.
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* Makefile.am (assert-no-store-file-names): New target. (dist-hook): Depend on it.
-
Ludovic Courtès authored
* Makefile.am (sync-synopses): New rule, formerly `dist-hook. (gen-ChangeLog): New rule. (dist-hook): Depend on these two targets.
-
Ludovic Courtès authored
* guix/utils.scm (define-record-type*): Move to... * guix/records.scm: ... here. New file. * guix/build-system.scm, guix/packages.scm: Use it. * guix/gnu-maintenance.scm: Likewise. (official-gnu-packages)[alist->record]: Remove. * guix/scripts/substitute-binary.scm: Likewise. (alist->record, object->fields): Remove. * tests/utils.scm ("define-record-type*", "define-record-type* with letrec* behavior", "define-record-type* & inherit", "define-record-type* & inherit & letrec* behavior", "define-record-type* & thunked", "define-record-type* & thunked & default", "define-record-type* & thunked & inherited"): Move to... * tests/records.scm: ... here. New file.
-
Ludovic Courtès authored
* release.nix: Revert to commit 4050e5d6.
-
Ludovic Courtès authored
* gnu/packages/guile.scm (guile-reader): Add `arguments' field.
-
- May 11, 2013
-
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* gnu/packages/bazaar.scm: Rename to... * gnu/packages/version-control.scm: ... this. (rcs): New variable. * Makefile.am (MODULES): Adjust accordingly.
-
Ludovic Courtès authored
* Makefile.am (CLEANFILES): Really catch .log files from SRFI-64.
-
Ludovic Courtès authored
* Makefile.am (tests/guix-gc.log): New target. This should fix failures that occurred with "make check -j" the first time.
-
Ludovic Courtès authored
* gnu/packages/scheme.scm (scheme48): New variable. * gnu/packages/patches/scheme48-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.20.
-
Ludovic Courtès authored
* gnu/packages/scheme.scm (chicken): Remove unneeded part of the description.
-
Ludovic Courtès authored
* doc/guix.texi (Defining Packages): Linke to "Invoking guix download". (Utilities): Add an overview paragraph. (Invoking guix download): New node.
-
Ludovic Courtès authored
* gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb. * gnu/packages/gv.scm (gv): Likewise.
-