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