~ruther/guix-local

b1b79b49 — Andre A. Gomes 2 years ago
gnu: cl-nkeymaps: Update to 1.1.1.

* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Id02e612c03ceefb4ce6532f569c73f58a50c9777
bd5955e3 — Guillaume Le Vaillant 2 years ago
gnu: txr: Update to 292.

* gnu/packages/lisp.scm (txr): Update to 292.

Change-Id: I7fb2e2c5ea40954d45eb80d36fb0db4f6f45c4c7
f4735ccf — Efraim Flashner 2 years ago
gnu: libclc: Update to 15.0.7.

* gnu/packages/llvm.scm (libclc): Update to 15.0.7.
[source]: Use the llvm-monorepo.
[arguments]: Remove configure-flag for python, add one for llvm-spirv.
Add a phase to skip 2 tests.  Remove trailing #t from phases.
[propagated-inputs]: Add spirv-llvm-translator, spirv-tools.
[native-inputs]: Replace clang-9 with 15, llvm-9 with 15.
[properties]: Add release-monitoring-url.

Change-Id: I06e2e7be0dc5733a2cc17429928b1761ab987906
0bf46a4f — Efraim Flashner 2 years ago
gnu: Add spirv-llvm-translator.

* gnu/packages/vulkan.scm (spirv-llvm-translator): New variable.

Change-Id: I9e447b7d69c7fdf620854362ca8aa98a2dfa1c87
c34c3b1c — Liliana Marie Prikler 2 years ago
gnu: Add plasp.

* gnu/packages/patches/plasp-fix-normalization.patch: New file.
* gnu/packages/patches/plasp-include-iostream.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
* gnu/packages/potassoc.scm (plasp): New variable.

Change-Id: I0d8d64153b180a7d1d8d81888f843458efdf5e51
9408fa37 — Liliana Marie Prikler 2 years ago
gnu: Add mapbox-variant.

* gnu/packages/cpp.scm (mapbox-variant): New variable.

Change-Id: Id84b35d97d73fcf1c116ddca844bc75ada627b55
79d95394 — Janneke Nieuwenhuizen 2 years ago
gnu: guix: Update to 1.4.0-15.e0885fcfbb.

* gnu/packages/package-management.scm (guix): Update to 1.4.0-15.e0885fcfbb.

Change-Id: I3a3f1512650389f9cd3edbd47c1aaf4a2410daff
e0885fcf — Janneke Nieuwenhuizen 2 years ago
gnu: curl: Skip failing test on the Hurd.

* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd,
also skip test 564.

Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf
bdbb9dc2 — Efraim Flashner 2 years ago
gnu: go-gotest-tools-internal-source: Skip tests with gccgo.

* gnu/packages/golang.scm (go-gotest-tools-internal-source)[arguments]:
When building with gccgo skip the test suite.

Change-Id: Ibe3569d9449321dd13ac7691273644d83f8fb38b
7696c881 — Efraim Flashner 2 years ago
gnu: docker-libnetwork-cmd-proxy: Skip tests on most architectures.

* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy)[arguments]: Skip
the tests unless building on x86_64-linux and not cross-building.

Change-Id: I35028bd728920840370fe641240053baa3a4585f
cd46757c — David Thompson 2 years ago
gnu: guile-next: Update to commit d8df317.

* gnu/packages/guile.scm (guile-next): Update to commit d8df317.

Change-Id: I80efe5221183f694f3e7ff85232dcce136a30ccb
62376e3e — Efraim Flashner 2 years ago
gnu: php: Skip some tests on powerpc-linux.

* gnu/packages/php.scm (php)[arguments]: Adjust the 'prepare-tests phase
to skip some failing tests when building for powerpc-linux.

Change-Id: I6dd496c8b6851a06386049dca6aa0e2273e4029e
f90f33da — Efraim Flashner 2 years ago
gnu: go-netlink: Skip test suite.

* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests.

Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be
06e0f638 — Kaelyn Takata 2 years ago
gnu: xorg-server: Update to 21.1.9 [security fixes].

Fixes CVE-2023-5367 and CVE-2023-5380.  See the X.Org security advisory
<https://lists.x.org/archives/xorg/2023-October/003430.html> for more
information.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.9.

Change-Id: I5786210cf1e5de4d603155fbbd076763e7ae3447
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
79765b40 — John Kehayias 2 years ago
Merge branch 'mesa-updates'

Change-Id: I31c26c11dd3a7838a1f70ceb250e54a1574eb580
f5493629 — Efraim Flashner 2 years ago
gnu: php: Add another test to the skip-test list.

* gnu/packages/php.scm (php)[arguments]: Add a test which fails on
multiple architectures to the list skipped by all architectures.

Change-Id: I3c55179381ff4cf3e22db5d3ededf60d2a3d9d73
a8df11fa — Efraim Flashner 2 years ago
gnu: php: Combine skipped tests per arch code.

* gnu/packages/php.scm (php)[arguments]: In 'prepare-tests phase combine
the code used for skipping a few tests per architecture into one
grouping.

Change-Id: I275099dcc2b1f003ec48a72b910d4cfd579d9628
0bef0ac4 — Efraim Flashner 2 years ago
gnu: php: Update to 8.2.13.

* gnu/packages/php.scm (php): Update to 8.2.13.
[source]: Remove patch.
[arguments]: Adjust the 'prepare-tests phase to skip fewer tests.
[inputs]: Replace openssl-1.1 with openssl.
* gnu/packages/patches/php-fix-streams-copy-length.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Change-Id: I29892deda457fdbaa6dd5e01515e97583951836d
d15ffea6 — John Kehayias 2 years ago
Merge branch 'master' into mesa-updates

Change-Id: Ide02272218e76dfae6dc9f8748871c8d61704260
176440c0 — 宋文武 2 years ago
gnu: ucsim: Update to 0.8.2.

* gnu/packages/embedded.scm (ucsim): Update to 0.8.2.

Change-Id: Id1a18ef918b28b75311a01f512a3bbfdb545cd41
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Next