summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2020-04-13gnu: autogen: Disable parallel tests....* gnu/packages/autogen.scm (autogen)[arguments]: Add #:parallel-tests?. Marius Bakke
2020-04-13gnu: python2-backports-shutil-get-terminal-size: Fix test failure....* gnu/packages/python-xyz.scm (python2-backports-shutil-get-terminal-size)[arguments]: In the check phase, set PYTHONPATH before running the tests. Marius Bakke
2020-04-13gnu: perl-ev: Update to 4.31....* gnu/packages/libevent.scm (perl-ev): Update to 4.31. Marius Bakke
2020-04-11gnu: moarvm: Propagate libffi....* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ... [propagated-inputs]: ... here. Marius Bakke
2020-04-11gnu: pcmanfm-qt: Remove obsolete workaround....* gnu/packages/lxqt.scm (pcmanfm-qt)[inputs]: Remove GLIB:BIN. [arguments]: Remove phase 'wrap-glib'. Marius Bakke
2020-04-11gnu: gnutls-3.6.13: Cross-build fix....* gnu/packages/patches/gnutls-cross.patch: New file. * gnu/packages/tls.scm (gnutls-3.6.13)[source]: Use it. [native-inputs]: If cross-compiling, add native guile-3.0. This actually cross compiles .go modules. Jan (janneke) Nieuwenhuizen
2020-04-11gnu: guile-json: Cross-build fix....* gnu/packages/patches/guile-json-cross.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-json-3)[source]: Use it. [arguments]: Remove configure to trigger bootstrap phase. Jan (janneke) Nieuwenhuizen
2020-04-11gnu: openssh: Build fix for the Hurd....* gnu/packages/patches/openssh-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. [inputs]: If hurd-target? is true, omit xauth. Jan (janneke) Nieuwenhuizen
2020-04-11gnu: openssl: Support cross-compilation to the Hurd....* gnu/packages/tls.scm (openssl)[arguments]: Add `i586' => hurd-x86 platform setting. Jan (janneke) Nieuwenhuizen
2020-04-11gnu: hurd: "/libexec/rc" spawns the console client....* gnu/packages/hurd.scm (hurd-rc-script): Start the console client. Ludovic Courtès
2020-04-11gnu: guile@3: Disable JIT on GNU/Hurd....* gnu/packages/guile.scm (guile-3.0)[arguments]: New field. Ludovic Courtès
2020-04-11gnu: cross-libc: Add patch to allow 'gettyent' reading store file names....* gnu/packages/patches/glibc-hurd-gettyent.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cross-base.scm (cross-libc): Add it in 'patch-libc/hurd' phase when 'hurd-target?' is true. Jan (janneke) Nieuwenhuizen
2020-04-11gnu: hurd: Install a BDF font....* gnu/packages/hurd.scm (unifont): New variable. (hurd)[arguments]: In 'install-goodies' phase, install OUT/share/hurd/vga-system.bdf. [inputs]: Add UNIFONT. Ludovic Courtès
2020-04-11gnu: hurd: Add dependency on libdaemon....* gnu/packages/hurd.scm (hurd)[inputs]: Add dependency on libdaemon. [native-inputs]: Add PKG-CONFIG. Ludovic Courtès
2020-04-11gnu: libdaemon: Cross-build with --localstatedir=/var....* gnu/packages/libdaemon.scm (libdaemon)[arguments]: Add "--localstatedir=/var" when (%current-target-system) is true. Ludovic Courtès
2020-04-11gnu: libdaemon: Allow cross-compilation....* gnu/packages/libdaemon.scm (libdaemon)[arguments]: New field. Ludovic Courtès
2020-04-11gnu: hurd: Add dependency on libgcrypt....* gnu/packages/hurd.scm (hurd)[inputs]: Add LIBGCRYPT. [native-inputs]: Likewise. Ludovic Courtès
2020-04-11gnu: libgcrypt: Fix cross-compilation....This works around /gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash ../libtool --tag=CC --mode=link i586-pc-gnu-gcc -I/gnu/store/8x9dhckldm6iy1digklfanmvdaizq11f-libgpg-error-1.37/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o mpicalc mpicalc-mpicalc.o libgcrypt.la -L/gnu/store/8x9dhckldm6iy1digklfanmvdaizq11f-libgpg-error-1.37/lib -lgpg-error i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift' i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n' i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1' i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1' i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1' i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n' i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift' * gnu/packages/gnupg.scm (libgcrypt)[arguments]: Disable assembly when cross-compiling. Jan (janneke) Nieuwenhuizen
2020-04-11gnu: hurd: Install the UTF-8 motd....* gnu/packages/hurd.scm (hurd)[arguments]: Add 'install-goodies' phase. Ludovic Courtès
2020-04-11gnu: hurd: Ensure startup scripts refer to the right programs....* gnu/packages/hurd.scm (hurd)[arguments]: In 'set-file-names' phase, patch startup.c, init.c, login.c, and daemons/runsystem/*. Add 'patch-libexec-shebangs' phase. Subtitute /libexec and /sbin, so that we may run RC. [inputs]: Add BASH-MINIMAL, COREUTILS, SED, GREP, and UTIL-LINUX. Ludovic Courtès
2020-04-11gnu: hurd: Record the right file name of 'login'....* gnu/packages/hurd.scm (hurd)[arguments]: Add 'set-file-names' phase. Ludovic Courtès
2020-04-11gnu: hurd: Use a 32-bit MiG when cross-compiling....* gnu/packages/hurd.scm (hurd)[native-inputs]: When '%current-target-system' is true, pass #:system "i686-linux" to 'mig'. Ludovic Courtès
2020-04-11gnu: cross-libc: Add patch to add 'mach_print' symbol on GNU/Hurd....* gnu/packages/patches/glibc-hurd-mach-print.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cross-base.scm (cross-libc): Add 'patch-libc/hurd' phase when 'hurd-target?' is true. Ludovic Courtès
2020-04-11gnu: hurd: Provide our own /libexec/rc script....* gnu/packages/hurd.scm (hurd-rc-script): New procedure. (hurd)[inputs]: Add (hurd-rc-script). Ludovic Courtès
2020-04-11gnu: gnumach: Enable kernel debugger (kbd)....* gnu/packages/hurd.scm (gnumach)[arguments]: Add "--enable-kdb". Ludovic Courtès
2020-04-11gnu: sbcl-burgled-batteries3: Fix build with Python 3.8....* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]: Remove "m" suffix from Python include directory. Add phase to remove deprecated Python API binding. Marius Bakke
2020-04-11Merge branch 'master' into core-updatesMarius Bakke
2020-04-11gnu: python-genshi: Update to 0.7.3....* gnu/packages/python-web.scm (python-genshi): Update to 0.7.3. Marius Bakke
2020-04-11gnu: python-pycrypto: Fix build with Python 3.8....* gnu/packages/patches/python-pycrypto-time-clock.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-crypto.scm (python-pycrypto)[source](patches): Add it. Marius Bakke
2020-04-11gnu: python-dnspython: Update to 1.16.0....* gnu/packages/python-xyz.scm (python-dnspython): Update to 1.16.0. Marius Bakke
2020-04-11gnu: python-flask: Update to 1.1.2....* gnu/packages/python-web.scm (python-flask): Update to 1.1.2. Marius Bakke
2020-04-11gnu: sbcl-burgled-batteries3: Python is a runtime dependency....* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[native-inputs]: Move PYTHON ... [inputs]: ... here. Marius Bakke
2020-04-11gnu: sbcl-burgled-batteries3: Update to 0.0.0-2.f65f454....* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3): Update to 0.0.0-2.f65f454. [arguments]: Rewrite phases to use the new BB_PYTHON3_* variables. Add #:modules and #:imported-modules. Marius Bakke
2020-04-11gnu: python-pyqtwebengine: Use 'python-version'....* gnu/packages/qt.scm (python-pyqtwebengine)[arguments]: Add (guix build python-build-system) to #:modules. Adjust #:imported-modules accordingly. Rewrite #:phases to use it instead of rolling their own, or hard-coding. Marius Bakke
2020-04-11gnu: gRPC@1.16: Fix build with glibc 2.30 and later....* gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom gettid() function. Marius Bakke
2020-04-11gnu: python-gevent: Update to 1.5.0....* gnu/packages/python-xyz.scm (python-gevent): Update to 1.5.0. [arguments]: Split the unbundling and include path adjustments intwo two phases. Enable previously failing test; disable two others. Use a format string instead of DISPLAY when writing skipped_tests.txt. Marius Bakke
2020-04-11gnu: spandsp: Add comment....* gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the LIBJPEG-TURBO dependency comes via LIBTIFF. Marius Bakke
2020-04-11gnu: python-duniterpy: Update to 0.57.0....* gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0. Nicolas Goaziou
2020-04-11gnu: Add tennix....* gnu/packages/games.scm (tennix): New variable. Nicolas Goaziou
2020-04-11gnu: Merge ham-radio and sdr modules into radio module....* gnu/packages/ham-radio.scm: Rename to 'radio.scm'. * gnu/packages/sdr.scm: Remove file. (liquid-dsp): Move to ... * gnu/packages/radio.scm (liquid-dsp): ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove 'ham-radio.scm' and 'sdr.scm'. Add 'radio.scm'. Guillaume Le Vaillant
2020-04-11gnu: bubblewrap: Update to 0.4.1 [fixes CVE-2020-5291]....Relevant only ‘[i]f bubblewrap is installed in setuid mode and the kernel supports unprivileged user namespaces’. Bubblewrap is not setuid by default on Guix System. * gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.1. Tobias Geerinckx-Rice
2020-04-11gnu: openconnect: Update to 8.08....* gnu/packages/vpn.scm (openconnect): Update to 8.08. [propagated-inputs]: Use gnutls-3.6.13. * gnu/packages/tls.scm (gnutls-3.6.13): Export it. Tobias Geerinckx-Rice
2020-04-11gnu: supertux: Update to 0.6.1.1....* gnu/packages/games.scm (supertux): Update to 0.6.1.1. Tobias Geerinckx-Rice
2020-04-11gnu: syncthing: Update to 1.4.2....* gnu/packages/syncthing.scm (syncthing): Update to 1.4.2. Tobias Geerinckx-Rice
2020-04-11gnu: tig: Update to 2.5.1....* gnu/packages/version-control.scm (tig): Update to 2.5.1. [arguments]: #:test-target is correct even if all #:tests? can't run. Tobias Geerinckx-Rice
2020-04-11gnu: dbacl: Update to 1.14.1....* gnu/packages/textutils.scm (dbacl): Update to 1.14.1. [source]: Add patch to fix build with current glibc. [arguments]: (Try to) bootstrap only once. * gnu/packages/patches/dbacl-include-locale.h.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2020-04-11gnu: libdca: Update to 0.0.7....* gnu/packages/video.scm (libdca): Update to 0.0.7. [native-inputs]: Add autoconf, automake, and libtool. Tobias Geerinckx-Rice
2020-04-11gnu: thunar: Update to 1.8.14....* gnu/packages/xfce.scm (thunar): Update to 1.8.14. Tobias Geerinckx-Rice
2020-04-11gnu: Add linphoneqt....* gnu/packages/linphone.scm (linphoneqt): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-04-11gnu: spandsp: Fix build failure....* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo. Danny Milosavljevic