all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Andreas Enge <andreas@enge.fr>
Cc: bug-guix@gnu.org
Subject: Re: pkg-config disappeared
Date: Sat, 15 Jun 2013 15:51:54 +0200	[thread overview]
Message-ID: <87ppvn7a85.fsf@gnu.org> (raw)
In-Reply-To: <201306151536.12034.andreas@enge.fr> (Andreas Enge's message of "Sat, 15 Jun 2013 15:36:11 +0200")

Andreas Enge <andreas@enge.fr> skribis:

> Am Samstag, 15. Juni 2013 schrieb Ludovic Courtès:
>> I just committed this to solve the problem:
>
> -(define %pkg-config
> +;; This is the "primitive" pkg-config package.  People should use `pkg-
> config'
> +;; (see below) rather than `%pkg-config', but we export `%pkg-config' so 
> that
> +;; `fold-packages' finds it.
> +(define-public %pkg-config
>
> This is weird; we should not expect people to install %pkg-config instead 
> of pkg-config. Something else should be modified so that pkg-config is 
> "visible" by "guix package" under its normal name.

It /is/ visible under its normal name: the package name is different
from the variable name.  What matters for ‘guix package’ is the ‘name’
field, not the name of the variable.

BTW, in the meantime it’s always possible to install pkg-config with
something like:

  guix package -e '(@@ (gnu packages pkg-config) %pkg-config)'

which directly refers to the variable.

Ludo’.

  reply	other threads:[~2013-06-15 13:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14 20:56 pkg-config disappeared Andreas Enge
2013-06-15 13:09 ` Ludovic Courtès
2013-06-15 13:36   ` Andreas Enge
2013-06-15 13:51     ` Ludovic Courtès [this message]
2013-06-15 14:08       ` Andreas Enge

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=87ppvn7a85.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=andreas@enge.fr \
    --cc=bug-guix@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.