Commit graph

50054 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 1a6fe7c9c1
gnu: r-abcrf: Update to 1.8.1.
* gnu/packages/cran.scm (r-abcrf): Update to 1.8.1.
2019-11-08 13:09:54 +01:00
Tobias Geerinckx-Rice 5d78d47bd6
gnu: r-sp: Update to 1.3-2.
* gnu/packages/cran.scm (r-sp): Update to 1.3-2.
2019-11-08 13:09:54 +01:00
Tobias Geerinckx-Rice 09abffcca2
gnu: goffice: Update to 0.10.46.
* gnu/packages/gnome.scm (goffice): Update to 0.10.46.
2019-11-08 12:50:21 +01:00
Tobias Geerinckx-Rice f0517b5d01
gnu: gnumeric: Update to 1.12.46.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46.
2019-11-08 12:50:21 +01:00
Tobias Geerinckx-Rice 3aa3ad6017
gnu: polybar: Update to 3.4.1.
* gnu/packages/wm.scm (polybar): Update to 3.4.1.
2019-11-08 12:50:20 +01:00
Hartmut Goebel 41ee209737
gnu: Fix deprecation of monolithic Qt 5.x package.
* gnu/packages/qt.scm (qt): Remove wrong quote.
2019-11-08 10:05:17 +01:00
Tobias Geerinckx-Rice def91c1391
gnu: libssh: Update to 0.9.2.
* gnu/packages/ssh.scm (libssh): Update to 0.9.2.
2019-11-08 00:23:35 +01:00
Tobias Geerinckx-Rice fbaa66ac2d
gnu: hplip: Actually wrap binaries.
* gnu/packages/cups.scm (hplip)[arguments]: Reduce indentation.
Replace ‘wrap-binaries’ phase with a custom implementation.
2019-11-08 00:23:34 +01:00
Tobias Geerinckx-Rice 119d6ff6a9
gnu: python-dbus: Update to 1.2.10.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10.
[arguments]: Remove field.
2019-11-08 00:23:34 +01:00
Tobias Geerinckx-Rice 29f623637e
gnu: libdvdread: Update to 6.0.2.
* gnu/packages/video.scm (libdvdread): Update to 6.0.2.
2019-11-08 00:23:33 +01:00
Tobias Geerinckx-Rice 059a6e9a2d
gnu: libdvdnav: Update to 6.0.1.
* gnu/packages/video.scm (libdvdnav): Update to 6.0.1.
2019-11-08 00:23:32 +01:00
Tobias Geerinckx-Rice 0104ed80ca
gnu: libdvdnav: Don't use NAME in source URI.
* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
2019-11-08 00:23:31 +01:00
Christopher Baines ca32627ad2
gnu: lollypop: Update to 1.2.7.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.7.
2019-11-07 23:10:36 +00:00
Florian Pelz bfe6bc97f5
doc: Add clarification on the '--source' build option.
Emphasize that what the '--source' build option downloads is
insufficient for reproducing the packages.

