Skip to content
Snippets Groups Projects
  1. Mar 06, 2014
    • Mark H Weaver's avatar
      gnu: Add bitlbee. · 8b3099cf
      Mark H Weaver authored
      * gnu/packages/messaging.scm (bitlbee): New variable.
      * gnu/packages/patches/bitlbee-fix-tests.patch: New file.
      * gnu/packages/patches/bitlbee-memset-fix.patch: New file.
      * gnu-system.am (dist_patch_DATA): Add patches.
      8b3099cf
    • Mark H Weaver's avatar
      gnu: Add libotr. · 7c706558
      Mark H Weaver authored
      * gnu/packages/messaging.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      7c706558
    • Mark H Weaver's avatar
      gnu: gnupg: Add support for version 1.4.16. · 5249045c
      Mark H Weaver authored
      * gnu/packages/gnupg.scm (gnupg-1): New variable.
      5249045c
  2. Mar 05, 2014
    • Mark H Weaver's avatar
      gnu: Add lynx. · ece26246
      Mark H Weaver authored
      * gnu/packages/lynx.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      ece26246
  3. Mar 04, 2014
  4. Mar 02, 2014
  5. Mar 01, 2014
  6. Feb 28, 2014
  7. Feb 27, 2014
  8. Feb 25, 2014
  9. Feb 24, 2014
  10. Feb 21, 2014
    • Ludovic Courtès's avatar
      derivations: Remove unused 'derivation' parameter. · 2096ef47
      Ludovic Courtès authored
      * guix/derivations.scm (derivation): Remove unused #:hash-mode parameter.
      * doc/guix.texi (Derivations): Adjust accordingly.
      2096ef47
    • Ludovic Courtès's avatar
      gnu: Add libwebsockets. · 93cc13aa
      Ludovic Courtès authored
      * gnu/packages/libwebsockets.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      93cc13aa
    • Ludovic Courtès's avatar
      Add (guix git-download). · 9b5b5c17
      Ludovic Courtès authored
      * guix/git-download.scm, guix/build/git.scm: New files.
      * Makefile.am (MODULES): Add them.
      * guix/packages.scm (<origin>): Fix comment for 'method' field.
      9b5b5c17
    • Ludovic Courtès's avatar
      doc: More on what's special about the archive format. · 0dbd88db
      Ludovic Courtès authored
      * doc/guix.texi (Invoking guix archive): Expound on what sets the Nar
        format apart.
      0dbd88db
    • Ludovic Courtès's avatar
      nar: Produce archives with files sorted in C collation order. · 96c7448f
      Ludovic Courtès authored
      * guix/nar.scm (write-file) <directory>: Pass 'string<?' as the second
        argument to 'scandir'.
      * tests/nar.scm ("write-file puts file in C locale collation order"):
        New test.
      96c7448f
    • Ludovic Courtès's avatar
      derivations: Add support for recursive fixed-output derivations. · 36bbbbd1
      Ludovic Courtès authored
      * guix/derivations.scm (<derivation-output>): Add 'recursive?' field.
        Adjust 'make-derivation-output' callers.
        (%read-derivation) <fixed-output>: When HASH-ALGO starts with 'r:',
        set the 'recursive?' field and drop 'r:' from the hash algo name.
        (write-derivation)[write-output]: Write the algo as 'r:HASH-ALGO' when
        the RECURSIVE? field is set.
        (derivation-hash) <fixed-output>: Prepend "r:" when RECURSIVE? is set.
        (fixed-output-path): New procedure.
        (derivation): Add #:recursive? parameter.  Use 'fixed-output-path' to
        compute the output file name of a fixed output derivation.
        (build-expression->derivation): Add #:recursive? parameter.  Pass it
        to 'derivation'.
      * tests/derivations.scm ("fixed-output derivation, recursive",
        "build-expression->derivation produces recursive fixed-output",
        "build-expression->derivation uses recursive fixed-output"): New
        tests.
      * doc/guix.texi (Derivations): Document #:recursive? for 'derivation'.
        Add #:recursive? for 'build-expression->derivation'.
      36bbbbd1
    • Ludovic Courtès's avatar
      guix hash: Add '--recursive'. · 3140f2df
      Ludovic Courtès authored
      * guix/scripts/hash.scm (show-help): Add --recursive.
        (%options): Likewise.
        (guix-hash)[file-hash]: New procedure.  Honor --recursive.
        Use it.
      * guix/nar.scm (write-file): Add missing field to the &nar-error
        condition raised upon unsupported file type; change its message to be
        more descriptive.
      * tests/guix-hash.sh: Add tests with -r.
      * doc/guix.texi (Invoking guix hash): Document --recursive.
      3140f2df
    • Ludovic Courtès's avatar
      ui: Handle SRFI-35 '&message' conditions. · c1d52c71
      Ludovic Courtès authored
      * guix/ui.scm (call-with-error-handling): Add case for
        'message-condition?'.
      * po/Makevars: Fix typo in comment.
      c1d52c71
Loading