Skip to content
Snippets Groups Projects
  1. Aug 27, 2013
  2. Aug 26, 2013
  3. Aug 25, 2013
  4. Aug 24, 2013
  5. Aug 23, 2013
  6. Aug 22, 2013
    • Ludovic Courtès's avatar
      substitute-binary: Try hard to avoid port buffering. · b6952cad
      Ludovic Courtès authored
      * guix/scripts/substitute-binary.scm (fetch): In the `file' case, open
        with the `b' flag, so that the coding cookie reading thing doesn't
        lead to buffering some of the data (on 2.0.5).
      * tests/utils.scm ("filtered-port, file"): Open with `r0b'.  Fixes a
        test failure with Guile 2.0.5 whereby the first byte of FILE would be
        missing from DECOMPRESSED.
      b6952cad
  7. Aug 21, 2013
  8. Aug 20, 2013
    • Andreas Enge's avatar
      gnu: Move non-X11 fonts from module xorg to fonts. · 86f1537d
      Andreas Enge authored
      * gnu/packages/fonts.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add module fonts.
      * gnu/packages/xorg.scm (font-bitstream-vera-ttf): Move this...
      * gnu/packages/fonts.scm (ttf-bitstream-vera): ...to this.
      * gnu/packages/xorg.scm (freefont-ttf): Move this...
      * gnu/packages/fonts.scm (freefont-ttf): ...to this.
      86f1537d
    • Andreas Enge's avatar
      gnu: xorg: Shorten commented out packages. · 124b7f1e
      Andreas Enge authored
      * gnu/packages/xorg.scm: Shorten package definitions that are already
          commented out, keeping only the reason for not including them.
      124b7f1e
Loading