- Jan 26, 2013
-
-
Ludovic Courtès authored
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* gnu/packages/python.scm: Remove use of (gnu packages base).
-
Cyril Roelandt authored
* gnu/packages/irssi.scm: New file. * Makefile.am (MODULES): Add it.
-
Andreas Enge authored
* gnu/packages/zip.scm: New file. * Makefile.am (MODULES): Add it.
-
- Jan 25, 2013
-
-
Andreas Enge authored
* gnu/packages/freetype.scm (teckit): New variable. * gnu/packages/patches/teckit-cstdio.patch: New file. * Makefile.am (dist_patch_DATA): Add patch.
-
mirror://apacheLudovic Courtès authored
* gnu/packages/libapr.scm (libapr, libaprutil): Use `mirror://apache'. * gnu/packages/subversion.scm (subversion): Likewise.
-
Ludovic Courtès authored
* guix/download.scm (%mirrors): Add `apache'.
-
Cyril Roelandt authored
* gnu/packages/subversion.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* gnu/packages/sqlite.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* guix/build/download.scm (http-fetch): Follow redirections upon 301. This is what `downloads.sourceforge.net' returns, for instance.
-
Cyril Roelandt authored
* gnu/packages/libapr: new variable.
-
Cyril Roelandt authored
* gnu/packages/libapr.scm: New file. * gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file * Makefile.am: Add them
-
Andreas Enge authored
* gnu/packages/algebra.scm (fplll): Update to version 4.0.2.
-
- Jan 24, 2013
-
-
Andreas Enge authored
* gnu/packages/pdf.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* guix/packages.scm (<package>)[inputs]: Mark as thunked. (package-derivation)[expand-input]: Remove case where the input is a procedure. * tests/packages.scm ("trivial with system-dependent input"): Remove `lambda', and use (%current-system). * gnu/packages/bootstrap.scm (package-from-tarball): Likewise for `inputs'. (%bootstrap-glibc, %bootstrap-gcc): Likewise. * gnu/packages/scheme.scm (mit-scheme): Likewise.
-
Ludovic Courtès authored
* guix-package.in (guix-package)[parse-options]: Call `leave' when passed a non-option argument. Reported by Andreas Enge <andreas@enge.fr>. * tests/guix-package.sh: Add test.
-
- Jan 23, 2013
-
-
Andreas Enge authored
* gnu/packages/freetype.scm (t1lib): New variable.
-
Cyril Roelandt authored
* gnu/packages/ocaml.scm: New file. * Makefile.am (MODULES): Add it. * guix/licenses.scm: New variable.
-
Ludovic Courtès authored
* guix/packages.scm (<package>): Mark `arguments' as thunked. (package-derivation): Adjust accordingly. Parameterize %CURRENT-SYSTEM to SYSTEM, so that arguments can refer to it. * guix/build-system/gnu.scm (package-with-explicit-inputs): Expect `package-arguments' to always return a list, and return a list. (package-with-extra-configure-variable): Likewise. (static-package): Likewise. * gnu/packages/base.scm (patch, findutils, gcc-4.7, binutils-boot0, gcc-boot0, glibc-final-with-bootstrap-bash, cross-gcc-wrapper, static-bash-for-glibc, binutils-final, gcc-final): Change `arguments' from a lambda to a list, and use (%current-system) as needed. (nix-system->gnu-triplet, boot-triplet): Have the first argument default to (%current-system). * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Have `system' default to (%current-system). (%bootstrap-gcc): Change `arguments' to a list. * gnu/packages/gawk.scm (gawk): Likewise. * gnu/packages/m4.scm (m4): Likewise. * gnu/packages/make-bootstrap.scm (%glibc-for-bootstrap): Likewise, and expect `package-arguments' to return a list. (%static-inputs, %gcc-static, tarball-package): Likewise. * gnu/packages/ncurses.scm (ncurses): Likewise.
-
Ludovic Courtès authored
* guix-build.in (guix-build)[find-package]: Use `x', not `_', to avoid confusion with `gettext'.
-
Ludovic Courtès authored
* gnu/packages/algebra.scm (pari-gp): Remove closure around the value of `arguments'. * gnu/packages/bdb.scm (bdb): Likewise. * gnu/packages/mit-krb5.scm (mit-krb5): Likewise. * gnu/packages/openssl.scm (openssl): Likewise. * gnu/packages/perl.scm (perl): Likewise.
-
Ludovic Courtès authored
* guix/utils.scm (define-record-type*)[make-syntactic-constructor]: Add a `thunked' parameter. (thunked-field?, field-bindings): New procedures. Use the latter when generating `letrec*' bindings. [thunked-field?, thunked-field-accessor-name, field-spec->srfi-9, thunked-field-accessor-name]: New procedures. Use them when generating the `define-record-type' form, and to generated thunk field accessors, along call to `make-syntactic-constructor' with the new argument. * tests/utils.scm ("define-record-type* & thunked", "define-record-type* & thunked & default", "define-record-type* & thunked & inherited"): New tests.
-
Ludovic Courtès authored
* doc/guix.texi (Invoking guix-build): Make it clear that `guix-build' doesn't access the user's profile, and add cross-ref to `guix-package'. Suggested by Nikita Karetnikov <nikita@karetnikov.org>.
-
Andreas Enge authored
* gnu/packages/freetype.scm (fontconfig): New variable.
-
Andreas Enge authored
* gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* doc/guix.texi (Features): Fix typos, and rephrase according to the suggestions of Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.
-
- Jan 22, 2013
-
-
Andreas Enge authored
* gnu/packages/ghostscript (ghostscript): Extend build and install phases.
-
Ludovic Courtès authored
* guix-package.in (roll-back): Fix file name of PREVIOUS-PROFILE, which could end up containing the dirname twice. Reported by Nikita and Andreas. * tests/guix-package.sh: Add test.
-
Ludovic Courtès authored
* guix-build.in (guix-build)[find-package]: New procedure. Use it instead of using `find-packages-by-name' directly. Suggested by Andreas Enge <andreas@enge.fr>. * tests/guix-build.sh: Add tests. * doc/guix.texi (Invoking guix-build): Add `coreutils-8.20' as an example. Fix guile-1.8 example.
-
- Jan 21, 2013
-
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* gnu/packages/autotools.scm (autoconf-wrapper): New variable. (automake): Use AUTOCONF-WRAPPER instead of AUTOCONF. Add `automake-skip-amhello-tests.patch' as an input. Add #:patches and #:phases arguments. * gnu/packages/patches/automake-skip-amhello-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
-
Ludovic Courtès authored
* guix/packages.scm (package-derivation)[expand-input]: Remove redundant test when the input is a procedure.
-
Ludovic Courtès authored
* HACKING (The Perfect Setup): New section.
-
Ludovic Courtès authored
* gnu/packages/emacs.scm (geiser): New variable.
-
Ludovic Courtès authored
* gnu/packages/gnutls.scm: Remove import of (gnu packages base).
-
Andreas Enge authored
* gnu/packages/groff.scm: New file. * Makefile.am (MODULES): Add it.
-
Andreas Enge authored
* gnu/packages/ghostscript.scm (psutils): New variable.
-
Andreas Enge authored
* gnu/packages/netpbm.scm: New file. * Makefile.am (MODULES): Add it.
-