all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: cmake-build-system: modify-phases picks up wrong %standard-phases
Date: Thu, 23 Jan 2020 14:55:39 +0100	[thread overview]
Message-ID: <f4d32119-f369-a4d1-8f8c-aa500cf6010a@crazy-compilers.com> (raw)
In-Reply-To: <87a76iij06.fsf@gnu.org>

Hi Ludo,

thanks for the explanation.
> If you do:
>
>   #:modules ,%cmake-build-system-modules
>
> then you’re also putting (guix build gnu-build-system) in scope, hence
> the collision for the ‘%standard-phases’ binding.

I wonder whether this could this be avoided by changing the order:

  (define %cmake-build-system-modules
    `((guix build cmake-build-system)
      ,@%gnu-build-system-modules))

into

  (define %cmake-build-system-modules
    `(,@%gnu-build-system-modules
      (guix build cmake-build-system)))

Or whether we should change `%standard-phases` int
`%camek-standard-phases` (and reps. for the other build-systems)

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

      reply	other threads:[~2020-01-23 13:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-18 12:02 cmake-build-system: modify-phases picks up wrong %standard-phases Hartmut Goebel
2020-01-20  9:18 ` Ludovic Courtès
2020-01-23 13:55   ` Hartmut Goebel [this message]

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=f4d32119-f369-a4d1-8f8c-aa500cf6010a@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /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.