1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00
Files
guix/guix
Nicolas Graves 2d45de1bc4 build-system/pyproject: Handle wheel not found exception.
The current error is very uninformative, use a proper exception to
give more information when this happens:
`In procedure map: Wrong type argument: #f`

After this patch:
`In procedure raise-exception:
ERROR:
  1. &no-wheels-found`

* guix/build/pyproject-build-system.scm (&no-wheels-found): Add exception.
(install): Handle exception.

Change-Id: Ie72d3b50dfededb2d598162672cdb4321c42b632
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25 09:35:34 +01:00
..
2025-01-25 01:05:22 +08:00
2025-04-14 17:31:49 +02:00
2025-08-31 12:39:24 +02:00
2025-02-22 23:55:24 +09:00
2024-04-15 22:36:42 +02:00
2025-09-08 10:03:38 +03:00
2024-04-15 22:36:42 +02:00
2025-07-01 17:46:01 +08:00
2024-04-15 22:36:42 +02:00
2025-09-18 13:44:12 +09:00