From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: Alexandros Theodotou <alex@zrythm.org>
Cc: 38157@debbugs.gnu.org
Subject: [bug#38157] [PATCH] gnu: Add font-dseg.
Date: Sun, 10 Nov 2019 13:35:15 +0100 [thread overview]
Message-ID: <8736evgb98.fsf@nckx> (raw)
In-Reply-To: <bb0edb84873dbde7dfa45500d75fd40672a32f65.camel@zrythm.org>
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
Alexandros,
Thanks for all these patches! I look forward to trying Zrythm
when it comes to Guix.
Alexandros Theodotou 写道:
> There's probably an easy way to remove the dot from the version
> but I
> can't figure it out. Any modifications welcome.
You could
(apply string-append (string-split version #\.))
or
(string-join (string-split version #\.) "")
I think I prefer the STRING-APPEND version but both are fine.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2019-11-10 12:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-10 3:20 [bug#38157] [PATCH] gnu: Add font-dseg Alexandros Theodotou
2019-11-10 12:35 ` Tobias Geerinckx-Rice via Guix-patches via [this message]
2019-11-10 18:11 ` Alexandros Theodotou
2019-11-19 9:51 ` bug#38157: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8736evgb98.fsf@nckx \
--to=guix-patches@gnu.org \
--cc=38157@debbugs.gnu.org \
--cc=alex@zrythm.org \
--cc=me@tobias.gr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.