On 20 December 2017 9:19:00 pm AEDT, Konrad Hinsen <[email protected]> wrote: > > guix build python-activepapers >--with-source=~/Development/python-activepaper >guix build: error: lstat: No such file or directory: >"~/Development/python-activepapers"
I found earlier today that the tilde wasn't expanded in guix package --manifest. Maybe it's the same for --with-source. Try putting your home directory in as an absolute path.
