guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Merge branch 'master' into staging


From: Marius Bakke
Subject: 01/01: Merge branch 'master' into staging
Date: Sat, 26 Aug 2017 09:39:14 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 4028fd395e6d7f80f7bbeb4ff616b6b89b0bf654
Merge: 9d1cc6b 72e2815
Author: Marius Bakke <address@hidden>
Date:   Sat Aug 26 15:34:29 2017 +0200

    Merge branch 'master' into staging

 .mailmap                                           |   19 +-
 HACKING                                            |   10 +
 Makefile.am                                        |   14 +-
 build-aux/build-self.scm                           |   17 +
 build-aux/hydra/guix.scm                           |   55 +-
 configure.ac                                       |   10 +-
 doc/contributing.texi                              |    8 +-
 doc/guix.texi                                      | 1546 +++++++++++++++++--
 etc/completion/bash/guix                           |    3 +
 etc/guix-daemon.conf.in                            |    2 -
 gnu/bootloader.scm                                 |   16 +-
 gnu/bootloader/extlinux.scm                        |   19 +-
 gnu/bootloader/grub.scm                            |   49 +-
 gnu/bootloader/u-boot.scm                          |   47 +
 gnu/build/activation.scm                           |    1 +
 gnu/build/file-systems.scm                         |   17 +-
 gnu/build/vm.scm                                   |   31 +-
 gnu/local.mk                                       |  129 +-
 gnu/packages/acct.scm                              |    4 +-
 gnu/packages/admin.scm                             |   96 +-
 gnu/packages/algebra.scm                           |    6 +-
 gnu/packages/animation.scm                         |   10 +
 gnu/packages/aspell.scm                            |    5 +-
 gnu/packages/audio.scm                             |    7 +-
 gnu/packages/augeas.scm                            |    5 +-
 gnu/packages/autotools.scm                         |   19 +-
 gnu/packages/aux-files/emacs/guix-emacs.el         |    9 +-
 gnu/packages/backup.scm                            |   30 +-
 gnu/packages/base.scm                              |  229 +--
 gnu/packages/bash.scm                              |   54 +-
 gnu/packages/bdw-gc.scm                            |   20 +-
 gnu/packages/bioinformatics.scm                    |  695 ++++++---
 gnu/packages/boost.scm                             |   12 +-
 gnu/packages/bootloaders.scm                       |  155 +-
 gnu/packages/bootstrap.scm                         |    2 +
 gnu/packages/build-tools.scm                       |   39 +-
 gnu/packages/calendar.scm                          |    6 +-
 gnu/packages/certs.scm                             |   23 +-
 gnu/packages/check.scm                             |   10 +-
 gnu/packages/ci.scm                                |   28 +-
 gnu/packages/code.scm                              |   55 +
 gnu/packages/commencement.scm                      |   30 +-
 gnu/packages/compression.scm                       |  194 +--
 gnu/packages/connman.scm                           |    4 +-
 gnu/packages/cran.scm                              |  930 +++++++++++
 gnu/packages/crypto.scm                            |  136 +-
 gnu/packages/cups.scm                              |   14 +-
 gnu/packages/curl.scm                              |   29 +-
 gnu/packages/databases.scm                         |   65 +-
 gnu/packages/datamash.scm                          |    6 +-
 gnu/packages/dav.scm                               |    4 +-
 gnu/packages/debug.scm                             |   65 +-
 gnu/packages/disk.scm                              |   32 +-
 gnu/packages/dns.scm                               |   21 +-
 gnu/packages/ebook.scm                             |   85 ++
 gnu/packages/ed.scm                                |    4 +-
 gnu/packages/emacs.scm                             |  349 ++++-
 gnu/packages/embedded.scm                          |    7 +-
 gnu/packages/engineering.scm                       |  122 +-
 gnu/packages/enlightenment.scm                     |   59 +-
 gnu/packages/erlang.scm                            |   11 +-
 gnu/packages/file.scm                              |    4 +-
 gnu/packages/finance.scm                           |    3 +-
 gnu/packages/flashing-tools.scm                    |   32 +
 gnu/packages/flex.scm                              |    8 +-
 gnu/packages/fonts.scm                             |  128 +-
 gnu/packages/fontutils.scm                         |   52 +-
 gnu/packages/{gforth.scm => forth.scm}             |    2 +-
 gnu/packages/fpga.scm                              |    5 +-
 gnu/packages/freedesktop.scm                       |   64 +-
 gnu/packages/freeipmi.scm                          |    4 +-
 gnu/packages/ftp.scm                               |    4 +-
 gnu/packages/game-development.scm                  |  179 ++-
 gnu/packages/games.scm                             |  321 +++-
 gnu/packages/gcc.scm                               |   16 +-
 gnu/packages/gd.scm                                |    5 +
 gnu/packages/gettext.scm                           |   16 +-
 gnu/packages/ghostscript.scm                       |  259 ++--
 gnu/packages/gimp.scm                              |   39 +-
 gnu/packages/gl.scm                                |   14 +-
 gnu/packages/glib.scm                              |    3 +-
 gnu/packages/gnome.scm                             |  597 ++++++--
 gnu/packages/gnucash.scm                           |    4 +-
 gnu/packages/gnunet.scm                            |   24 +-
 gnu/packages/gnupg.scm                             |   44 +-
 gnu/packages/gnuzilla.scm                          |   92 +-
 gnu/packages/gobby.scm                             |   85 +-
 gnu/packages/golang.scm                            |   18 +-
 gnu/packages/graph.scm                             |  118 ++
 gnu/packages/graphics.scm                          |   77 +-
 gnu/packages/groff.scm                             |   12 +-
 gnu/packages/gstreamer.scm                         |   60 +-
 gnu/packages/gtk.scm                               |    4 +-
 gnu/packages/guile-wm.scm                          |    7 +-
 gnu/packages/guile.scm                             |  248 ++-
 gnu/packages/ham-radio.scm                         |   52 +
 gnu/packages/haskell.scm                           |  304 +++-
 gnu/packages/icu4c.scm                             |   13 +-
 gnu/packages/image-viewers.scm                     |   20 +-
 gnu/packages/image.scm                             |  202 ++-
 gnu/packages/imagemagick.scm                       |  123 +-
 gnu/packages/irc.scm                               |    5 +-
 gnu/packages/java.scm                              |   69 +-
 gnu/packages/javascript.scm                        |  231 ++-
 gnu/packages/kde-frameworks.scm                    |  311 ++--
 gnu/packages/kde.scm                               |   15 +-
 gnu/packages/kerberos.scm                          |   35 +-
 gnu/packages/ld-wrapper.in                         |   40 +-
 gnu/packages/ldc.scm                               |    4 +-
 gnu/packages/lego.scm                              |   61 +-
 gnu/packages/libevent.scm                          |   12 +-
 gnu/packages/libffi.scm                            |    3 +-
 gnu/packages/libidn.scm                            |   38 +-
 gnu/packages/libreoffice.scm                       |   85 +-
 gnu/packages/libsigsegv.scm                        |   17 +-
 gnu/packages/libunistring.scm                      |    8 +-
 gnu/packages/libusb.scm                            |   16 +
 gnu/packages/linux.scm                             |  353 ++++-
 gnu/packages/lisp.scm                              |   25 +
 gnu/packages/logging.scm                           |    5 +-
 gnu/packages/machine-learning.scm                  |    1 +
 gnu/packages/mail.scm                              |   21 +-
 gnu/packages/make-bootstrap.scm                    |   30 +-
 gnu/packages/man.scm                               |    4 +-
 gnu/packages/markup.scm                            |    4 +-
 gnu/packages/maths.scm                             |  273 ++--
 gnu/packages/medical.scm                           |   60 +
 gnu/packages/mes.scm                               |   26 +-
 gnu/packages/messaging.scm                         |   30 +-
 gnu/packages/mg.scm                                |   76 -
 gnu/packages/moreutils.scm                         |   25 +-
 gnu/packages/{acct.scm => motti.scm}               |   39 +-
 gnu/packages/mp3.scm                               |   22 +-
 gnu/packages/mpd.scm                               |   11 +-
 gnu/packages/mpi.scm                               |   51 +-
 gnu/packages/music.scm                             |  154 +-
 gnu/packages/nano.scm                              |    4 +-
 gnu/packages/ncurses.scm                           |   29 +-
 gnu/packages/netpbm.scm                            |   23 +-
 gnu/packages/networking.scm                        |  129 +-
 gnu/packages/nim.scm                               |   19 +-
 gnu/packages/node.scm                              |    4 +
 gnu/packages/ntp.scm                               |    8 +-
 gnu/packages/ocaml.scm                             |  238 +++
 gnu/packages/openldap.scm                          |   35 +-
 gnu/packages/package-management.scm                |  236 ++-
 gnu/packages/parallel.scm                          |    4 +-
 gnu/packages/password-utils.scm                    |   38 +-
 .../patches/ath9k-htc-firmware-binutils.patch      |   20 -
 .../patches/bcftools-regidx-unsigned-char.patch    |   16 +
 gnu/packages/patches/binutils-mips-bash-bug.patch  |   22 -
 gnu/packages/patches/catdoc-CVE-2017-11110.patch   |   45 +
 gnu/packages/patches/chicken-CVE-2017-11343.patch  |   57 +
 .../patches/coreutils-cut-huge-range-test.patch    |   29 +-
 .../patches/coreutils-fix-cross-compilation.patch  |   15 -
 gnu/packages/patches/curl-bounds-check.patch       |   19 +
 gnu/packages/patches/cvs-2017-12836.patch          |   45 +
 .../deja-dup-use-ref-keyword-for-iter.patch        |   41 +
 .../patches/e2fsprogs-32bit-quota-warnings.patch   |   46 +
 gnu/packages/patches/erlang-man-path.patch         |   24 +
 .../patches/eudev-conflicting-declaration.patch    |   31 -
 gnu/packages/patches/evince-CVE-2017-1000083.patch |  109 --
 .../expat-CVE-2016-0718-fix-regression.patch       |   35 -
 gnu/packages/patches/fabric-tests.patch            |   15 -
 .../patches/findutils-gnulib-multi-core.patch      |  294 ++++
 .../fontconfig-charwidth-symbol-conflict.patch     |   82 -
 gnu/packages/patches/fontconfig-path-max.patch     |  124 --
 gnu/packages/patches/freetype-CVE-2017-8105.patch  |   56 -
 gnu/packages/patches/freetype-CVE-2017-8287.patch  |   44 -
 .../patches/gcc-asan-powerpc-missing-include.patch |   20 +
 gnu/packages/patches/gd-CVE-2017-7890.patch        |   30 +
 .../patches/gettext-gnulib-multi-core.patch        |  178 +++
 gnu/packages/patches/gettext-multi-core.patch      |  185 +++
 .../patches/ghostscript-CVE-2013-5653.patch        |   85 --
 .../patches/ghostscript-CVE-2015-3228.patch        |   32 -
 .../patches/ghostscript-CVE-2016-7976.patch        |  185 ---
 .../patches/ghostscript-CVE-2016-7978.patch        |   25 -
 .../patches/ghostscript-CVE-2016-7979.patch        |   48 -
 .../patches/ghostscript-CVE-2016-8602.patch        |   47 -
 .../patches/ghostscript-CVE-2017-8291.patch        |  166 +-
 .../ghostscript-no-header-creationdate.patch       |   22 +
 .../patches/ghostscript-no-header-id.patch         |   57 +
 .../patches/ghostscript-no-header-uuid.patch       |   50 +
 gnu/packages/patches/ghostscript-runpath.patch     |   17 +-
 gnu/packages/patches/glibc-CVE-2015-5180.patch     |  311 ++++
 gnu/packages/patches/glibc-CVE-2015-7547.patch     |  590 +++++++
 gnu/packages/patches/glibc-CVE-2016-3075.patch     |   43 +
 gnu/packages/patches/glibc-CVE-2016-3706.patch     |  188 +++
 gnu/packages/patches/glibc-CVE-2016-4429.patch     |   58 +
 .../patches/graphicsmagick-CVE-2017-12935.patch    |   28 +
 .../patches/graphicsmagick-CVE-2017-12936.patch    |   16 +
 .../patches/graphicsmagick-CVE-2017-12937.patch    |   28 +
 gnu/packages/patches/grep-gnulib-lock.patch        |   32 +
 gnu/packages/patches/groff-source-date-epoch.patch |  299 ++++
 gnu/packages/patches/guile-2.2-default-utf8.patch  |   78 +
 .../patches/guile-bytestructures-name-clash.patch  |   31 +
 gnu/packages/patches/guile-relocatable.patch       |    4 +-
 .../patches/guile-ssh-channel-finalization.patch   |   28 -
 gnu/packages/patches/guile-ssh-double-free.patch   |   37 -
 gnu/packages/patches/guile-ssh-rexec-bug.patch     |   16 -
 gnu/packages/patches/heimdal-CVE-2017-11103.patch  |   45 +
 gnu/packages/patches/heimdal-CVE-2017-6594.patch   |   85 ++
 .../patches/intltool-perl-compatibility.patch      |   76 +
 .../patches/libffi-3.2.1-complex-alpha.patch       |   28 +
 gnu/packages/patches/libgit2-use-after-free.patch  |   24 -
 gnu/packages/patches/libtasn1-CVE-2017-10790.patch |   63 +
 gnu/packages/patches/libtasn1-CVE-2017-6891.patch  |   51 -
 gnu/packages/patches/libtiff-CVE-2016-10092.patch  |   42 -
 gnu/packages/patches/libtiff-CVE-2016-10093.patch  |   53 -
 gnu/packages/patches/libtiff-CVE-2016-10094.patch  |   34 -
 gnu/packages/patches/libtiff-CVE-2017-5225.patch   |   86 --
 .../patches/libtiff-assertion-failure.patch        |   60 -
 .../patches/libtiff-divide-by-zero-ojpeg.patch     |   63 -
 .../patches/libtiff-divide-by-zero-tiffcp.patch    |  104 --
 .../patches/libtiff-divide-by-zero-tiffcrop.patch  |   57 -
 gnu/packages/patches/libtiff-divide-by-zero.patch  |   67 -
 .../libtiff-heap-overflow-pixarlog-luv.patch       |  131 --
 .../libtiff-heap-overflow-tif-dirread.patch        |  132 --
 .../patches/libtiff-heap-overflow-tiffcp.patch     |   67 -
 .../patches/libtiff-heap-overflow-tiffcrop.patch   |   60 -
 gnu/packages/patches/libtiff-invalid-read.patch    |   64 -
 .../patches/libtiff-null-dereference.patch         |   42 -
 .../patches/libtiff-tiffcp-underflow.patch         |   41 -
 .../patches/libunistring-gnulib-multi-core.patch   |  178 +++
 .../patches/libusb-0.1-disable-tests.patch         |   15 +
 gnu/packages/patches/lz4-fix-test-failures.patch   |  136 --
 .../patches/mesa-fix-32bit-test-failures.patch     |   58 -
 .../patches/mesa-skip-disk-cache-test.patch        |    7 +-
 gnu/packages/patches/metabat-fix-boost-issue.patch |   27 +
 gnu/packages/patches/metabat-fix-compilation.patch |   39 +
 .../patches/newsbeuter-CVE-2017-12904.patch        |   34 +
 gnu/packages/patches/nss-pkgconfig.patch           |    4 +-
 gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch   |   43 -
 .../openjpeg-CVE-2016-9572-CVE-2016-9573.patch     |  233 ---
 .../openjpeg-CVE-2016-9850-CVE-2016-9851.patch     |  245 ---
 gnu/packages/patches/openjpeg-CVE-2017-12982.patch |   28 +
 .../patches/perl-dbd-mysql-CVE-2017-10788.patch    |   62 +
 .../patches/perl-net-ssleay-disable-ede-test.patch |   23 -
 gnu/packages/patches/perl-no-sys-dirs.patch        |   73 +-
 gnu/packages/patches/poppler-CVE-2017-9776.patch   |   34 -
 .../poppler-fix-crash-with-broken-documents.patch  |   61 -
 .../patches/python-cython-fix-tests-32bit.patch    |   27 -
 .../python-fake-factory-fix-build-32bit.patch      |   36 -
 .../patches/python-file-double-encoding-bug.patch  |   50 -
 .../patches/python-pbr-fix-man-page-support.patch  |   28 -
 .../python-pygit2-disable-network-tests.patch      |   79 +-
 .../python-pyopenssl-17.1.0-test-overflow.patch    |   36 -
 gnu/packages/patches/qemu-CVE-2017-10664.patch     |   27 +
 gnu/packages/patches/qemu-CVE-2017-10806.patch     |   38 +
 gnu/packages/patches/qemu-CVE-2017-10911.patch     |  106 ++
 gnu/packages/patches/qemu-CVE-2017-11334.patch     |   52 +
 gnu/packages/patches/qemu-CVE-2017-11434.patch     |   25 +
 gnu/packages/patches/qemu-CVE-2017-12809.patch     |   38 +
 gnu/packages/patches/quassel-fix-tls-check.patch   |   25 +
 gnu/packages/patches/rpm-CVE-2014-8118.patch       |   25 -
 .../patches/ruby-puma-ignore-broken-test.patch     |   13 -
 .../patches/shishi-fix-libgcrypt-detection.patch   |   32 +
 .../patches/sooperlooper-build-with-wx-30.patch    |  179 +++
 .../patches/supertuxkart-angelscript-ftbfs.patch   |   42 +
 .../patches/texlive-texmf-CVE-2016-10243.patch     |   18 -
 gnu/packages/patches/vinagre-revert-1.patch        |   56 +
 gnu/packages/patches/vinagre-revert-2.patch        |  448 ++++++
 gnu/packages/patches/wget-perl-5.26.patch          |   96 ++
 .../xf86-video-siliconmotion-fix-ftbfs.patch       |  171 +++
 gnu/packages/pciutils.scm                          |   19 +-
 gnu/packages/pcre.scm                              |   17 +-
 gnu/packages/pdf.scm                               |   17 +-
 gnu/packages/perl.scm                              |  648 ++++++--
 gnu/packages/photo.scm                             |   10 +-
 gnu/packages/php.scm                               |   17 +-
 gnu/packages/pkg-config.scm                        |    4 +-
 gnu/packages/pulseaudio.scm                        |   17 +-
 gnu/packages/pv.scm                                |    4 +-
 gnu/packages/python.scm                            |  694 +++++++--
 gnu/packages/qt.scm                                |  106 ++
 gnu/packages/rails.scm                             |    4 +-
 gnu/packages/rdesktop.scm                          |  118 +-
 gnu/packages/regex.scm                             |    4 +-
 gnu/packages/ruby.scm                              |  396 ++---
 gnu/packages/samba.scm                             |   21 +-
 gnu/packages/scheme.scm                            |    3 +-
 gnu/packages/screen.scm                            |    4 +-
 gnu/packages/sdl.scm                               |    9 +-
 gnu/packages/search.scm                            |   28 +
 gnu/packages/serialization.scm                     |   36 +-
 gnu/packages/shells.scm                            |  162 +-
 gnu/packages/skarnet.scm                           |   12 +-
 gnu/packages/sml.scm                               |   72 +
 gnu/packages/ssh.scm                               |   36 +-
 gnu/packages/sssd.scm                              |    7 +-
 gnu/packages/statistics.scm                        |  542 ++++---
 gnu/packages/swig.scm                              |   12 +-
 gnu/packages/sync.scm                              |    4 +-
 gnu/packages/syndication.scm                       |    2 +
 gnu/packages/tex.scm                               | 1610 +++++++++++++++++---
 gnu/packages/text-editors.scm                      |   62 +-
 gnu/packages/textutils.scm                         |    2 +
 gnu/packages/tls.scm                               |  126 +-
 gnu/packages/tor.scm                               |    9 +-
 gnu/packages/valgrind.scm                          |    9 +
 gnu/packages/version-control.scm                   |  117 +-
 gnu/packages/video.scm                             |   27 +-
 gnu/packages/vim.scm                               |   65 +-
 gnu/packages/{qemu.scm => virtualization.scm}      |   85 +-
 gnu/packages/vpn.scm                               |    6 +-
 gnu/packages/web.scm                               |  472 +++++-
 gnu/packages/webkit.scm                            |    4 +-
 gnu/packages/wget.scm                              |   20 +-
 gnu/packages/wine.scm                              |    3 +-
 gnu/packages/wm.scm                                |   48 +-
 gnu/packages/xdisorg.scm                           |   34 +-
 gnu/packages/xiph.scm                              |    9 +-
 gnu/packages/xml.scm                               |   19 +-
 gnu/packages/xorg.scm                              |  109 +-
 gnu/services/admin.scm                             |  171 ++-
 gnu/services/audio.scm                             |   86 ++
 gnu/services/base.scm                              |   15 +-
 gnu/services/cuirass.scm                           |   11 +
 gnu/services/databases.scm                         |   86 ++
 gnu/services/desktop.scm                           |   31 +
 gnu/services/herd.scm                              |   42 +-
 gnu/services/networking.scm                        |   11 +-
 gnu/services/ssh.scm                               |   96 +-
 gnu/services/sysctl.scm                            |    2 +-
 gnu/services/virtualization.scm                    |  492 ++++++
 gnu/services/web.scm                               |  274 ++--
 gnu/services/xorg.scm                              |  202 ++-
 gnu/system.scm                                     |   63 +-
 gnu/system/examples/bare-bones.tmpl                |    4 +-
 gnu/system/examples/desktop.tmpl                   |    7 +-
 gnu/system/examples/lightweight-desktop.tmpl       |    7 +-
 gnu/system/examples/vm-image.tmpl                  |    2 +-
 gnu/system/install.scm                             |    5 +-
 gnu/system/locale.scm                              |   45 +-
 gnu/system/shadow.scm                              |    8 +-
 gnu/system/vm.scm                                  |   94 +-
 gnu/tests.scm                                      |    2 +-
 gnu/tests/admin.scm                                |  128 ++
 gnu/tests/audio.scm                                |   78 +
 gnu/tests/base.scm                                 |  310 ++--
 gnu/tests/databases.scm                            |  123 ++
 gnu/tests/dict.scm                                 |  165 +-
 gnu/tests/install.scm                              |   16 +-
 gnu/tests/mail.scm                                 |  388 ++---
 gnu/tests/messaging.scm                            |  198 +--
 gnu/tests/networking.scm                           |   95 +-
 gnu/tests/nfs.scm                                  |  142 +-
 gnu/tests/ssh.scm                                  |  268 ++--
 gnu/tests/virtualization.scm                       |   95 ++
 gnu/tests/web.scm                                  |  125 +-
 guix/base32.scm                                    |   10 +-
 guix/build-system/cmake.scm                        |  160 +-
 guix/build-system/gnu.scm                          |    1 +
 guix/build-system/minify.scm                       |  127 ++
 guix/build/cmake-build-system.scm                  |   11 +-
 guix/build/gnu-build-system.scm                    |   43 +-
 guix/build/graft.scm                               |   22 +-
 guix/build/minify-build-system.scm                 |   73 +
 guix/build/syscalls.scm                            |   16 +-
 guix/build/utils.scm                               |   17 +-
 guix/download.scm                                  |   58 +-
 guix/gexp.scm                                      |   46 +-
 guix/git-download.scm                              |  100 +-
 guix/import/cpan.scm                               |    2 +-
 guix/licenses.scm                                  |    7 +
 guix/packages.scm                                  |   18 +-
 guix/profiles.scm                                  |   40 +-
 guix/scripts/download.scm                          |    5 +-
 guix/scripts/lint.scm                              |   41 +-
 guix/scripts/offload.scm                           |   48 +-
 guix/scripts/pack.scm                              |   18 +-
 guix/scripts/package.scm                           |   30 +-
 guix/scripts/publish.scm                           |   35 +-
 guix/scripts/pull.scm                              |  250 +--
 guix/scripts/substitute.scm                        |   23 +-
 guix/scripts/system.scm                            |   63 +-
 guix/scripts/weather.scm                           |  234 +++
 guix/store.scm                                     |    9 +-
 guix/ui.scm                                        |   21 -
 guix/utils.scm                                     |   32 +-
 nix/libstore/build.cc                              |   12 +-
 nix/libutil/util.cc                                |   15 -
 nix/libutil/util.hh                                |    6 -
 nix/nix-daemon/nix-daemon.cc                       |   10 +-
 po/guix/POTFILES.in                                |    1 +
 po/packages/POTFILES.in                            |    2 +-
 tests/gexp.scm                                     |    8 +
 tests/grafts.scm                                   |   34 +-
 tests/guix-download.sh                             |    5 +-
 tests/system.scm                                   |    4 +-
 390 files changed, 22735 insertions(+), 9063 deletions(-)

diff --cc gnu/packages/linux.scm
index 54cf800,d454b08..304e0b7
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@@ -2897,10 -3019,10 +3019,10 @@@ Bluetooth audio output devices like hea
                      version ".tar.xz"))
                (sha256
                 (base32
 -                "1sb4aflgyrl7apricjipa8wx95qm69yja0lmn2f19g560c3v1b2c"))))
 +                "0a4fj343bdqsfyv12hmj9nym0ilsf0bvm54a4apbiby16ww3vayx"))))
      (build-system gnu-build-system)
      (arguments
-      '(#:configure-flags
+      `(#:configure-flags
         (let ((out (assoc-ref %outputs "out")))
           (list "--sysconfdir=/etc"
                 "--localstatedir=/var"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]