[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Use --with-source when source is #f
From: |
Ludovic Courtès |
Subject: |
Re: Use --with-source when source is #f |
Date: |
Tue, 22 Aug 2017 11:23:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
Ricardo Wurmus <address@hidden> skribis:
> Unfortunately, this fails.
>
> guix package -f guix.scm --with-source=tool-0.0.1.tar.gz
>
> Likewise, it is not possible to use “guix pack” with “--with-source”:
>
> guix pack -e '(load "guix.scm")' --with-source=tool-0.0.1.tar.gz …
Why/how does it fail? “--with-source” looks for package name matches,
so as long as your package is called “tool”, the above should work, no?
Ludo’.