GNU bug report logs - #66049
[PATCH 0/4] Add Voikko.

Previous Next

Package: guix-patches;

Reported by: Jussi Timperi <jussi.timperi <at> iki.fi>

Date: Sun, 17 Sep 2023 12:22:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Bruno Victal <mirai <at> makinata.eu>
To: Jussi Timperi <jussi.timperi <at> iki.fi>
Cc: 66049 <at> debbugs.gnu.org
Subject: [bug#66049] [PATCH 0/4] Add Voikko.
Date: Sun, 24 Sep 2023 17:15:54 +0100
Hi Jussi,

Jussi Timperi <jussi.timperi <at> iki.fi> writes:

> +       (list #:tests? #f ;no tests

I see a foma/tests directory. Looks like it's not being run
automatically as part of the build system (worth asking upstream to
integrate this into their CMake based system) but instead it's done by
manually invoking the run.sh script. You might have to patch this script
to have `^foma' replaced with (string-append #$output "/bin/foma") though.

> +             #:phases #~(modify-phases %standard-phases
> +                          (add-after 'unpack 'chdir
> +                            (lambda _
> +                              (chdir "foma") #t)))))

No need for a trailing #t.

-- 
Thanks,
Bruno.




This bug report was last modified 1 year and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.