[Nix-dev] /lib vs /lib64
Vincent Laporte
vincent.laporte at irisa.fr
Sat Sep 27 16:24:51 CEST 2014
Hi, thanks for this very fast answer.
> How are you building the package?
In the directory nixpkgs (cloned from github), I run:
nix-build -A gnutls
> Have you enabled nix chroot builds?
Not until now. So I’ve tried to add the two lines to nix.conf:
build-use-chroot = true
build-chroot-dirs = /dev /proc /bin
So I have another problem ☺: packages relying on /bin/sh do not build
any longer. It looks that I cannot get my `build-chroot-dirs` option right.
Thanks again,
--
Vincent.
More information about the nix-dev
mailing list