summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-12-01gnu: scalapack: Update to 2.1.0....* gnu/packages/maths.scm (scalapack): Update to 2.1.0. [source]: Remove "scalapack-blacs-mpi-deprecations.patch" and add "scalapack-gcc-10-compilation.patch". [arguments]: Add 'skip-faulty-test' phase. * gnu/packages/patches/scalapack-blacs-mpi-deprecations.patch: Remove. * gnu/packages/patches/scalapack-gcc-10-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2021-12-01gnu: tor: Fix build issue on some architectures....* gnu/packages/tor.scm (tor)[arguments]: Add phase to remove sandbox during one of the tests. Efraim Flashner
2021-12-01gnu: gnome-builder: Use libsoup 2....* gnu/packages/gnome.scm (gnome-builder) [phase 'patch-meson]: Don’t search for webkit2gtk-4.1. [inputs]: Replace devhelp with devhelp-with-libsoup2 and webkit with webkit-with-libsoup2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vivien Kraus
2021-12-01gnu: devhelp: Add a libsoup 2 variant....* gnu/packages/gnome.scm (devhelp-with-libsoup2): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vivien Kraus
2021-11-30gnu: freecad: Fix build....* gnu/packages/patches/freecad-boost-serialization.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (freecad) [source]: Use it. [arguments]{#:configure-flags}: Turn it into a GEXP and adapt it. Mathieu Othacehe
2021-11-30gnu: Remove vtk-8....* gnu/packages/image-processing.scm (vtk-8): Remove it. Mathieu Othacehe
2021-11-30gnu: freecad: Switch to vtk-9....Switch to vtk-9 with the relevant patch to be able to get rid of vtk-8. * gnu/packages/patches/freecad-vtk9.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (freecad)[source]: Use it. Mathieu Othacehe
2021-11-30gnu: ghc: Fix build on i686-linux....* gnu/packages/haskell.scm (ghc-8.10)[arguments]<#:phases>: Disable failing test. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> zimoun
2021-11-29gnu: agg: Fix build....* gnu/packages/patches/agg-2.5-gcc8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/graphics.scm (agg)[source]: Use it. Mathieu Othacehe
2021-11-28gnu: darktable: Build with OpenEXR 3....* gnu/packages/photo.scm (darktable)[arguments]<#:phases>: Rename 'set-LDFLAGS-and-CPATH to 'set-LDFLAGS. Don't set CPATH. [inputs]: Remove ilmbase. Add imath. Replace openexr-2 with openexr. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-11-28gnu: darktable: Build with libsoup 2....* gnu/packages/photo.scm (darktable)[inputs]: Change libsoup to libsoup-minimal-2. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-11-29gnu: slepc: Update to 3.16.1....* gnu/packages/maths.scm (slepc): Update to 3.16.1. [native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH. [properties]: New field. Ludovic Courtès
2021-11-29gnu: petsc: Update to 3.16.1....* gnu/packages/maths.scm (petsc): Update to 3.16.1. [native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH. [arguments]: Rewrite using gexps. Pass '--with-openblas-dir'. In 'configure' phase, modify "config/example_template.py". Ludovic Courtès
2021-11-29gnu: python2-requests: Remove dependency on python-charset-normalizer....The python-charset-normalizer package is Python 3 only. * gnu/packages/python-web.scm (python-requests)[properties]: New field. (python2-requests): Rewrite to remove 'python-charset-normalizer' from 'propagated-inputs'. Ludovic Courtès
2021-11-29gnu: python-notify2: Propagate python-dbus....* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to... [propagated-inputs]: ... this. Ludovic Courtès
2021-11-29gnu: python-dbus: Register 'python2-dbus' as the Python 2 variant....This allows things like 'python2-notify2' to actually use the Python 2 variant of 'python-dbus'. * gnu/packages/python-xyz.scm (python-dbus)[properties]: New field. (python2-dbus)[inputs]: Remove unnecessary 'alist-delete' argument. Ludovic Courtès
2021-11-28gnu: krfb: Use latest pipewire....* gnu/packages/kde-systemtools.scm (krfb)[inputs]: Replace pipewire with pipewire-0.3. Ricardo Wurmus
2021-11-28gnu: pipewire-0.3: Add optional inputs....* gnu/packages/linux.scm (pipewire-0.3)[inputs]: Add avahi and ldacbt. Ricardo Wurmus
2021-11-28gnu: pipewire-0.3: Update to 0.3.40....* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40. [arguments]: Disable session managers to avoid missing input. Ricardo Wurmus
2021-11-27gnu: rust: Add 'supported-systems' field....* gnu/packages/rust.scm (rust-1.39)[supported-systems]: New field. (rust-1.40)[supported-systems]: Remove. Ludovic Courtès
2021-11-27gnu: polkit: Rename default variable to 'polkit-mozjs'....* gnu/packages/polkit.scm (polkit*): Rename to... (polkit-mozjs): ... this. Adjust users. Ludovic Courtès
2021-11-27gnu: blanket: Update to 0.5.0....* gnu/packages/task-management.scm (blanket): Update to 0.5.0. Leo Famulari
2021-11-27gnu: glibc-for-bootstrap: Build with GCC 7....Fixes <https://issues.guix.gnu.org/52066>. * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[native-inputs]: Add gcc-7. Pierre Langlois
2021-11-27gnu: marble-qt: Add optional dependencies....* gnu/packages/kde.scm (marble-qt)[arguments]<#:configure-flags>: Remove "-DCMAKE_BUILD_TYPE=Release" and "-DWITH_KF5=FALSE". Add "-DBUILD_MARBLE_TOOLS=YES" and "-DBUILD_TOUCH=YES". [native-inputs]: Add extra-cmake-modules. [inputs]: Sort alphabetically. Add gpsd, kcoreaddons, kcrash, kdoctools, ki18n, kio, knewstuff, kparts, krunner, kwallet, perl, phonon, protobuf, qtserialport, qtsvg, shapelib, shared-mime-info, zlib. Remove qtwebkit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2021-11-27gnu: marble-qt: Update to 21.08.3....* gnu/packages/kde.scm (marble-qt): Update to 21.08.3. [build-system]: Use qt-build-system. [arguments]<#:configure-flags>: Pass "-DBUILD_MARBLE_TESTS=FALSE". [license]: Change to lgpl2.1+. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2021-11-27gnu: marble-qt: Move to (gnu packages kde)....* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego
2021-11-27gnu: libosinfo: Use osinfo-db-next....* gnu/packages/virtualization.scm (libosinfo)[inputs]: Use osinfo-db-next instead of osinfo-db. Mathieu Othacehe
2021-11-27gnu: Add osinfo-db-next....* gnu/packages/virtualization.scm (osinfo-db-next): New variable. Mathieu Othacehe
2021-11-27gnu: gnome-boxes: Add Guix logo support....* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-boxes): Use it. Mathieu Othacehe
2021-11-27gnu: krunner: Remove reference to '%build-inputs'....* gnu/packages/kde-frameworks.scm (krunner)[arguments]: Replace reference to '%build-inputs' by 'inputs' keyword argument. Ludovic Courtès
2021-11-27gnu: akonadi: Remove references to '%outputs' and '%build-inputs'....* gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to '%outputs' and '%build-inputs'. Ludovic Courtès
2021-11-27gnu: libksysguard: Remove reference to '%outputs'....* gnu/packages/kde-plasma.scm (libksysguard)[arguments]: Remove reference to '%outputs' and use gexps. Ludovic Courtès
2021-11-27gnu: bluez-qt: Remove reference to '%output'....* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Replace reference to '%output' by a gexp. Ludovic Courtès
2021-11-27gnu: k3b: Remove references to '%outputs' and '%build-inputs'....* gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to '%build-inputs' and '%outputs'. Ludovic Courtès
2021-11-27gnu: kmplayer: Remove reference to '%build-inputs'....* gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use 'this-package-input' instead of '%build-inputs'. Ludovic Courtès
2021-11-27gnu: kamoso: Remove reference to '%build-inputs'....* gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using a gexp. Ludovic Courtès
2021-11-27gnu: surf: Build with libsoup2....* gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Guillaume Le Vaillant
2021-11-27gnu: luakit: Build with libsoup2....* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Jack Hill
2021-11-27gnu: vimb: Build with libsoup2....* gnu/packages/web-browsers.scm (vimb)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Jack Hill
2021-11-27gnu: midori: Adjust inputs....* gnu/packages/web-browsers.scm (midori)[propogated-inputs]: Add desktop-file-utils and which. [inputs]: Replace webkit with webkit-with-libsoup2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Jack Hill
2021-11-27gnu: julia-unitful: Disable parallel tests....* gnu/packages/julia-xyz.scm (julia-unitful)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-27gnu: julia-requires: Disable parallel tests....* gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-27gnu: julia-interpolations: Disable parallel tests....* gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-27gnu: julia-aqua: Disable parallel tests....* gnu/packages/julia-xyz.scm (julia-aqua)[arguments]: Disable parallel tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-27gnu: julia: Correctly test using '#:parallel-tests?'....* gnu/packages/julia.scm (julia)[phases]{enable-parallel-tests}: Use PARALLEL-TESTS?, not PARALLEL-BUILD?. Remove comment. * gnu/packages/patches/julia-allow-parallel-build.patch: Move explanatory comment to the top of the patch. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun
2021-11-26gnu: ristretto: Remove unused librsvg dependency....* gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG. Ludovic Courtès
2021-11-26gnu: openbox: Keep librsvg dependency on x86_64 only....* gnu/packages/openbox.scm (openbox)[inputs]: Make LIBRSVG conditional. Ludovic Courtès
2021-11-26gnu: tor: Address glibc 2.33 compatibility issue on i686....* gnu/packages/patches/tor-sandbox-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (tor): Use it. Ludovic Courtès
2021-11-26gnu: pitivi: Fix build with Meson 0.60....* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (pitivi)[source]: Use it. Leo Famulari
2021-11-26gnu: evolution-data-server: Fix build....* gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk by webkitgtk-with-libsoup2. [arguments]: Remove 'adjust-webkitgtk-version' phase. Guillaume Le Vaillant