help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Right way: define, build and install


From: Chris Marusich
Subject: Re: Right way: define, build and install
Date: Thu, 03 May 2018 00:03:02 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Julien Lepiller <address@hidden> 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]