summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Warn about etc/indent-code.el when Emacs is absent.zimoun2019-11-09
| | | | | | | * configure.ac: Warn when 'emacs' is not found, and emit 'etc/indent-code.el' otherwise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Add Spanish translation.Miguel Ángel Arruga Vivas2019-11-09
| | | | | | * etc/news.scm: Add spanish translation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ui: Emit hyperlinks for 'license' in package search results.Ludovic Courtès2019-11-09
| | | | | * guix/ui.scm (package->recutils): When HYPERLINKS is true, call 'hyperlink' for the 'license' field.
* ui: Produce hyperlinks for the 'location' field of search results.Ludovic Courtès2019-11-09
| | | | | | | | | | | | This affects the output of 'guix show', 'guix search', and 'guix system search'. * guix/ui.scm (hyperlink, supports-hyperlinks?, location->hyperlink): New procedures. (package->recutils): Add #:hyperlinks? and honor it. (display-search-results): Pass #:hyperlinks? to PRINT. * guix/scripts/system/search.scm (service-type->recutils): Add #:hyperlinks? and honor it.
* gnu: botan: Update to 2.12.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/crypto.scm (botan): Update to 2.12.1.
* gnu: python-latexcodec: Update to 1.0.7.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
* gnu: python-mpi4py: Update to 3.0.3.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/mpi.scm (python-mpi4py): Update to 3.0.3.
* gnu: perl-data-compare: Update to 1.27.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/perl.scm (perl-data-compare): Update to 1.27. [propagated-inputs]: Add perl-clone.
* gnu: perl-danga-socket: Update to 1.62.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/networking.scm (perl-danga-socket): Update to 1.62. [native-inputs]: Add perl-test-tcp.
* gnu: python-psutil: Update to 5.6.5.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
* gnu: python-astroid: Update to 2.3.3.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.3.
* gnu: Add gnome-shell-extension-noannoyance.Leo Prikler2019-11-08
| | | | | | * gnu/packages/gnome-xyz: (gnome-shell-extension-noannoyance): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add gnome-shell-extension-dash-to-dock.Leo Prikler2019-11-08
| | | | | | | * gnu/packages/gnome-xyz.scm: (gnome-shell-extension-dash-to-dock): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add delft-icon-theme.Leo Prikler2019-11-08
| | | | | | | | * /gnu/packages/gnome-xyz.scm: New file. (delft-icon-theme): New variable. * /gnu/local.mk: Add it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: packages: Add rofi-pass.Tanguy Le Carrour2019-11-08
| | | | | | * gnu/packages/password-utils.scm (rofi-pass): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* guix: package: lock profiles when processing them.Julien Lepiller2019-11-08
| | | | | | * guix/scripts/package.scm (process-actions): Get a per-profile lock to prevent concurrent actions on profiles. * tests/guix-package.sh: Add test.
* guix: Add file-locking with no wait.Julien Lepiller2019-11-08
| | | | | * guix/build/syscalls.scm (with-file-lock/no-wait): New procedure. (lock-file): Take a #:wait? key.
* services: mpd: Connect to the user's PulseAudio socket.Robert Smith2019-11-08
| | | | | | | * gnu/services/audio.scm (mpd-shepherd-service): Set the XDG_RUNTIME_DIR environment variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* news: Add 'de' translation.Florian Pelz2019-11-08
| | | | * etc/news.scm: Add new 'de' translation.
* gnu: certbot, python-acme: Update to 0.40.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.40.1.
* gnu: fcitx-configtool: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
* gnu: fcitx: Update to 4.2.9.7.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.7. [inputs]: Add json-c.
* gnu: fcitx: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
* gnu: r-hmisc: Update to 4.3-0.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/statistics.scm (r-hmisc): Update to 4.3-0.
* gnu: r-plotly: Update to 4.9.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/statistics.scm (r-plotly): Update to 4.9.1.
* gnu: r-nlme: Update to 3.1-142.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/statistics.scm (r-nlme): Update to 3.1-142.
* gnu: r-polspline: Update to 1.1.17.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/cran.scm (r-polspline): Update to 1.1.17.
* gnu: r-abcrf: Update to 1.8.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/cran.scm (r-abcrf): Update to 1.8.1.
* gnu: r-sp: Update to 1.3-2.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/cran.scm (r-sp): Update to 1.3-2.
* gnu: goffice: Update to 0.10.46.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.46.
* gnu: gnumeric: Update to 1.12.46.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.46.
* gnu: polybar: Update to 3.4.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/wm.scm (polybar): Update to 3.4.1.
* gnu: Fix deprecation of monolithic Qt 5.x package.Hartmut Goebel2019-11-08
| | | | * gnu/packages/qt.scm (qt): Remove wrong quote.
* gnu: libssh: Update to 0.9.2.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/ssh.scm (libssh): Update to 0.9.2.
* gnu: hplip: Actually wrap binaries.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/cups.scm (hplip)[arguments]: Reduce indentation. Replace ‘wrap-binaries’ phase with a custom implementation.
* gnu: python-dbus: Update to 1.2.10.Tobias Geerinckx-Rice2019-11-08
| | | | | * gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10. [arguments]: Remove field.
* gnu: libdvdread: Update to 6.0.2.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/video.scm (libdvdread): Update to 6.0.2.
* gnu: libdvdnav: Update to 6.0.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/video.scm (libdvdnav): Update to 6.0.1.
* gnu: libdvdnav: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
* gnu: lollypop: Update to 1.2.7.Christopher Baines2019-11-07
| | | | * gnu/packages/gnome.scm (lollypop): Update to 1.2.7.
* doc: Add clarification on the '--source' build option.Florian Pelz2019-11-07
| | | | | | | Emphasize that what the '--source' build option downloads is insufficient for reproducing the packages. * doc/guix.texi (Additional Build Options): Explain more.
* services: Make it possible to include dynamic modules in nginx.Florian Pelz2019-11-07
| | | | | | | | * gnu/services/web.scm (<nginx-configuration>): Add modules field. (nginx-configuration-modules): New field accessor. (emit-load-module): New procedure. (default-nginx-config): Add support for the modules field. * doc/guix.texi (NGINX): Document it.
* gnu: Add nginx Accept Language module.Florian Pelz2019-11-07
| | | | * gnu/packages/web.scm (nginx-accept-language-module): New public variable.
* news: Add entry for package transformation options in "guix graph".Ludovic Courtès2019-11-07
| | | | * etc/news.scm: Add entry for "guix graph --with-input".
* graph: Support package transformation options.Ludovic Courtès2019-11-07
| | | | | | | | * guix/scripts/graph.scm (%options): Append %TRANSFORMATION-OPTIONS. (show-help): Call 'show-transformation-options-help'. (guix-graph): Call 'options->transformation' and use it. * tests/guix-graph.sh: Add test. * doc/guix.texi (Invoking guix graph): Document it.
* gnu: pkg-config: Memoize 'cross-pkg-config'.Ludovic Courtès2019-11-07
| | | | | | | | | | | When running: guix build --target=arm-linux-gnueabihf gdb -nd this reduces the number of hits in the 'add-data-to-store' cache from 205 (25%) to 163 (21%). * gnu/packages/pkg-config.scm (cross-pkg-config): Turn into an 'mlambda'.
* gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'.Ludovic Courtès2019-11-07
| | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/38093>. When running: guix build --target=arm-linux-gnueabihf -e '(@ (gnu packages base) coreutils)' the '%current-target-system' parameter is set by the time the top-level of (gnu packages commencement) is evaluated. Consequently, we need to ensure that the 'pkg-config' macro evaluates in a context where '%current-target-system' is unset. * gnu/packages/commencement.scm (gnu-make-final): Refer to '%pkg-config' instead of 'pkg-config'. * tests/guix-build.sh: Add test.
* derivations: Use a regular hash table for the module cache.Ludovic Courtès2019-11-07
| | | | | | | | | | The hit rate of the 'add-data-to-store' cache goes from 10% to 4% on: guix build -e '(@@ (gnu packages libreoffice) libreoffice)' -nd * guix/derivations.scm (%module-cache): Turn into a regular hash table. It didn't make sense to use a weak-value hash table given that values are pairs.
* gnu: git-annex: Update to 7.20191106.Kyle Meyer2019-11-07
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: john-the-ripper-jumbo: Enable tests.Eric Bavier2019-11-07
| | | | | * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove '#:tests? #f'. Add 'check' phase after 'install'.