aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add ruby-tilt.wip-rails-gemset2Ben Woodcroft2018-07-16
|
* gnu: Add ruby-childprocess.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-event-bus.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-contracts.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-fuubar.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-ruby-progressbar.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-addressable.Ben Woodcroft2018-07-16
| | | | * gnu/packages/ruby.scm (ruby-addressable): New variable.
* gnu: Add ruby-rspec-its.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-cucumber and ruby-aruba.Ben Woodcroft2018-07-16
| | | | These packages are mutually dependant.
* gnu: Add ruby-cucumber-core-1.Christopher Baines2018-07-16
|
* gnu: Add ruby-cucumber-wire.Ben Woodcroft2018-07-16
| | | | * gnu/packages/ruby.scm (ruby-cucumber-wire): New variable.
* gnu: Add ruby-multi-json.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-oj.Ben Woodcroft2018-07-16
|
* gnu: Add ruby-yajl-ruby.Ben Woodcroft2018-07-16
| | | | * gnu/packages/ruby.scm (ruby-yajl-ruby): New variable.
* gnu: Add ruby-multi-test.Ben Woodcroft2018-07-16
| | | | * gnu/packages/check.scm (ruby-multi-test): New variable.
* gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].Leo Famulari2018-07-16
| | | | * gnu/packages/crypto.scm (botan): Update to 2.7.0.
* gnu: ruby-options: Return #t from set-LIB phase.ruby-build-system-error-or-return-trueChristopher Baines2018-07-15
| | | | | * gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB phase.
* ruby-build-system: Error or return #t from all phases.Christopher Baines2018-07-15
| | | | | | | | | | | | | | | | | Previously, if the tests didn't pass, the check phase would evaluate to #f, but the package would be built sucessfully. This changes all the phases to raise exceptions if errors are encountered, and return #t otherwise. This involves using invoke rather than system*, so that exceptions are raised if the program exits with a status other than 0, and also returning #t at the end of functions. * gnu/build/ruby-build-system.scm (unpack): Use invoke rather than system*, and return #t at the end. (build, check): Use invoke rather than system*. (install): Remove the use of "and", and rewrite the error handling to raise an exception. (wrap): Return #t.
* gnu: tor.scm: Fix copyright line.Efraim Flashner2018-07-15
| | | | This is a follow-up to 2c6f0438d8c967dcfc0a2ccaa1a6a3ea1e1bcc00.
* gnu: libraw: Use libjpeg@9.Efraim Flashner2018-07-15
| | | | | * gnu/packages/photo.scm (libraw)[inputs]: Replace libjpeg@8 with libjpeg.
* gnu: openimageio: Use libjpeg@9.Efraim Flashner2018-07-15
| | | | | * gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8 with libjpeg.
* gnu: openimageio: Don't use unstable tarball.Efraim Flashner2018-07-15
| | | | | * gnu/packages/graphics.scm (openimageio)[source]: Download the source from a git repository.
* gnu: podofo: Update to 0.9.6.Efraim Flashner2018-07-15
| | | | | | * gnu/packages/pdf.scm (podofo): Update to 0.9.6. [native-inputs]: Add cppunit, pkg-config. [inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.
* gnu: gimp: Use libjpeg@9.Efraim Flashner2018-07-15
| | | | * gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg.
* gnu: gegl: Use libjpeg@9.Efraim Flashner2018-07-15
| | | | * gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.
* gnu: rust@1.25: Fix build on aarch64-linux.Efraim Flashner2018-07-15
| | | | | * gnu/packages/rust.scm (rust@1.25)[arguments]: Replace inherited custom 'patch-aarch64-test phase. Make sure all phases return #t.
* gnu: rust@1.19: Don't make public.Efraim Flashner2018-07-15
| | | | * gnu/packages/rust.scm (rust@1.19): Don't make it a public variable.
* gnu: postgresql@9.6: Update to 9.6.9.Efraim Flashner2018-07-15
| | | | * gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.
* gnu: emacs: Build with libjpeg@9.Efraim Flashner2018-07-15
| | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with libjpeg.
* gnu: tor: Update to 0.3.3.9.Efraim Flashner2018-07-15
| | | | * gnu/packages/tor.scm (tor): Update to 0.3.3.9.
* gnu: python-xenon: Update to 0.5.4.Efraim Flashner2018-07-14
| | | | | * gnu/packages/python.scm (python-xenon): Update to 0.5.4. [arguments]: Remove part of custom 'patch-test-requirements phase.
* gnu: debootstrap: Update to 1.0.106.Efraim Flashner2018-07-14
| | | | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.106. [source]: Download from git repository. [home-page]: Update to new home-page.
* gnu: gnu-pw-mgr: Update to 2.3.3.Efraim Flashner2018-07-14
| | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3.
* gnu: python-h5py: Update to 2.8.0.Ben Woodcroft2018-07-15
| | | | * gnu/packages/python.scm (python-h5py): Update to 2.8.0.
* gnu: services: Export virtlog-configuration.Julien Lepiller2018-07-14
| | | | * gnu/services/virtualization.scm (virtlog-configuration): Export.
* gnu: linux-libre: Update to 4.17.6.Mark H Weaver2018-07-14
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.55.Mark H Weaver2018-07-14
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.55. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.112.Mark H Weaver2018-07-14
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.112.
* gnu: linux-libre@4.4: Update to 4.4.140.Mark H Weaver2018-07-14
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140.
* gnu: Add inchi.Kei Kebreau2018-07-13
| | | | * gnu/packages/chemistry.scm (inchi): New variable.
* utils: Really clean up temporary directories.Leo Famulari2018-07-13
| | | | | | | Fixes <https://bugs.gnu.org/32126>. * guix/utils.scm (call-with-temporary-directory): Use DELETE-FILE-RECURSIVELY instead of RMDIR.
* tests: Don't rely on temporary directories being permanent.Leo Famulari2018-07-13
| | | | | * tests/gexp.scm ("gexp->script #:module-path", "program-file #:module-path"): Use run-with-store.
* gnu: faba-icon-theme: Fix build.Julien Lepiller2018-07-13
| | | | | * gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Disable running gtk-update-icon-cache after installation.
* gnu: mes: Update to 0.16.1.Jan Nieuwenhuizen2018-07-13
| | | | * gnu/packages/mes.scm (mes): Update to 0.16.1.
* gnu: antlr3: Fix compilation.Julien Lepiller2018-07-13
| | | | * gnu/packages/java.scm (antlr3)[arguments]: Fix 'generate-grammar' phase.
* gnu: Add miniupnpc-monero.Theodoros Foradis2018-07-13
| | | | | | * gnu/packages/upnp.scm (monero-miniupnpc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cppzmq.Theodoros Foradis2018-07-13
| | | | | | * gnu/packages/networking.scm (cppzmq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* pull: Display new/upgraded packages upon completion.Ludovic Courtès2018-07-13
| | | | | | * guix/scripts/pull.scm (display-profile-news): New procedure. (build-and-install): Call it. (display-new/upgraded-packages): Add #:heading and honor it.
* pull: Use (guix inferior) to display new and upgraded packages.Ludovic Courtès2018-07-13
| | | | | | | | | | | * guix/scripts/pull.scm (display-profile-content): Call 'display-generation'. (display-new/upgraded-packages, display-profile-content-diff): New procedures. (process-query)[list-generation]: Remove. [list-generations]: New procedure. Adjust accordingly. * doc/guix.texi (Invoking guix pull): Update example of '-l'.
* Add (guix inferior) and (guix scripts repl).Ludovic Courtès2018-07-13
| | | | | | | | | * guix/inferior.scm, guix/scripts/repl.scm, tests/inferior.scm: New files. * Makefile.am (MODULES): Add 'guix/scripts/repl.scm' and 'guix/inferior.scm'. (SCM_TESTS): Add 'tests/inferior.scm'. * doc/guix.texi (Invoking guix repl): New node.