Re: Am I using --with-source improperly?

2020-08-27 Thread Jesse Gibbons
On 8/27/20 5:23 AM, Carlo Zancanaro wrote: Hi Jesse! On Thu, Aug 27 2020, Jesse Gibbons wrote: Am I using the --with-source option incorrectly, or is this some sort of bug? You could argue either way. This is because --with-source is a shallow package rewrite, unlike the other --with-X packa

Re: Am I using --with-source improperly?

2020-08-27 Thread Carlo Zancanaro
Hi Jesse! On Thu, Aug 27 2020, Jesse Gibbons wrote: Am I using the --with-source option incorrectly, or is this some sort of bug? You could argue either way. This is because --with-source is a shallow package rewrite, unlike the other --with-X package transformation options. There is an issu

Re: Am I using --with-source improperly?

2020-08-27 Thread zimoun
Dear, On Wed, 26 Aug 2020 at 20:34, Jesse Gibbons wrote: > I asked about this on the IRC but had no luck. > > IIUC --with-source=package=source should set the source for "package" to > "source" when something being built depends on "package". For example, > `guix build --with-soure=python2=/tmp

Am I using --with-source improperly?

2020-08-26 Thread Jesse Gibbons
I asked about this on the IRC but had no luck. IIUC --with-source=package=source should set the source for "package" to "source" when something being built depends on "package". For example, `guix build --with-soure=python2=/tmp/python2 lci` should build the lci with the python2 source in /tmp