summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: libxml++: Fix build.Guillaume Le Vaillant2021-09-12
| | | | * gnu/packages/gnome.scm (libxml++)[inputs]: Replace glibmm by glibmm-2.64.
* gnu: libxmlplusplus: Fix build.Felix Gruber2021-09-12
| | | | | | | * gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with glibmm-2.64. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: ruby-tins: Update to 1.29.1.Efraim Flashner2021-09-12
| | | | | * gnu/packages/ruby.scm (ruby-tins): Update to 1.29.1. [propagated-inputs]: Add ruby-sync.
* gnu: Add ruby-sync.Efraim Flashner2021-09-12
| | | | * gnu/packages/ruby.scm (ruby-sync): New variable.
* gnu: ruby-multi-json: Update to 1.15.0.Efraim Flashner2021-09-12
| | | | | | | * gnu/packages/ruby.scm (ruby-multi-json): Update to 1.15.0. [arguments]: Remove custom 'remove-signing-key-reference phase. Add phase to adjust test suite. [native-inputs]: Remove bundler, ruby-yard.
* gnu: ruby-json-pure: Update to 2.3.1.Efraim Flashner2021-09-12
| | | | | | | * gnu/packages/ruby.scm (ruby-json-pure): Update to 2.3.1. [arguments]: Remove custom 'regenerate-gemspec, 'fix-json-java.gemspec phases. Remove part of custom 'fix-rakefile phase. [native-inputs]: Add which.
* gnu: ruby-mocha: Update to 1.13.0.Efraim Flashner2021-09-12
| | | | | * gnu/packages/ruby.scm (ruby-mocha): Update to 1.13.0. [home-page]: Adjust to new upstream home-page.
* gnu: ruby-pandoc-ruby: Adjust test suite.Efraim Flashner2021-09-12
| | | | | * gnu/packages/ruby.scm (ruby-pandoc-ruby)[arguments]: Adjust test suite to change in ruby behavior and the test suite.
* gnu: gnome-maps: Remove obsolete phase.Jonathan Brielmaier2021-09-12
| | | | | * gnu/packages/geo.scm (gnome-maps)[arguments]: Remove 'fix-broken-tests phase as the tests pass now.
* gnu: libnet6: Fix build.Felix Gruber2021-09-12
| | | | | | | * gnu/packages/gobby.scm (libnet6)[inputs]: replace libsigc++ with libsigc++-2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: chocolate-doom: Fix compilation with GCC 10.Felix Gruber2021-09-12
| | | | | | | * gnu/packages/games.scm (chocolate-doom)[arguments]: Pass '-fcommon' to CFLAGS. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: global: Fix wrap phase.Efraim Flashner2021-09-12
| | | | | * gnu/packages/code.scm (global)[arguments]: Wrap python script with GUIX_PYTHONPATH.
* gnu: librsvg: Simplify custom phase.Efraim Flashner2021-09-11
| | | | | * gnu/packages/gnome.scm (librsvg)[arguments]: Adjust custom 'gnu-configure phase to use more default arguments.
* gnu: Don't use older versions of rust.Efraim Flashner2021-09-11
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-cxx-1, rust-cxx-build-1, rust-cxx-gen-0.7, rust-cxxbridge-macro-1, rust-postgres-0.19, rust-rust-decimal-1,rust-socket2-0.4, rust-tokio-postgres-0.7)[arguments]: Remove rust flag. * gnu/packages/gnome.scm (librsvg)[arguments]: Same. * gnu/packages/rust-apps.scm (hyperfine)[arguments]: Same. * gnu/packages/syndication.scm (newsboat)[arguments]: Same.
* gnu: xkbcomp-intermediate: Export variable.Ludovic Courtès2021-09-11
| | | | | | * gnu/packages/xorg.scm (xkbcomp-intermediate): Make public. [properties]: New field. (xkbcomp)[properties]: New field.
* gnu: netcdf-parallel-openmpi: Allow compilation with GCC 10.Ludovic Courtès2021-09-11
| | | | * gnu/packages/maths.scm (netcdf)[source]: Add 'modules' and 'snippet'.
* gnu: idutils: Skip failing Gnulib tests.Ludovic Courtès2021-09-11
| | | | * gnu/packages/idutils.scm (idutils)[arguments]: New field.
* gnu: mpc123: Allow compilation with GCC 10.Ludovic Courtès2021-09-11
| | | | | * gnu/packages/mp3.scm (mpc123)[arguments]: In 'configure' phase, call 'setenv'.
* gnu: mkvtoolnix: Fix build.Guillaume Le Vaillant2021-09-11
| | | | * gnu/packages/video.scm (mkvtoolnix)[arguments]: Fix 'add-googletest' phase.
* gnu: fifo-map: Fix build.Guillaume Le Vaillant2021-09-11
| | | | * gnu/packages/cpp.scm (fifo-map)[arguments]: Fix 'install' phase.
* gnu: electron-cash: Add missing input.Guillaume Le Vaillant2021-09-11
| | | | | * gnu/packages/finance.scm (electron-cash)[inputs]: Add python-qdarkstyle. [arguments]: Add 'relax-requirements' phase.
* gnu: python-stem: Fix tests wth python 3.9.Guillaume Le Vaillant2021-09-11
| | | | * gnu/packages/python-xyz.scm (python-stem)[arguments]: Add 'fix-tests' phase.
* gnu: python-faker: Update to 8.12.1.Guillaume Le Vaillant2021-09-11
| | | | * gnu/packages/python-xyz.scm (python-faker): Update to 8.12.1.
* gnu: python-random2: Fix building with python 3.9.Guillaume Le Vaillant2021-09-11
| | | | | | * gnu/packages/patches/python-random2-getrandbits-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-random2)[source]: Use it.
* gnu: kicad: Fix build.Guillaume Le Vaillant2021-09-11
| | | | | * gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-python-detection' and 'add-missing-include' phases.
* gnu: psm: Fix building with GCC 10.Felix Gruber2021-09-11
| | | | | | | | | I had to copy all the CFLAGS that were originally defined by the Makefile as they were otherwise all replaced by '-fcommon'. * gnu/packages/linux.scm (psm)[arguments]: Pass '-fcommon' to CFLAGS. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: materialdecoration: Fix build.Guillaume Le Vaillant2021-09-11
| | | | | * gnu/packages/qt.scm (materialdecoration)[arguments]: Use gexp for 'configure-flags'.
* gnu: sdrangel: Fix build.Guillaume Le Vaillant2021-09-11
| | | | | * gnu/packages/radio.scm (sdrangel)[arguments]: Replace references to '%build-inputs' by gexp.
* gnu: opencv: Fix build.Guillaume Le Vaillant2021-09-11
| | | | | * gnu/packages/image-processing.scm (opencv)[arguments]: Fix 'unpack-submodule-source' and 'add-ilmbase-include-path' phases.
* gnu: gnome-calculator: Update to 3.36.0.Jonathan Brielmaier2021-09-10
| | | | * gnu/packages/gnome.scm (gnome-calculator): Update to 3.36.0.
* gnu: tbb: Update to 2021.3.0.Guillaume Le Vaillant2021-09-10
| | | | | | | | | * gnu/packages/tbb.scm (tbb): Update to 2021.3.0. [source]: Update repository URL. Remove snippet. [build-system]: Switch to 'cmake-build-system'. [arguments]: Add 'configure-flags'. Remove 'make-flags'. Remove 'fail-on-test-errors' phase. Remove custom 'configure' and 'install' phases.
* gnu: babl: Don't build documentation.Jonathan Brielmaier2021-09-10
| | | | | | | It would require `scp` from openssh and it was not built before. * gnu/packages/gimp.scm (babl)[arguments]: Add `-Dwith-docs=false` to the configure flags.
* gnu: qmapshack: Remove obsolete phase.Guillaume Le Vaillant2021-09-10
| | | | | | QTWEBENGINEPROCESS_PATH is now set by the 'qt-wrap' phase. * gnu/packages/geo.scm (qmapshack)[arguments]: Remove 'wrap' phase.
* gnu: transcode: Fix building with gcc 10.Guillaume Le Vaillant2021-09-10
| | | | * gnu/packages/video.scm (transcode)[arguments]: Pass '-fcommon' to CFLAGS.
* gnu: gpredict: Fix building with gcc 10.Guillaume Le Vaillant2021-09-10
| | | | * gnu/packages/astronomy.scm (gpredict)[arguments]: Pass '-fcommon' to CFLAGS.
* gnu: glibc@2.29: Fix build error.Ludovic Courtès2021-09-08
| | | | | * gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30. [sources]: Use "glibc-skip-c++.patch".
* gnu: glibc@2.30: Fix build error.Ludovic Courtès2021-09-08
| | | | | * gnu/packages/base.scm (glibc-2.30)[native-inputs]: New field. [source]: Use "glibc-skip-c++.patch".
* gnu: glibc@2.31: Fix build error.Ludovic Courtès2021-09-08
| | | | | | * gnu/packages/patches/glibc-skip-c++.patch: New file. * gnu/packages/base.scm (glibc-2.31)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: qtwebengine: Build with bundled icu4c.Guillaume Le Vaillant2021-09-08
| | | | | | | Building with icu4c >= 68 fails. * gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out "--webengine-icu=system" option in 'configure' phase.
* gnu: qtwebkit: Remove workaround for binutils bug.Guillaume Le Vaillant2021-09-08
| | | | | | This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738. * gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
* gnu: php: Disable failing test.Guillaume Le Vaillant2021-09-08
| | | | | | It looks like the "Zend/tests/bug74093.phpt" test can fail on fast machines. * gnu/packages/php.scm (php)[arguments]: Update 'prepare-tests' phase.
* gnu: binutils: Fix file decriptor leak.Guillaume Le Vaillant2021-09-08
| | | | | | * gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch: New file. * gnu/packages/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (binutils)[source]: Use it.
* gnu: librime: Fix build with GCC 10.Felix Gruber2021-09-07
| | | | | | | | | * gnu/packages/ibus.scm (librime)[source]: Add a patch that adds missing includes. * gnu/packages/patches/librime-fix-build-with-gcc10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\
| * gnu: ocaml-ppxlib: Update to 0.23.0.Xinglu Chen2021-09-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.23.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ocaml-ppx-variants-conv: Patch for building with ocaml-ppxlib.Xinglu Chen2021-09-06
| | | | | | | | | | | | | | | | | | | | The patch will make it build when building it with ocaml-ppxlib@0.23.0. * gnu/packages/patches/ocaml-ppx-variants-ppxlib-api-change.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): Apply the patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ocamlformat: Update to 0.19.0.Xinglu Chen2021-09-06
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocamlformat): Update to 0.19.0. [propagated-inputs]: Add ocaml-odoc-parser. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ocaml-ppx-optcomp: Update to 0.14.3.Xinglu Chen2021-09-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.14.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.Ludovic Courtès2021-09-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
| * gnu: emacs-xref: Update to 1.2.2.Nicolas Goaziou2021-09-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.