Skip to content
Snippets Groups Projects
  1. Aug 20, 2015
    • David Thompson's avatar
      scripts: package: Add --install-from-file option. · 0d279400
      David Thompson authored
      * guix/scripts/package.scm (show-help): Add help text for --install-from-file
        option.
        (%options): Add --install-from-file option.
      * tests/guix-package.sh: Test it.
      * doc/guix.texi ("invoking guix package"): Document it.
      * doc/package-hello.scm: New file.
      * doc.am (EXTRA_DIST): Add it.
      0d279400
  2. Aug 19, 2015
  3. Aug 18, 2015
    • Daniel Pimentel's avatar
      gnu: Add Rage player. · 9523f637
      Daniel Pimentel authored
      
      * gnu/packages/enlightenment.scm: Add Rage.
      
      Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
      9523f637
    • David Thompson's avatar
      build: ruby: Rewrite build system to use gem archives. · e83c6d00
      David Thompson authored
      
      Co-Authored-By: default avatarPjotr Prins <pjotr.public01@thebird.nl>
      
      * guix/build-system/ruby.scm (lower): Remove git dependency.
        (rubygems-uri): New procedure.
      * guix/build/ruby-build-system (gitify): Delete.
        (unpack): Use 'gem unpack' utility.
        (check): Add docstring.
        (build): Repack modified gem.
        (install): Rebuild unpacked gem and install it.
        (%standard-phases): Remove gitify and build phases.
      * gnu/packages/ruby.scm (ruby-hoe, ruby-rake-compiler, ruby-i18n,
        ruby-rspec-support, ruby-rspec-core, ruby-diff-lcs-for-rspec,
        ruby-rspec-expectations, ruby-rspec-mocks, ruby-rspec, bundler,
        ruby-useragent, ruby-bacon, ruby-arel, ruby-connection-pool,
        ruby-net-http-persistent, ruby-minitest, ruby-minitest-sprint,
        ruby-minitest-bacon, ruby-daemons, ruby-git, ruby-slop,
        ruby-multipart-post): Convert to new build system.
      * doc/guix.texi (ruby-build-system): Document the gem archive requirement.
      e83c6d00
  4. Aug 17, 2015
  5. Aug 16, 2015
  6. Aug 15, 2015
  7. Aug 14, 2015
    • Eric Bavier's avatar
      gnu: Add Gamine. · c449a076
      Eric Bavier authored
      * gnu/packages/games.scm (gamine): New variable.
      c449a076
    • Sou Bunnbu (宋文武)'s avatar
      gnu: glib-networking: Prefer 'SSL_CERT_FILE' as TLS CA file. · 907f939b
      Sou Bunnbu (宋文武) authored
      This is an improvement over commit af6100f5.
      
      * gnu/packages/gnome.scm (glib-networking)[source](patches): New field.
        [arguments]: Pass '/etc/ssl/certs/ca-certificates.crt' to configure.
        Set 'SSL_CERT_FILE' to '/dev/null' in 'use-empty-ssl-cert-file' phase.
        (libsoup)[arguments]: Set 'SSL_CERT_FILE' to '/dev/null' in
        'pre-check' phase.
      * gnu/packages/patches/glib-networking-ssl-cert-file.patch: New patch.
      * gnu-system.am (dist_patch_DATA): Add it.
      907f939b
Loading