guix import hackage: option -r and -s interact poorly

  • Open
  • quality assurance status badge
Details
One participant
  • Robert Vollmert
Owner
unassigned
Submitted by
Robert Vollmert
Severity
normal
R
R
Robert Vollmert wrote on 24 May 2019 15:34
(address . bug-guix@gnu.org)
25A23A71-E2DB-48F8-9F66-FE9040D01E25@vllmrt.net
Recursive import from a cabal file on standard input doesn’t work,
since imports of dependencies are attempted from standard input.
This typically fails due to EOF.

The sensible behaviour would probably be to only read the initial
package from standard input, and then fall back to hackage.

Alternatively, the options could be made to conflict.
?