[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#52013: [PATCH] gnu: Add ibus-theme-tools.
From: |
Liliana Marie Prikler |
Subject: |
bug#52013: [PATCH] gnu: Add ibus-theme-tools. |
Date: |
Sun, 21 Nov 2021 15:19:26 +0100 |
User-agent: |
Evolution 3.34.2 |
Pushed with a rewritten description. Followed up with the following
fix:
Am Sonntag, den 21.11.2021, 14:17 +0800 schrieb Songlin Jiang:
> + (arguments
> + '(#:phases
> + (modify-phases %standard-phases
> + (delete 'check))))
The check phase is not to be deleted. Use #:tests? #f with an
appropriate comment instead.
Cheers