Re: Request: build package with source tarball

2022-09-11 Thread Ryan Prior
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

Re: Request: build package with source tarball

2022-09-11 Thread Development of GNU Guix and the GNU System distribution.
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=/

Request: build package with source tarball

2022-09-11 Thread Ryan Prior
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=/tmp/mypkg-src​ It would be nice to skip step 3 there

Re: September update on bordeaux.guix.gnu.org

2022-09-11 Thread John Kehayias
Hi Chris, On Sat, Sep 03, 2022 at 01:13 PM, Christopher Baines wrote: > Hey, > > The last update was sent out in May [1], so this update roughly covers > the last 3 months. > > 1: > > This hasn't been my primary focus, so some

Re: 04/07: guix: Add compression module.

2022-09-11 Thread Ludovic Courtès
Hi Mathieu, That’s a long-overdue factorization, but… guix-comm...@gnu.org skribis: > +(define-module (guix compression) > + #:use-module (guix gexp) > + #:use-module (guix ui) > + #:use-module ((gnu packages compression) #:hide (zip)) … a (guix …) module Should Not refer to a (gnu …) module