Re: Package transformations

2016-02-21 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> I’ve pushed my “train hacks”, which are a continuation of refactoring >> work I had done in December (ca. 64ec0e2): >> >> • ‘guix build’ has a new ‘--with-input’ option to rewrite the >> dependency graph so you can run: >> >> gui

Re: Package transformations

2016-02-18 Thread Ricardo Wurmus
Ludovic Courtès writes: > I’ve pushed my “train hacks”, which are a continuation of refactoring > work I had done in December (ca. 64ec0e2): > > • ‘guix build’ has a new ‘--with-input’ option to rewrite the > dependency graph so you can run: > > guix build guix --with-input=guile=gui

Re: Package transformations

2016-02-12 Thread Christopher Allan Webber
Ludovic Courtès writes: > Hello! > > I’ve pushed my “train hacks”, which are a continuation of refactoring > work I had done in December (ca. 64ec0e2): > > • ‘guix build’ has a new ‘--with-input’ option to rewrite the > dependency graph so you can run: > > guix build guix --with-input=

Re: Package transformations

2016-02-01 Thread Ludovic Courtès
Efraim Flashner skribis: > I looked over the commit but not deeply enough yet, would it be possible to > use some of the logic in this to fix the package-with-python2 issue? Nope! > what about extending guix package so you could do `guix package -i $(guix > build foo --with-input=bar=baz) --nam

Re: Package transformations

2016-02-01 Thread Efraim Flashner
On Mon, 01 Feb 2016 10:18:01 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Hello! > > I’ve pushed my “train hacks”, which are a continuation of refactoring > work I had done in December (ca. 64ec0e2): > > • ‘guix build’ has a new ‘--with-input’ option to rewrite the > dependency graph so y