bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting to mips64el


From: Ludovic Courtès
Subject: Re: Porting to mips64el
Date: Tue, 08 Jan 2013 14:34:41 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi!

Nikita Karetnikov <address@hidden> skribis:

> scheme@(guile-user)> (nixpkgs-derivation "hello")
> ERROR: In procedure open-process:
> ERROR: Wrong type (expecting string): #f
>
> Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
> scheme@(guile-user) [1]> 

Can you type ,locals at that point, to display local variables?

Most likely the problem is that (%nixpkgs-directory) is #f.  To fix
that, you need to either run configure --with-nixpkgs=/path/to/nixpkgs,
or set the ‘NIXPKGS’ environment variable.

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]