From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: =?UTF-8?B?UmU6IExldOKAmXMgbWVyZ2Ug4oCYY29yZS11cGRhdGVz4oCZIQ==?= Date: Wed, 2 Oct 2019 17:40:01 +0200 Message-ID: References: <87zhiuksyx.fsf@gnu.org> <87sgohfozl.fsf@elephly.net> <87imp7i9r3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51790) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFgjk-0004Cs-Lt for guix-devel@gnu.org; Wed, 02 Oct 2019 11:40:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFgjj-0007fX-Ix for guix-devel@gnu.org; Wed, 02 Oct 2019 11:40:20 -0400 In-Reply-To: <87imp7i9r3.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix Devel Hi, On Wed, 2 Oct 2019 at 15:06, Ludovic Court=C3=A8s wrote: > Could you give us the exact command to reproduce it, with a =E2=80=98--co= mmit=E2=80=99 > flag and without a ~/.config/guix/channels.scm file, as well as the > output of =E2=80=98guix describe=E2=80=99 for the =E2=80=98guix=E2=80=99 = command you=E2=80=99re using? Sorry the noise. The culprit was the ~/.config/guix/channels.scm file and my custom channel has seemed inconsistent. Basically I did not report the big move of Haskell packages so 'ghc-pandoc' was not found. #:use-module (gnu packages haskell) -> #:use-module (gnu packages haskell= -xyz) Sorry again. All the best, simon