Skip to content
Snippets Groups Projects
  1. Jan 26, 2013
  2. Jan 25, 2013
  3. Jan 24, 2013
    • Andreas Enge's avatar
      gnu: Add poppler. · 135eb524
      Andreas Enge authored
      * gnu/packages/pdf.scm: New file.
      * Makefile.am (MODULES): Add it.
      135eb524
    • Ludovic Courtès's avatar
      packages: Mark the `inputs' field of <package> as thunked. · dd6b9a37
      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.
      dd6b9a37
    • Ludovic Courtès's avatar
      guix-package: Error out when passed a non-option argument. · 3b9c0020
      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.
      3b9c0020
  4. Jan 23, 2013
    • Andreas Enge's avatar
      gnu: Add t1lib. · 313b9012
      Andreas Enge authored
      * gnu/packages/freetype.scm (t1lib): New variable.
      313b9012
    • Cyril Roelandt's avatar
      gnu: Add OCaml. licenses: Add QPL. · d192efae
      Cyril Roelandt authored
      * gnu/packages/ocaml.scm: New file.
      * Makefile.am (MODULES): Add it.
      * guix/licenses.scm: New variable.
      d192efae
    • Ludovic Courtès's avatar
      packages: Mark the `arguments' field of <package> as thunked. · 21c203a5
      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.
      21c203a5
    • Ludovic Courtès's avatar
      guix-build: Fix typo. · 9c9da07f
      Ludovic Courtès authored
      * guix-build.in (guix-build)[find-package]: Use `x', not `_', to avoid
        confusion with `gettext'.
      9c9da07f
    • Ludovic Courtès's avatar
      gnu: Remove unnecessary closures around `arguments' value. · 12abb19d
      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.
      12abb19d
    • Ludovic Courtès's avatar
      define-record-type*: Add the `thunked' field definition keyword. · bbb7a00e
      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.
      bbb7a00e
    • Ludovic Courtès's avatar
      doc: Clarify that `guix-build' really is for developers. · 6798a8e4
      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>.
      6798a8e4
    • Andreas Enge's avatar
      gnu: Add fontconfig. · 6e4da6ea
      Andreas Enge authored
      * gnu/packages/freetype.scm (fontconfig): New variable.
      6e4da6ea
    • Andreas Enge's avatar
      gnu: libjpeg: Correct name of libjpeg-8 package to allow installation. · 8dc8bf02
      Andreas Enge authored
      * gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
      8dc8bf02
    • Ludovic Courtès's avatar
      Update `THANKS'. · 4f1ee0c9
      Ludovic Courtès authored
      4f1ee0c9
    • Ludovic Courtès's avatar
      doc: Improve wording and fix typos in "Features". · 821b0015
      Ludovic Courtès authored
      * doc/guix.texi (Features): Fix typos, and rephrase according to the
        suggestions of Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.
      821b0015
  5. Jan 22, 2013
  6. Jan 21, 2013
Loading