treewide: Make explicit that 'dev' output of libnl is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:43 +02:00
committed by Vladimír Čunát
parent be00816cab
commit 603dcd6263
4 changed files with 4 additions and 4 deletions
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
cat -n .config
substituteInPlace Makefile --replace /usr/local $out
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE \
-I$(echo "${libnl}"/include/libnl*/) \
-I$(echo "${libnl.dev}"/include/libnl*/) \
-I${pcsclite}/include/PCSC/"
'';