> 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: pgprGex6wQAEx.pgp
Description: PGP signature

Reply via email to