This reverts commit a7db92d9b3, this time with
the more careful command, to avoid a world rebuild:
grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
--exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
The change was automated via:
git grep -l maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
* .mailmap: New entry.
Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
* gnu/packages/cpp.scm (hyprlang): Update to 0.6.4.
[native-inputs]: Change gcc-14 to gcc-15.
[home-page]: Update to new URL.
Change-Id: Ic79ce39600f04168a1bd9a008663f2cbdfe91160
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This is now a leaf package only used for the former build of the grpc
package. It fails to build with the recent core-packages updates.
* gnu/packages/cpp.scm (abseil-cpp-20211102.0): Delete variable.
Change-Id: I082e546134ee03cb233b2b91d291fce8f94b7c50
Signed-off-by: Andreas Enge <andreas@enge.fr>
Currently it obscures some of them since it is in the middle between
different abseil-cpp versions.
* gnu/packages/cpp.scm (miniaudio): Move the package definition.
Change-Id: If75fd9ace0212fbe48205558a28d023bde6a07ea
* gnu/packages/cpp.scm (hyprgraphics): Update to 0.1.5.
[native-inputs]: Change gcc-14 to gcc-15.
[home-page]: Update to new URL.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* gnu/packages/cpp.scm (hyprutils): Update to 0.8.1.
[native-inputs]: Change gcc-14 to gcc-15.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This picks up the fix for https://github.com/google/highway/issues/1549 which
was causing test failures on aarch64 with recent versions of GCC.
* gnu/packages/cpp.scm (google-highway): Update to 1.2.0.
Change-Id: Ibd41de558d9601e7ae4fd03ef116df1c92b03280
Signed-off-by: Greg Hogan <code@greghogan.com>