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: Ludovic Courtès
Subject: Re: mips64el: No such file or directory: "/nix/store/*-glibc-2.13.drv"
Date: Sun, 30 Dec 2012 18:58:38 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

>> Can you replace occurrences of ‘nixpkgs-derivation*’ by
>
> There is no such function.

Oh, OK.

>  (define %bootstrap-inputs
> -  ;; The initial, pre-built inputs.  From now on, we can start building our
> -  ;; own packages.
> -  `(("libc" ,%bootstrap-glibc)
> -    ("gcc" ,%bootstrap-gcc)
> -    ("binutils" ,%bootstrap-binutils)
> -    ("coreutils&co" ,%bootstrap-coreutils&co)))
> +  (compile-time-value
> +   `(("libc" ,(nixpkgs-derivation "glibc" "mips64el-linux"))
> +     ,@(map (lambda (name)
> +              (list name (nixpkgs-derivation name "mips64el-linux")))
> +            '("gnutar" "gzip" "bzip2" "xz" "patch"
> +              "coreutils" "gnused" "gnugrep" "bash"
> +              "gawk"                                ; used by `config.status'
> +              "gcc" "binutils")))))

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

Ludo’.



reply via email to

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