1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

libre: Use 'dev' output of libc

This commit is contained in:
Tuomas Tynkkynen 2016-08-30 16:30:24 +03:00
parent c4521aeffa
commit 7259f80577

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
''PREFIX=$(out)''
]
++ stdenv.lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${stdenv.cc.cc}"
++ stdenv.lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
++ stdenv.lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.lib.getDev stdenv.cc.libc}"
;
meta = {
homepage = "http://www.creytiv.com/re.html";