* doc/guix.texi (Additional Build Options): Explain more.
2019-11-07 22:15:12 +00:00
Florian Pelz 00e680a411
services: Make it possible to include dynamic modules in nginx.
* 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.
2019-11-07 22:15:11 +00:00
Florian Pelz edc85fd6da
gnu: Add nginx Accept Language module.
* gnu/packages/web.scm (nginx-accept-language-module): New public variable.
2019-11-07 22:15:10 +00:00
Ludovic Courtès fb936351d3
news: Add entry for package transformation options in "guix graph".
* etc/news.scm: Add entry for "guix graph --with-input".
2019-11-07 18:40:16 +01:00
Ludovic Courtès 3e962e59d8
graph: Support package transformation options.
* 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.
2019-11-07 18:39:55 +01:00
Ludovic Courtès 7de9471707
gnu: pkg-config: Memoize 'cross-pkg-config'.
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'.
2019-11-07 18:39:55 +01:00
Ludovic Courtès 537b2daba9
gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'.
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.
2019-11-07 18:39:55 +01:00
Ludovic Courtès 6654677675
derivations: Use a regular hash table for the module cache.
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.
2019-11-07 18:39:55 +01:00
Kyle Meyer 91d1955df9
gnu: git-annex: Update to 7.20191106.
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-07 16:57:54 +01:00
Eric Bavier 4090dcb2b2
gnu: john-the-ripper-jumbo: Enable tests.
* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove
'#:tests? #f'.  Add 'check' phase after 'install'.
2019-11-07 08:23:47 -06:00
Eric Bavier e57c7dd750
gnu: john-the-ripper-jumbo: Update to 1.9.0.
* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Update to 1.9.0.
[source]: Remove patches.
[native-inputs]: New field.
[inputs]: Add python and ruby for script shebangs.  Remove unused mit-krb5.
[arguments]: In #:configure-flags use new "--with-systemwide" flag, fix typo
in "--disable-native-macro", and pass "--enable-simd=..." based on system.
Rename local "homedir" variable to "datadir" for clarity.  Return #t from
'chdir-src phase.  Create extension-less symlinks for many scripts in 'install
phase.
2019-11-07 08:21:38 -06:00
Efraim Flashner bb7ff88ff2
gnu: epiphany: Don't build icon cache.
* gnu/packages/gnome.scm (epiphany)[arguments]: Add phase to skip
creating gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:50:37 +02:00
Efraim Flashner f0c6810007
gnu: eolie: Don't create icon cache.
* gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:42:46 +02:00
Efraim Flashner 7a0346654d
gnu: eog: Don't create icon cache.
* gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:39:05 +02:00
Efraim Flashner d51b19adab
gnu: totem: Don't create icon cache.
* gnu/packages/gnome.scm (totem)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:34:26 +02:00
Efraim Flashner 35407f948e
gnu: devhelp: Don't create icon cache.
* gnu/packages/gnome.scm (devhelp)[arguments]: Add phase to skip
creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:28:21 +02:00
Efraim Flashner 321c73c387
gnu: gnome-disk-utility: Don't create icon cache.
* gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to
skip creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-07 12:23:11 +02:00
Mark H Weaver 844cc1929f
gnu: linux-libre: Update to 5.3.9.
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.9.
(linux-libre-5.3-pristine-source): Update hash.
2019-11-07 01:12:31 -05:00
Mark H Weaver 72e9f0a352
gnu: linux-libre@4.19: Update to 4.19.82.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.82.
(linux-libre-4.19-pristine-source): Update hash.
2019-11-07 01:11:41 -05:00
Mark H Weaver 13209ecbb9
gnu: linux-libre@4.14: Update to 4.14.152.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.152.
(linux-libre-4.14-pristine-source): Update hash.
2019-11-07 01:11:00 -05:00
Mark H Weaver fdfa42fbbc
gnu: linux-libre@4.9: Update to 4.9.199.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.199.
(linux-libre-4.9-pristine-source): Update hash.
2019-11-07 01:10:26 -05:00
Mark H Weaver 477e2f3811
gnu: linux-libre@4.4: Update to 4.4.199.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.199.
(linux-libre-4.4-pristine-source): Update hash.
2019-11-07 01:09:22 -05:00
Tobias Geerinckx-Rice 0d53398371
gnu: webkitgtk: Update to 2.26.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.26.2.
2019-11-06 22:18:02 +01:00
Tobias Geerinckx-Rice 256ab7cf89
gnu: webkitgtk: Don't use NAME in source URI.
* gnu/packages/webkit.scm (webkitgtk)[source]: Hard-code NAME.
2019-11-06 22:18:01 +01:00
Tobias Geerinckx-Rice 9dfe49e408
gnu: opensmtpd-next: Update to 6.6.1p1.
* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.1p1.
2019-11-06 14:53:38 +01:00
Ludovic Courtès 198a7ac02f
tests: install: Increase root partition size.
1.2G had become slightly too small on x86_64.
This is a followup to 8dfb0c969e.

* gnu/tests/install.scm (%simple-installation-script)
(%extlinux-gpt-installation-script)
(%simple-installation-script-for-/dev/vda): Switch from 1.2G to 1.4G.
2019-11-06 12:12:51 +01:00
Ludovic Courtès 81ffe63773
gnu: cpio: Update to 2.13 [fixes CVE-2015-1197, CVE-2019-14866].
* gnu/packages/cpio.scm (cpio): Update to 2.13.
Remove "cpio-CVE-2016-2037.patch".
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-11-06 12:12:51 +01:00
Ludovic Courtès 2b155e3abc
gnu: guile-ncurses: Update to 3.0.
* gnu/packages/guile-xyz.scm (guile-ncurses): Update to 3.0.
2019-11-06 12:12:51 +01:00
Ludovic Courtès 8cf20d7358
gnu: Add KCacheGrind.
* gnu/packages/kde.scm (kcachegrind): New variable.
2019-11-06 12:12:51 +01:00
Efraim Flashner b0a7c0c3e1
gnu: gnome-maps: Don't create icon cache.
* gnu/packages/geo.scm (gnome-maps)[arguments]: Add phase to skip
creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
2019-11-06 09:20:47 +02:00
Tobias Geerinckx-Rice c4de60ac3c
gnu: hplip: Update to 3.19.11.
* gnu/packages/cups.scm (hplip): Update to 3.19.11.
2019-11-05 22:45:58 +01:00
Tobias Geerinckx-Rice 5b7a06ca0d
gnu: rclone: Update to 1.50.1.
* gnu/packages/sync.scm (rclone): Update to 1.50.1.
2019-11-05 22:45:58 +01:00
Tobias Geerinckx-Rice dfb55eb8c0
gnu: xterm: Update to 350.
* gnu/packages/xorg.scm (xterm): Update to 350.
2019-11-05 22:45:57 +01:00
Tobias Geerinckx-Rice b62863b887
gnu: ruby-backport: Update to 1.1.2.
* gnu/packages/ruby.scm (ruby-backport): Update to 1.1.2.
2019-11-05 22:45:57 +01:00
Tobias Geerinckx-Rice de8e3c8949
gnu: perl-cpanel-json-xs: Update to 4.16.
* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.16.
2019-11-05 22:45:57 +01:00
Andreas Enge 9274a080f3
gnu: Add perl-extutils-typemaps-default.
* gnu/packages/perl.scm (perl-extutils-typemaps-default): New variable.
2019-11-05 22:08:39 +01:00
Andreas Enge 7f1f6b7223
gnu: Add perl-extutils-parsexs.
* gnu/packages/perl.scm (perl-extutils-parsexs): New variable.
2019-11-05 22:08:39 +01:00