[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix-package --list-* hangs
From: |
Ludovic Courtès |
Subject: |
Re: guix-package --list-* hangs |
Date: |
Thu, 13 Dec 2012 22:47:23 +0100 |
User-agent: |
Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) |
Hi,
Andreas Enge <address@hidden> skribis:
> Currently,
> guix-package -A
> and
> guix-package -I
> hang (they worked initially before I succeeded in installing packages).
I think you found a bug in Guile’s (srfi srfi-37).
The long option names work fine, but the short names work only if an
argument is passed, as in:
$ guix-package -I ""
Just reported it as <http://bugs.gnu.org/13176>.
Thanks!
Ludo’.