[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72082] [PATCH] gnu: gpxsee: Update to 13.22.
From: |
Ludovic Courtès |
Subject: |
[bug#72082] [PATCH] gnu: gpxsee: Update to 13.22. |
Date: |
Thu, 18 Jul 2024 17:06:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Morgan,
Morgan Smith <Morgan.J.Smith@outlook.com> skribis:
> * gnu/packages/gps.scm (gpxsee): Update to 13.22.
> Use qt-build-system. Use qt6 instead of qt5.
>
> Change-Id: I9101a6f763be198549aca8e5aea95987b14e58e4
[...]
> + (list
> + #:qtbase qtbase
> + #:tests? #f
In general we avoid disabling tests. Could you investigate a bit as to
why tests are failing? Then the usual approach is to tweak or skip
individual tests, and only as a last resort use #:tests? #f. In either
case, there should be a comment explaining why we’re doing this.
Thanks,
Ludo’.