guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64362] [PATCH 3/3] gnu: Add mc2mt.


From: Adam Faiz
Subject: [bug#64362] [PATCH 3/3] gnu: Add mc2mt.
Date: Sat, 1 Jul 2023 11:20:55 +0800

On 7/1/23 02:23, Liliana Marie Prikler wrote:
> Am Freitag, dem 30.06.2023 um 17:34 +0800 schrieb Adam Faiz:
> This snippet looks like you really want to write a patch or two.
You're right, I should have done it as a patch, but I didn't because I don't 
know how to use
commit message templates for Guix commits.
I always check similiar commits and paste the commit message as a template 
which is tedious.

>> +    (build-system pyproject-build-system)
>> +    (propagated-inputs (list python-anvil-parser))
>> +    (arguments
>> +     (list #:tests? #f)) ; no tests
>> +    (synopsis "Minecraft to Minetest world converter")
>> +    (description "@code{mc2mt} is a Minecraft to Minetest world
>> converter.
>> +It can convert worlds from Minecraft 1.9 and later.")
>> +    (home-page "https://github.com/listia/mc2mt";)
>> +    (license license:expat))))
>> +
> I think we should tone down on the usage of "Minecraft" in synopses and
> descriptions.  In particular for the dependencies it ought to describe
> the file formats without referring to the program that produces them.
Alright.

> Cheers






reply via email to

[Prev in Thread] Current Thread [Next in Thread]