On 2023-05-13, Liliana Marie Prikler wrote: > Am Freitag, dem 12.05.2023 um 18:35 -0700 schrieb Vagrant Cascadian: > >> + ;; Test suites do not seem well supported upstream and are >> disabled by default. >> + ;; Pass -DENABLE_TEST to configure to enable. >> + `(#:configure-flags '("-DFORCE_BUNDLED_FL=OFF") >> + #:tests? #f)) > Readjust your comment, it's misaligned now. Fixed. > Also, prefer > (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF") > #:tests? #f) > so that people after you won't have to convert it to G-Expressions. Thanks! Applied. >> + ;; qtbase and qttools @6 not currently buildable but may >> work ok > Prefer ";; XXX: Build currently fails with qtbase-6 and qttools-6". Also applied. Used "fuzzylite" for XXX... live well, vagrant