all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris Marusich <cmmarusich@gmail.com>
To: Julien Lepiller <julien@lepiller.eu>
Cc: help-guix@gnu.org
Subject: Re: Right way: define, build and install
Date: Thu, 03 May 2018 00:03:02 -0700	[thread overview]
Message-ID: <87muxhuspl.fsf@gmail.com> (raw)
In-Reply-To: <441ce71bef40105981dad6fb99c985f2@lepiller.eu> (Julien Lepiller's message of "Wed, 02 May 2018 17:52:08 +0200")

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

Julien Lepiller <julien@lepiller.eu> writes:

> What you need to do is to find where this package comes from:
>
>> guix package --show=libxfce4util
>
> will tell you (among other things):
>
>> location: gnu/packages/xfce.scm:81:2

Another way to find this sort of thing is to do a grep like the
following:

  grep -r 'define.*foo' ~/.config/guix/latest

I use that all the time to find service definitions, record type
definitions, syntax definitions, procedure definitions...all kinds of
definitions!

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2018-05-03  7:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-02 17:34 Right way: define, build and install Jone
2018-05-02 15:24 ` Julien Lepiller
2018-05-02 18:43   ` Jone
2018-05-02 15:52     ` Julien Lepiller
2018-05-03  7:03       ` Chris Marusich [this message]
2018-05-02 18:02     ` Oleg Pykhalov
2018-05-03 22:33       ` Jone
2018-05-04 17:46         ` Oleg Pykhalov
2018-05-02 15:28 ` Pierre Neidhardt
2018-05-02 18:53   ` Jone
2018-05-02 16:10     ` Pierre Neidhardt
2018-05-02 16:32       ` Julien Lepiller
2018-05-02 19:52       ` Jone
2018-05-02 16:58         ` Pierre Neidhardt
2018-05-02 16:15 ` Pierre Neidhardt

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=87muxhuspl.fsf@gmail.com \
    --to=cmmarusich@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=julien@lepiller.eu \
    /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.