Add HOST_LIBC to nix-shell environmental variables

This commit is contained in:
Ehmry - 2019-07-17 09:52:30 +02:00
parent 77c64f240b
commit 8e7148895c

View File

@ -49,6 +49,7 @@ pkgs.mkShell {
''
export LD_DIR=${lddir}
export TOOLCHAIN_DIR=${toolchain}
export HOST_LIBC=${stdenv.glibc.dev}
export SYSLINUX=${syslinux}
export PROMPT_DIRTRIM=2
export PS1="\[\033[1;30m\]Genode-dev [\[\033[1;37m\]\w\[\033[1;30m\]] $\[\033[0m\] "