summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* tests: Adjust '--with-input' test.Ludovic Courtès2021-09-07
| | | | | | | This is a followup to 09b002622e2113c2f14c11ccd43fa01fd343fb95, which changed the dependency of graphviz from guile@2.0 to guile@3.0. * tests/guix-build.sh: Adjust '--with-input' test.
* tests: Disable grafts in 'tests/builders.scm'.Ludovic Courtès2021-09-07
| | | | | | | | This is required since the introduction of the OpenSSL graft in the parent commit so that calling 'package-derivation' in the Python tests would not trigger a build. * tests/builders.scm <top level>: Add '%graft?' call.
* 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.
| * swh: Add 'lookup-snapshot-branch'.Ludovic Courtès2021-09-06
| | | | | | | | | | * guix/swh.scm (<snapshot>)[id]: New field. (snapshot-url, lookup-snapshot-branch): New procedures.
| * swh: <revisions> accept null 'date' fields.Ludovic Courtès2021-09-06
| | | | | | | | | | * guix/swh.scm (maybe-null): New procedure. (<revision>)[date]: Use it.
| * swh: Export <snapshot> accessors.Ludovic Courtès2021-09-06
| | | | | | | | * guix/swh.scm: Export <snapshot> accessors.
| * gnu: emacs-xref: Update to 1.2.2.Nicolas Goaziou2021-09-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
| * gnu: Add r-megadepth.Ricardo Wurmus2021-09-06
| | | | | | | | * gnu/packages/bioconductor.scm (r-megadepth): New variable.
| * gnu: Add megadepth.Ricardo Wurmus2021-09-06
| | | | | | | | * gnu/packages/bioinformatics.scm (megadepth): New variable.
| * gnu: Add libdeflate.Ricardo Wurmus2021-09-06
| | | | | | | | * gnu/packages/compression.scm (libdeflate): New variable.
| * gnu: Add r-cmdfun.Ricardo Wurmus2021-09-06
| | | | | | | | * gnu/packages/cran.scm (r-cmdfun): New variable.
| * Update mailmap.Liliana Marie Prikler2021-09-06
| | | | | | | | * .mailmap: Add entry for Liliana Marie Prikler.
| * .guix-authorizations: Rename leoprikler to lilyp.Liliana Marie Prikler2021-09-06
| | | | | | | | * .guix-authorizations: Rename leoprikler to lilyp.
| * gnu: alacritty: Update to 0.9.0.Brice Waegeneire2021-09-06
| | | | | | | | | | | | | | | | * gnu/packages/terminals.scm (alacritty): Update to 0.9.0. [arguments]<cargo-inputs>: Update rust-alacritty-terminal to 0.15, rust-crossfont to 0.3, rust-dirs to 3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add rust-crossfont-0.3.Brice Waegeneire2021-09-06
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-crossfont-0.3): New variable. (rust-crossfont-0.2): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: rust-alacritty-terminal: Update to 0.15.0.Brice Waegeneire2021-09-06
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-alacritty-terminal-0.15): Renamed from rust-alacritty-terminal-0.13. Update to 0.15.0. [arguments]<cargo-inputs>: Update rust-base64 to 0.13. Update rust-mio-anonymous-pipes to 0.2. Update rust-nix to 0.22.
| * gnu: Add rust-mio-anonymous-pipes-0.2.Brice Waegeneire2021-09-06
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-mio-anonymous-pipes-0.2): New variable. (rust-mio-anonymous-pipes-0.1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add waypipe.Robby Zambito2021-09-06
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (waypipe): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-ebdb: Update to 0.8.4.Xinglu Chen2021-09-06
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: xwallpaper: Update to 0.7.3.Xinglu Chen2021-09-06
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (xwallpaper): Update to 0.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-xref: Update to 1.2.1.Xinglu Chen2021-09-06
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: feh: Update to 3.7.1.Xinglu Chen2021-09-06
| | | | | | | | | | | | * gnu/packages/image-viewers.scm (feh): Update to 3.7.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add mlterm.iKaSeRo2021-09-06
| | | | | | | | | | | | * gnu/packages/terminals.scm (mlterm): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: u-boot-nintendo-nes-classic-edition: Make it actually boot again.Danny Milosavljevic2021-09-05
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/u-boot-nintendo-nes-serial.patch: New file. * gnu/local.mk (dist_patch_DATA): Add u-boot-nintendo-nes-serial.patch. * gnu/packages/bootloaders.scm (u-boot-nintendo-nes-classic-edition): Downgrade to 2018.11. [source]: Add patch. [description]: Modify. [native-inputs]: Add python-2.
| * gnu: remmina: Update to 1.4.20.Raghav Gururajan2021-09-05
| | | | | | | | * gnu/packages/vnc.scm (remmina)[version]: Update to 1.4.20.
| * gnu: pipe-viewer: Update to 0.1.4.Raghav Gururajan2021-09-05
| | | | | | | | * gnu/packages/video.scm (pipe-viewer)[version]: Update to 0.1.4.
| * gnu: xfsprogs: Update to 5.13.0.Tobias Geerinckx-Rice2021-09-05
| | | | | | | | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.13.0. [arguments]: Don't return #t from phases.
| * gnu: xrdb: Update to 1.2.1.Tobias Geerinckx-Rice2021-09-05
| | | | | | | | * gnu/packages/xorg.scm (xrdb): Update to 1.2.1.
| * gnu: xwd: Update to 1.0.8.Tobias Geerinckx-Rice2021-09-05
| | | | | | | | * gnu/packages/xorg.scm (xwd): Update to 1.0.8.
| * gnu: ne: Update to 3.3.1.Tobias Geerinckx-Rice2021-09-05
| | | | | | | | | | | | * gnu/packages/text-editors.scm (ne): Update to 3.3.1. [arguments]: Add a 'patch-early-shebang phase. Don't return #t from other phases.