Re: building from local (or private) git repository

2019-07-11 Thread Ludovic Courtès
Robert Vollmert skribis: > What I have working so far uses local-file, as below: > > (define-public puzzledb-tools > (package > (name "puzzledb-tools") > (version "20190625-git") > (source > (local-file > "/home/rob/puzzledb/tools" > #:recursive? #t)) > … FW

Re: building from local (or private) git repository

2019-07-08 Thread Pierre Langlois
Hi Robert, Robert Vollmert writes: > Hi all, > > I realize this isn’t generally an aim for guix proper, but I’d like > to be able to build a package from a local git repository (or > optionally from a local tar ball). In my specific case, it’s while > working out the packaging of a project I inte

Re: building from local (or private) git repository

2019-07-08 Thread Marius Bakke
Robert Vollmert writes: > Hi all, > > I realize this isn’t generally an aim for guix proper, but I’d like > to be able to build a package from a local git repository (or > optionally from a local tar ball). In my specific case, it’s while > working out the packaging of a project I intend to publi

building from local (or private) git repository

2019-07-08 Thread Robert Vollmert
Hi all, I realize this isn’t generally an aim for guix proper, but I’d like to be able to build a package from a local git repository (or optionally from a local tar ball). In my specific case, it’s while working out the packaging of a project I intend to publish but haven’t published yet. What I