help-guix
[Top][All Lists]
Advanced

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

Re: Reference a store path of an input?


From: Jim Newsome
Subject: Re: Reference a store path of an input?
Date: Sat, 18 Dec 2021 09:21:57 -0600



On 12/17/21 2:41 AM, Nicolas Goaziou wrote:
You may want to read about G-Expressions in Guix manual.

Yup, I see a lot of the details I was having trouble finding are in 8.8 Derivations and 8.10 G-Expressions.

See also
<https://guix.gnu.org/fr/blog/2021/the-big-change/> for addition
insight.

Hah, well of course I'd be trying to learn in the middle of a big change. I was getting confused seeing a mix of docs and examples doing things the old way and the new way; this clarifies a lot.

I should be:

(arguments
  (list
   #:configure-flags
   #~(list (string-append "-DCMAKE_EXTRA_INCLUDES=" #$glib "/include"))))

Yup, this works.

Thanks!



reply via email to

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