[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#52875: [PATCH] gnu: Add musikcube.
From: |
Leo Famulari |
Subject: |
bug#52875: [PATCH] gnu: Add musikcube. |
Date: |
Fri, 31 Dec 2021 13:20:14 -0500 |
On Thu, Dec 30, 2021 at 12:13:49AM +0100, Nicolas Goaziou wrote:
> OOC, why are use using gexp since you do not ungexp later on? Wouldn't
> a regular quote, or even a quasiquote suffice?
Good point, I simplified it to use regular quoting.
I left the indentation as is, because it seems typical for Guix. My
sense of Scheme style is... naive.