Hello, Ricardo Wurmus <[email protected]> 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’.
