On 12-09-2022 03:04, Ryan Prior wrote:
Hi there! Lately I've been testing distribution tarballs with a workflow
like this:
1. update some software in my source directory
2. create a distribution tarball
3. untar to a directory like /tmp/mypkg-src
4. run: |guix build --with-source=mypkg=/t
On Monday, September 12th, 2022 at 1:29 AM, Olivier Dion
wrote:
> It already can.
>
> I use this in my Makefiles: [snip]
That's a solid approach with your makefile! I tried it yesterday with just the
tar.gz and it didn't seem to work, but probably I misspelled something and then
gave up too
On Mon, 12 Sep 2022, Ryan Prior wrote:
> Hi there! Lately I've been testing distribution tarballs with a workflow like
> this:
>
> - update some software in my source directory
> - create a distribution tarball
> - untar to a directory like /tmp/mypkg-src
> - run: guix build --with-source=mypkg=/