| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30.
[sources]: Use "glibc-skip-c++.patch".
|
|
|
|
|
| |
* gnu/packages/base.scm (glibc-2.30)[native-inputs]: New field.
[source]: Use "glibc-skip-c++.patch".
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
Building with icu4c >= 68 fails.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out
"--webengine-icu=system" option in 'configure' phase.
|
|
|
|
|
|
| |
This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738.
* gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
|
|
|
|
|
|
| |
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/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/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>
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.23.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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/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/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.14.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| | |
* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
|
| |
| |
| |
| |
| | |
* guix/swh.scm (<snapshot>)[id]: New field.
(snapshot-url, lookup-snapshot-branch): New procedures.
|
| |
| |
| |
| |
| | |
* guix/swh.scm (maybe-null): New procedure.
(<revision>)[date]: Use it.
|
| |
| |
| |
| | |
* guix/swh.scm: Export <snapshot> accessors.
|
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
|
| |
| |
| |
| | |
* gnu/packages/bioconductor.scm (r-megadepth): New variable.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (megadepth): New variable.
|
| |
| |
| |
| | |
* gnu/packages/compression.scm (libdeflate): New variable.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-cmdfun): New variable.
|
| |
| |
| |
| | |
* .mailmap: Add entry for Liliana Marie Prikler.
|
| |
| |
| |
| | |
* .guix-authorizations: Rename leoprikler to lilyp.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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/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/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/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/packages/freedesktop.scm (waypipe): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.7.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/image-viewers.scm (feh): Update to 3.7.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/terminals.scm (mlterm): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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/packages/vnc.scm (remmina)[version]: Update to 1.4.20.
|
| |
| |
| |
| | |
* gnu/packages/video.scm (pipe-viewer)[version]: Update to 0.1.4.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (xfsprogs): Update to 5.13.0.
[arguments]: Don't return #t from phases.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xrdb): Update to 1.2.1.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xwd): Update to 1.0.8.
|
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
* gnu/packages/patchutils.scm (meld): Update to 3.20.4.
|
| |
| |
| |
| | |
* gnu/packages/virtualization.scm (bochs): Update to 2.72.7.
|
| |
| |
| |
| | |
* gnu/packages/audio.scm (butt): Update to 0.1.31.
|
| |
| |
| |
| | |
* gnu/packages/finance.scm (homebank): Update to 5.5.3.
|
| |
| |
| |
| |
| | |
* gnu/packages/music.scm (avldrums-lv2): Update to 0.4.2.
[arguments]: Don't return #t from phases.
|
| |
| |
| |
| |
| | |
* gnu/packages/gl.scm (libglvnd): Update to 1.3.4.
[arguments]: Don't return #t from phases.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (interception-tools): Update to 0.6.7.
[arguments]: Remove obsolete 'fix-libevdev-path phase.
|