nix's libs live in $out/lib now, not $out/nix/lib

This commit is contained in:
Shea Levy 2014-03-06 07:56:50 -05:00
parent 024a5e7d75
commit 5fe09e9bf0

View file

@ -63,7 +63,7 @@ old_CPPFLAGS="$CPPFLAGS"
old_LIBS="$LIBS"
CPPFLAGS="$CPPFLAGS -I$nix/include/nix"
LDFLAGS="$LDFLAGS -L$nix/lib/nix"
LDFLAGS="$LDFLAGS -L$nix/lib"
AC_CHECK_HEADER([store-api.hh], [:],
[AC_MSG_ERROR([Nix headers not found; please install Nix or check the `--with-nix' option.])])