all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
Cc: 37358@debbugs.gnu.org
Subject: [bug#37358] Add emacs-doom-themes
Date: Wed, 11 Sep 2019 00:03:29 +0200	[thread overview]
Message-ID: <875zlzzu4u.fsf@gnu.org> (raw)
In-Reply-To: <87d0g9tnm8.fsf@yahoo.de> (Tim Gesthuizen's message of "Mon, 09 Sep 2019 18:56:15 +0200")

Hello,

Tim Gesthuizen <tim.gesthuizen@yahoo.de> skribis:

>>From 3fc45dd06f11523f2f7494bcd69790a879635ae4 Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
> Date: Mon, 9 Sep 2019 18:48:31 +0200
> Subject: [PATCH] gnu: Add emacs-doom-themes
>
> * gnu/packages/emacs-xyz.scm (emacs-doom-themes): New variable.

[...]

> +       (modify-phases %standard-phases
> +         (add-after 'unpack
> +             'move-themes
> +           (lambda _
> +             (copy-recursively "themes/" "."))))))

Why is this needed?

I could suggest:

  (for-each (lambda (file)
              (rename-file file (string-append (dirname file) "/..")))
            (find-files themes))

… which would really move files, but it also more verbose.

WDYT?

Thank you,
Ludo’.

  reply	other threads:[~2019-09-10 22:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-09 16:56 [bug#37358] Add emacs-doom-themes Tim Gesthuizen via Guix-patches via
2019-09-10 22:03 ` Ludovic Courtès [this message]
2019-09-11 16:48   ` Tim Gesthuizen via Guix-patches via
2019-09-11 18:13     ` brettg
2019-09-12 21:22       ` bug#37358: " 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=875zlzzu4u.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=37358@debbugs.gnu.org \
    --cc=tim.gesthuizen@yahoo.de \
    /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.