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