Skip to content
Snippets Groups Projects
  1. Jun 13, 2014
    • Eric Bavier's avatar
      gnu: Add pingus. · a83c6a64
      Eric Bavier authored
      * gnu/packages/games.scm (pingus): New variable.
      * gnu/packages/patches/pingus-sdl-libs-config.patch: New patch.
      * gnu-system.am (dist_patch_DATA): Add it.
      a83c6a64
    • John Darrington's avatar
      gnu: Add busybox. · 95faa107
      John Darrington authored
      * gnu/packages/busybox.scm: New file.
      * gnu-system.am: Add gnu/packages/busybox.scm.
      95faa107
    • Ludovic Courtès's avatar
      Separate package description translations from string translations. · ee764179
      Ludovic Courtès authored
      * po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in:
        New files.
      * po/guix/Makevars (DOMAIN): Change to "guix".
        (XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description".
      * po/guix/POTFILES.in: Remove gnu/packages/*.scm.
      * configure.ac: Change to gettext 0.18.3.  Produce
        po/packages/Makefile.in.
      * Makefile.am (SUBDIRS): Add po/packages.
      * guix/ui.scm (%package-text-domain): New variable.
        (P_): New procedure.
        (package->recutils): Use 'P_' instead of '_'.
      * guix/scripts/package.scm (find-packages-by-description): Use 'P_'
        instead of 'gettext'.
      ee764179
    • Ludovic Courtès's avatar
      Move gettext files to 'po/guix'. · ef1a9bb7
      Ludovic Courtès authored
      * po: Rename to...
      * po/guix: ... this.
      * po/guix/Makevars (subdir, top_builddir): Adjust accordingly.
      * configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'.
      * Makefile.am (SUBDIRS): Change 'po' to 'po/guix'.
      ef1a9bb7
    • Ludovic Courtès's avatar
      pull: Copy and compile gnu.scm. · 9d0b8fbd
      Ludovic Courtès authored
      * guix/build/pull.scm (build-guix): Copy gnu.scm to OUT.
      9d0b8fbd
  2. Jun 12, 2014
  3. Jun 09, 2014
  4. Jun 08, 2014
    • Eric Bavier's avatar
      gnu: rdup: Fix tests. · e531172d
      Eric Bavier authored
      * gnu/packages/backup.scm (rdup) [arguments]: Add pre-check phase.
        [origin]: Add snippet.
      e531172d
  5. Jun 06, 2014
  6. Jun 05, 2014
    • Ludovic Courtès's avatar
      services: Use a fixed GID for the build group and use that for the store. · e97c5be9
      Ludovic Courtès authored
      This partly reverts commit 185f6691 ("services: Make sure the store's
      group is the build group.")
      
      * gnu/services/base.scm (guix-service)[activate]: Remove 'chown' call.
        Add 'id' field to 'user-group' form.
      * guix/build/install.scm (directives): Set the store's GID to 30000.
      e97c5be9
    • Ludovic Courtès's avatar
      gnu: Add WakeLan. · c6b76405
      Ludovic Courtès authored
      * gnu/packages/admin.scm (wakelan): New variable.
      c6b76405
    • Mark H Weaver's avatar
      gnu: openssl: Upgrade to 1.0.1h. · 017f7415
      Mark H Weaver authored
      * gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1h.  Remove
        patches, which are now upstream.
      * gnu/packages/patches/openssl-extension-checking-fixes.patch: Remove.
      * gnu/packages/patches/openssl-CVE-2010-5298.patch: Remove.
      * gnu-system.am (dist_patch_DATA): Remove them.
      017f7415
  7. Jun 04, 2014
  8. Jun 03, 2014
  9. Jun 02, 2014
    • Ludovic Courtès's avatar
      list-packages: Add links to Hydra for mips64el-linux. · 57c09929
      Ludovic Courtès authored
      * build-aux/list-packages.scm (package->sxml): Add 'url' call for
        mips64el-linux.
      57c09929
    • Ludovic Courtès's avatar
      system: File system sources can be marked as labels or devices. · d4c87617
      Ludovic Courtès authored
      * gnu/system/file-systems.scm (<file-system>)[title]: New field.
      * gnu/services/base.scm (file-system-service): Add #:title parameter.
        In 'start' gexp, use 'canonicalize-device-spec' and honor TITLE.
      * gnu/system.scm (other-file-system-services,
        operating-system-root-file-system, operating-system-initrd-file):
        Adjust accordingly.
      * gnu/system/linux-initrd.scm (file-system->spec): Likewise.
      * gnu/system/vm.scm (system-disk-image): Add 'title' field for the root
        file system.
      * guix/build/linux-initrd.scm (mount-file-system): Expect the second
        element of SPEC to be the title.
        (boot-system)[root-mount-point?, root-fs-type]: Likewise.
      * gnu/services/dmd.scm (dmd-configuration-file): Select
        'canonicalize-device-spec'.
      d4c87617
Loading