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
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
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
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
Andreas Enge
9ebaab861f
gnu: Add perl-module-build-withxspp.
...
* gnu/packages/perl.scm (perl-module-build-withxspp): New variable.
2019-11-05 22:08:39 +01:00
Andreas Enge
fb91c0600e
gnu: Add perl-extutils-xspp.
...
* gnu/packages/perl.scm (perl-extutils-xspp): New variable.
2019-11-05 22:08:38 +01:00
Andreas Enge
1f03143c53
gnu: Add perl-extutils-cppguess.
...
* gnu/packages/perl.scm (perl-extutils-cppguess): New variable.
2019-11-05 22:08:38 +01:00
Arun Isaac
c07bc1d2ca
gnu: kicad-symbols: Update to 5.1.4.
...
* gnu/packages/engineering.scm (kicad-symbols): Update to 5.1.4.
2019-11-05 19:51:20 +05:30
Arun Isaac
f648d681be
gnu: kicad: Update to 5.1.4.
...
* gnu/packages/engineering.scm (kicad): Update to 5.1.4.
[arguments]: Remove unrecognized flags and flags that are redundant because
they specify default values. Use python 3 and the "Phoenix" version of
wxPython. Enable the GitHub plugin for pcbnew. Remove adjust-boost-include
phase.
[inputs]: Replace python-2 with python, wxwidgets-gtk2 with wxwidgets and
python2-wxpython with python-wxpython.
2019-11-05 19:51:20 +05:30
Arun Isaac
2c0552cf95
gnu: Add python-wxpython.
...
* gnu/packages/wxwidgets.scm (python-wxpython): New variable.
2019-11-05 19:51:06 +05:30
Miguel Ángel Arruga Vivas
2dfb9ba406
services: libvirtd: Provide ip binary at runtime.
...
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add sbin to
the PATH variable, as ip binary is installed there.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:15 +01:00
Miguel Ángel Arruga Vivas
845bf4f477
gnu: virt-manager: Update to 2.2.1.
...
* gnu/packages/virtualization.scm (virt-manager): Update to version
2.2.1. Point to the correct file in fix-setup and fix-default-uri
phases. Add fix-qemu-img-reference phase. Add gtksourceview as an
input.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:14 +01:00
Miguel Ángel Arruga Vivas
0e00c1c417
gnu: python-libvirt: Update to 5.8.0.
...
* gnu/packages/virtualization.scm (python-libvirt): Update version to
5.8.0, update hash and remove obsolete comment.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:14 +01:00
Miguel Ángel Arruga Vivas
aa1f0896fb
gnu: libvirt: Update to 5.8.0.
...
* gnu/local.mk (dist_patch_DATA): Add new patch file.
* gnu/packages/patches/libvirt-create-machine-cgroup.patch: New patch,
submitted to upstream for upstream bug 1760233.
* gnu/packages/virtualization.scm (libvirt): Update version to 5.8.0.
Include patch. Avoid execution of failing tests qemuxml2argvtest and
qemuhotplugtest. Replace python by python-wrapper to avoid warnings on
patch-shebangs phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:14 +01:00
Ludovic Courtès
cd2c3dc2d6
gnu: guix: Update to 41b4b71
.
...
* gnu/packages/package-management.scm (guix): Update to 41b4b71
.
2019-11-05 15:13:14 +01:00
Tanguy Le Carrour
82680f8016
gnu: khard: Update to 0.15.1.
...
* gnu/packages/mail.scm (khard): Update to 0.15.1.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-05 14:57:10 +01:00
Efraim Flashner
548efa8bdf
services: patchwork: Fix typo.
...
* gnu/services.web.scm (define-gexp-compiler): Use 'enable-rest-api?'
where appropriate in place of 'enable-xmlrpc?'
2019-11-05 14:51:57 +02:00
Jonathan Brielmaier
8f5ac03e21
gnu: Add missing patch to locale.mk.
...
The patch was introduced in commit 2be878d8e5
.
* gnu/local.mk (dist_patch_DATA): Add
"python-pep8-stdlib-tokenize-compat.patch".
Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
2019-11-05 13:13:02 +01:00
Pierre Neidhardt
14eac09841
gnu: emacs-engine-mode: Update to 2.1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.1.1.
2019-11-05 10:45:09 +01:00
Wiktor Żelazny
41b4b713f4
gnu: Add libspatialindex.
...
* gnu/packages/geo.scm (libspatialindex): new variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-04 23:35:32 +01:00
Boris A. Dekshteyn
baf1d4e8ae
gnu: xfd: Add dependency on libxkbfile.
...
* gnu/packages/xorg.scm (xfd)[inputs]: Add LIBXKBFILE.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-04 23:35:32 +01:00
Ludovic Courtès
625bdf09d3
file-systems: Mount /var/run/nscd read-write in containers.
...
Fixes <https://bugs.gnu.org/37967 >.
Reported by Ivan Vilata i Balaguer <ivan@selidor.net>.
* gnu/system/file-systems.scm (%network-file-mappings): Set 'writable?'
to #true for /var/run/nscd.
2019-11-04 23:35:32 +01:00
Ludovic Courtès
32793c09ff
gnu: commencement: Memoize uses of 'cross-gcc-wrapper'.
...
This improves caching down the road.
* gnu/packages/commencement.scm (gcc-boot0-intermediate-wrapped)
(gcc-boot0-wrapped): Use 'mlambda' instead of 'lambda'.
2019-11-04 23:35:32 +01:00
Ludovic Courtès
7e1a74da93
gnu: bootstrap: Memoize 'bootstrap-origin'.
...
* gnu/packages/bootstrap.scm (bootstrap-origin): Memoize with
'mlambdaq'. This improves memoization of origins in (gnu packages
commencement).
2019-11-04 23:35:31 +01:00
Tobias Geerinckx-Rice
bf7b08c4fe
gnu: obs: Update to 24.0.3.
...
* gnu/packages/video.scm (obs): Update to 24.0.3.
2019-11-04 17:43:22 +01:00
Tobias Geerinckx-Rice
3367df31a5
gnu: python-soupsieve: Update to 1.9.5.
...
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.5.
2019-11-04 17:43:22 +01:00
Tobias Geerinckx-Rice
1d34b527f9
gnu: vapoursynth: Update to 48.
...
* gnu/packages/video.scm (vapoursynth): Update to 48.
2019-11-04 16:25:17 +01:00
Tobias Geerinckx-Rice
4120e6e081
gnu: zimg: Update to 2.9.2.
...
* gnu/packages/image.scm (zimg): Update to 2.9.2.
2019-11-04 16:25:17 +01:00
Tobias Geerinckx-Rice
5a8b8369b0
gnu: xfce4-time-out-plugin: Update to 1.1.0.
...
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.0.
[inputs]: Substitute default Gtk+ 3 for version 2.
2019-11-04 16:25:17 +01:00
Pierre Neidhardt
af3ec370b2
gnu: emacs-eshell-prompt-extras: Update to 1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): Update to 1.0.
2019-11-04 14:08:43 +01:00
Tobias Geerinckx-Rice
1fae1f6b77
gnu: git: Update to 2.24.0.
...
* gnu/packages/version-control.scm (git): Update to 2.24.0.
2019-11-04 13:53:17 +01:00
Tobias Geerinckx-Rice
36ccf59e2d
gnu: ruby-nokogiri: Update to 1.10.5.
...
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.10.5.
2019-11-04 13:53:17 +01:00
Tobias Geerinckx-Rice
061da0f686
gnu: dovecot: Update to 2.3.8.
...
* gnu/packages/mail.scm (dovecot): Update to 2.3.8.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice
3e1f120b98
gnu: perl6-json-fast: Update to 0.10.
...
* gnu/packages/perl6.scm (perl6-json-fast): Update to 0.10.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice
a8ea0c5e13
gnu: r-ore: Update to 1.6.3.
...
* gnu/packages/cran.scm (r-ore): Update to 1.6.3.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice
2ac4eb7861
gnu: r-ks: Update to 1.11.6.
...
* gnu/packages/cran.scm (r-ks): Update to 1.11.6.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice
53ab26f73e
gnu: perl-io-compress: Update to 2.089.
...
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.089.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice
0374a94359
gnu: perl-compress-raw-zlib: Update to 2.089.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.089.
2019-11-04 13:53:15 +01:00
Tobias Geerinckx-Rice
40214b0ac6
gnu: perl-compress-raw-bzip2: Update to 2.089.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.089.
2019-11-04 13:53:15 +01:00
Pierre Neidhardt
865e66daf3
gnu: Add emacs-windower.
...
* gnu/packages/emacs-xyz.scm (emacs-windower): New variable.
2019-11-04 12:37:55 +01:00
Pierre Neidhardt
ef189ab3b8
gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.
...
* gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in `commit'
field.
2019-11-04 12:34:16 +01:00
Tanguy Le Carrour
d258d9c7d2
gnu: scrot: Update to 1.2.
...
* gnu/packages/xdisorg.scm (scrot): Update to 1.2, [native-inputs]: Add
autoconf-archive, [inputs]: Add libxcursor and libxfixes.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-04 10:16:11 +01:00
Leo Prikler
f02249b6bf
gnu: Add emacs-leaf
...
* gnu/packages/emacs-xyz: (emacs-leaf): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-04 10:05:13 +01:00
Kei Kebreau
e5c447907c
gnu: lmms: Update to 1.2.1.
...
* gnu/packages/music.scm (lmms): Update to 1.2.1.
[arguments]: Enable Qt 5 support and disbale VST support in configure-flags.
Add 'unpack-rpmalloc' phase and remove 'remove-Werror' phase.
[native-inputs]: Add qttools and rpmalloc.
[inputs]: Replace qt-4 and fluidsynth-1 with qtbase and fluidsynth,
respectively; add qtx11extras.
2019-11-03 20:22:28 -05:00
Tobias Geerinckx-Rice
7dadce383f
gnu: xtl: Update to 0.6.8.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.8.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
b440df0af3
gnu: xfburn: Update to 0.6.1.
...
* gnu/packages/xfce.scm (xfburn): Update to 0.6.1.
[inputs]: Substitute default Gtk+ version 3 for 2.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
f4c830641e
gnu: xfburn: Don't use NAME in source URI.
...
* gnu/packages/xfce.scm (xfburn)[source]: Hard-code NAME.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
a6bc056e94
gnu: xfce4-screenshooter: Update to 1.9.7.
...
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.7.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
105b5e1630
gnu: android-udev-rules: Use GIT-FILE-NAME.
...
* gnu/packages/android.scm (android-udev-rules)[source]: Use GIT-FILE-NAME.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
b7db2c6602
gnu: android-udev-rules: Update to 20191103.
...
* gnu/packages/android.scm (android-udev-rules): Update to 20191103.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
417b07ab34
gnu: yaml-cpp: Don't use unstable tarball.
...
* gnu/packages/serialization.scm (yaml-cpp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice
2acbc174b0
gnu: yaml-cpp: Update to 0.6.3.
...
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.3.
[arguments]: Update #:configure-flags.
Remove obsolete ‘dont-install-gtest-libraries’ phase.
2019-11-03 20:09:28 +01:00
Marius Bakke
22c313eff8
gnu: Deprecate ungoogled-chromium.
...
This package has known security flaws that are being exploited in the wild.
See <https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00576.html > for
why it has not been updated.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Set #:hidden? #t.
(ungoogled-chromium-is-deprecated, ungoogled-chromium-wayland-is-deprecated):
New public variables.
2019-11-03 19:40:33 +01:00
Roel Janssen
95c633e0d8
databases: Fix build of virtuoso-ose.
...
Virtuoso cannot be built with versions of OpenSSL >1.1.0.
* gnu/packages/databases.scm (virtuoso-ose)[inputs]: Change OPENSSL to OPENSSL-1.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-03 19:33:47 +01:00
FPS
6833c7a1b3
gnu: lilv: Enable python bindings.
...
* gnu/packages/audio.scm (lilv)[arguments]: Add #:configure-flags. Add phase
to embed full path to liblilv-0.so.
[native-inputs]: Add PYTHON.
[home-page]: Follow redirect.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-03 19:33:47 +01:00
Tobias Geerinckx-Rice
4e6568cedd
gnu: xtensor: Update to 0.20.10.
...
* gnu/packages/algebra.scm (xtensor): Update to 0.20.10.
2019-11-03 18:27:22 +01:00
Tobias Geerinckx-Rice
922c84867a
gnu: yosys: Update to 0.9.
...
* gnu/packages/fpga.scm (yosys): Update to 0.9.
2019-11-03 18:27:21 +01:00
Tobias Geerinckx-Rice
1ae28a35e9
gnu: perl-io-compress: Update to 2.088.
...
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.088.
2019-11-03 18:27:19 +01:00
Tobias Geerinckx-Rice
951e3dcdd2
gnu: perl-compress-raw-zlib: Update to 2.088.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.088.
2019-11-03 18:27:19 +01:00