summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mailmap: Add a line for Pierre-Antoine.Ludovic Courtès2018-07-16
| | | | * .mailmap: Add entry for Pierre-Antoine.
* gnu: emacs-bash-completion: Fix spelling of "Bash".Ludovic Courtès2018-07-16
| | | | | * gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]: Fix spelling of "Bash".
* gnu: emacs-pulseaudio-control: Record the file name of 'pactl'.Ludovic Courtès2018-07-16
| | | | | * gnu/packages/emacs.scm (emacs-pulseaudio-control)[arguments, inputs]: New fields.
* mailmap: Add another line for myself.Nils Gillmann2018-07-16
| | | | | Signed-off-by: Nils Gillmann <gillmann@infotropique.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ecryptfs-utils: Patch hardcoded-paths.Brendan Tildesley2018-07-16
| | | | | | | | | | * gnu/packages/linux.scm: (ecryptfs-utils): Patch hardcoded-paths. [arguments]: Add the phase patch-hardcoded-paths to replace various hardcoded references to /bin, /sbin, ... with direct references to the store. [inputs]: Add missing inputs util-linux, cryptsetup, and lvm2 so that the correct paths can be found and the resulting code works. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Rename package to "monero-gui".Theodoros Foradis2018-07-16
| | | | | | | | * gnu/packages/finance.scm (monero-core): Define in terms of 'deprecated-package'. (monero-gui): New variable, formerly known as "monero-core". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Return #t from phases.Theodoros Foradis2018-07-16
| | | | | | * gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Update to 0.12.2.0.Theodoros Foradis2018-07-16
| | | | | | | * gnu/packages/finance.scm (monero-core): Update to 0.12.2.0. [source]: Use 'git-fetch'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero: Return #t from phases.Theodoros Foradis2018-07-16
| | | | | | * gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero: Update to 0.12.3.0.Theodoros Foradis2018-07-16
| | | | | | | | | | | | * gnu/packages/patches/monero-use-system-miniupnpc.patch: New file. * gnu/local.mk: Add it. * gnu/packages/finance.scm (monero): Update to 0.12.3.0. [source]: Add patch. Remove snippet because miniupnpc, rapidjson and unbound are no longer bundled in-tree. [inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc. [arguments]: Change build-type to "release". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add electron-cash.Vagrant Cascadian2018-07-16
| | | | | | * gnu/packages/finance.scm (electron-cash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: kodi: Build with mariadb.Efraim Flashner2018-07-16
| | | | * gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
* gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].Leo Famulari2018-07-16
| | | | * gnu/packages/java.scm (java-bouncycastle): Update to 1.60.
* gnu: fltk: Update to 1.3.4-2.Efraim Flashner2018-07-16
| | | | | | | | | * gnu/packages/fltk.scm (fltk): Update to 1.3.4-2. [source]: Remove patches. [inputs]: Switch from libjpeg-8 to libjpeg. * gnu/packages/patches/fltk-shared-lib-defines.patch, gnu/packages/patches/fltk-xfont-on-demand.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* 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.Christopher 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.
* guix package: Use relative symlinks to generations.Ludovic Courtès2018-07-13
| | | | | | | | | | | | Reported by Roel Janssen <roel@gnu.org> at <https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00036.html>. * guix/profiles.scm (switch-to-generation): Use (basename generation) as the symlink target. * guix/scripts/package.scm (build-and-use-profile): Likewise, use (basename name) as the symlink target. * tests/guix-package.sh: Adjust --roll-back test accordingly. Add explicitly test with '-p foo/prof'.