Hey everyone!
Thanks for your support. This was my first post to support, so it was stuck
in review for a while. I was able to resolve it using the same substitute
function Felix shared.
So now my patch is up for review:
https://issues.guix.gnu.org/69309
Thanks everyone for your help.
Sincer
Hi Marc,
On Tue, Feb 20 2024, Marc Coquand wrote:
> I need to change the prefix to be the guix out directory
To override the variable assigned in the Makefile [1] you are right to
offer it as an argument to 'make'. [2] I'm not sure why that's not
working. I would just replace it in situ:
#:
On 2024-02-20 13:46:24 -0600, Marc Coquand wrote:
> Hey everyone!
>
> I am new to Guix, guile, make and trying to create a package.
>
> I have a functioning patch, attached, but it is not writing to the correct
> location.
>
> Currently, it is writing to out/usr/local/, which makes sense, because I
Hey everyone!
I am new to Guix, guile, make and trying to create a package.
I have a functioning patch, attached, but it is not writing to the correct
location.
Currently, it is writing to out/usr/local/, which makes sense, because I can
see in the makefile for libpg_query the following on l