bug-guix
[Top][All Lists]
Advanced

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

Re: mips64el: No such file or directory: "/nix/store/*-glibc-2.13.drv"


From: Nikita Karetnikov
Subject: Re: mips64el: No such file or directory: "/nix/store/*-glibc-2.13.drv"
Date: Sun, 30 Dec 2012 15:40:39 -0500

> Remove ‘compile-time-value’, which has the effect I described.

Here is what I tried:

(define %bootstrap-inputs
  `(("libc" ,(nixpkgs-derivation "glibc" "i686-linux"))
        ,@(map (lambda (name)
                         (list name (nixpkgs-derivation name "i686-linux")))
                   '("gnutar" "gzip" "bzip2" "xz" "patch"
                         "coreutils" "gnused" "gnugrep" "bash"
                         "gawk"                                ; used by 
`config.status'
                         "gcc" "binutils"))))

But the same error occurred.

Nikita

Attachment: pgpsvSnz7Bo4Z.pgp
Description: PGP signature


reply via email to

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