guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 0/5] Add FPGA Tools


From: Danny Milosavljevic
Subject: Re: [PATCH v2 0/5] Add FPGA Tools
Date: Mon, 26 Sep 2016 09:38:56 +0200

Hi,

> The icestorm package builds as it is (with libusb added to the
> inputs).But in order to ensure that the headers in /usr/local/include
> are not used when building, the code above should be changed to:
> 
> (lambda _
>   (substitute* "iceprog/Makefile"
>     (("-L/usr/local/lib") "")
>     (("-I/usr/local/include") ""))))

Good catch! I'm using GuixSD so there's nothing to use at /usr/local - I didn't 
notice.



reply via email to

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