aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* 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'.
* gnu: Add ddclient.Oleg Pykhalov2018-07-13
| | | | * gnu/packages/dns.scm (ddclient): New variable.
* git: Call 'url-cache-directory' outside 'update-cached-checkout'.Oleg Pykhalov2018-07-13
| | | | | | * guix/git.scm (update-cached-checkout): Call 'url-cache-directory' in 'cache-directory' key argument. (latest-repository-commit): Call 'url-cache-directory'.
* import: hackage: Fix typo.Danny Milosavljevic2018-07-13
| | | | | * guix/import/cabal.scm (cabal-custom-setuo-name): Rename to... (cabal-custom-setup-name): ...this.
* gnu: bind: Update to 9.12.2.Julien Lepiller2018-07-13
| | | | | | * gnu/packages/dns.scm (bind): Update to 9.12.2. * gnu/packages/patches/bind-CVE-2018-5738.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: hunspell-dict-fr: Update to 6.2.Julien Lepiller2018-07-13
| | | | * gnu/packages/libreoffice.scm (dicollecte-french-dictionary): Update to 6.2.
* etc: snippets: Add guix-commit-message-use-https-home-page.Arun Isaac2018-07-13
| | | | | * etc/snippets/text-mode/guix-commit-message-use-https-home-page: New file. * doc/contributing.texi (The Perfect Setup): Document new snippet.
* etc: snippets: Add new build systems to package snippet.Arun Isaac2018-07-13
| | | | | * etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and scons-build-system as possibilities for the build-system field.
* gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].Leo Famulari2018-07-12
| | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0. (curl-7.60.0): Replace with ... (curl-7.61.0): ... new variable.
* Merge branch 'staging'Marius Bakke2018-07-13
|\
| * gnu: gnome-dictionary: Fix install phase.Marius Bakke2018-07-09
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Add phase to prevent post-install script from running.
| * Merge branch 'master' into stagingMarius Bakke2018-07-08
| |\
| * | gnu: xf86-video-r128: Fix FTBFS with xorg-server >= 1.20.Marius Bakke2018-07-08
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2-0.c4c878d. [source]: Use GIT-FETCH. [arguments]: Add 'prevent-configure' phase. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
| * | gnu: xf86-video-savage: Fix FTBFS with xorg-server >= 1.20.Marius Bakke2018-07-08
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-savage-xorg-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/xorg.scm (xf86-video-savage)[source](patches): Use it.
| * | gnu: xf86-video-sis: Fix FTBFS with xorg-server >= 1.20.Marius Bakke2018-07-08
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/xf86-video-sis-xorg-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/xorg.scm (xf86-video-sis)[source](patches): Use it.
| * | Merge branch 'master' into stagingMarius Bakke2018-07-02
| |\ \