On Mon, Oct 24, 2016 at 08:36:10PM -0400, Leo Famulari wrote: > On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: > > * gnu/packages/engineering.scm (kicad): New variable.
> > + (uri (git-reference > > + (url "https://git.launchpad.net/kicad.git") > > + (commit commit))) > > It fails to download the source: > > @ build-started > /gnu/store/z0771x4jjkcwd1qpak7c5z8n576mifi6-kicad-4.0-4ee344e-checkout.drv - > x86_64-linux > /var/log/guix/drvs/z0//771x4jjkcwd1qpak7c5z8n576mifi6-kicad-4.0-4ee344e-checkout.drv.bz2 > Cloning into > '/gnu/store/dr3kdxp4x9k1s7b40h18xr9lwg320n18-kicad-4.0-4ee344e-checkout'... > fatal: could not read Username for 'https://git.launchpad.net': No such > device or address If looks like the correct URL is <https://git.launchpad.net/kicad>, without the '.git' suffix. The source is downloading with that change.