guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building from a local source code checkout


From: Martin Castillo
Subject: Re: Building from a local source code checkout
Date: Thu, 21 Dec 2017 12:20:43 +0100

Hi,


> Oops, you are right! So
> 
>    guix build python-activepapers 
> --with-source=$HOME/Development/python-activepapers/
> 
> actually works, but
> 
>    guix build python-activepapers 
> --with-source=$HOME/Development/python-activepapers
> 
As one error message earlier in the thread stated, guix uses lstat to
get info about the stated file. lstat doesn't follow symlinks. You force
the dereference by appending the slash.

Martin
-- 
GPG: 7FDE 7190 2F73 2C50 236E  403D CC13 48F1 E644 08EC



reply via email to

[Prev in Thread] Current Thread [Next in Thread]