crate importer throws

2022-10-11 Thread jgart
``` λ guix import crate the-way ;;; Failed to autoload string->semver-range in (semver ranges): ;;; no code for module (semver ranges) Backtrace: In ice-9/boot-9.scm: 1752:10 9 (with-exception-handler _ _ #:unwind? _ # _) In unknown file: 8 (apply-smob/0 #) In ice-9/boot-9.scm:

Re: bug#58417: Installer script no longer works with `yes` utility

2022-10-11 Thread Maxim Cournoyer
Hi again, Tobias Geerinckx-Rice writes: > [Shunted to guix-devel@] > > Jonas Freimuth 写道: >> bash -c 'yes | bash guix-install.sh' > > While this happens to work (again) now, that doesn't mean it always > will or should be considered supported. > > We should reserve the right to ask future

Re: bug#58417: Installer script no longer works with `yes` utility

2022-10-11 Thread Maxim Cournoyer
Hi, Tobias Geerinckx-Rice writes: > [Shunted to guix-devel@] > > Jonas Freimuth 写道: >> bash -c 'yes | bash guix-install.sh' > > While this happens to work (again) now, that doesn't mean it always > will or should be considered supported. > > We should reserve the right to ask future questions

Re: bug#58417: Installer script no longer works with `yes` utility

2022-10-11 Thread Tobias Geerinckx-Rice
[Shunted to guix-devel@] Jonas Freimuth 写道: bash -c 'yes | bash guix-install.sh' While this happens to work (again) now, that doesn't mean it always will or should be considered supported. We should reserve the right to ask future questions to which the safe/sane/common answer is ‘no’,

Re: Advanced network configuration

2022-10-11 Thread Alexey Abramov
Hi, Ludovic Courtès writes: > Hi! > > Alexey Abramov skribis: > > [...] > [...] > > I would do that by having ‘networking’ depend on ‘firewall’ (say). > > Does that make sense? > > It’d be interesting to see whether we need something beyond this. But what if I just want to stop a firewall?